01JEWDYB0H6KE9C4CM5J05RG97: 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: 01JEWDYVQA5GH218PSR1K0BD1H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-12T03:18:49.993Zjob assigned to worker 01JEWDYW4RW4RYQ0GSMTAEFQ8D [factory aws, i-0823a53d94eb09ec1] (queued for 59 s)
 
22024-12-12T03:18:58.355Zstarting task 0: "setup"
32024-12-12T03:18:58.365Z++ uname -s
42024-12-12T03:18:58.368Z+ kern=SunOS
52024-12-12T03:18:58.368Z+ case "$kern" in
62024-12-12T03:18:58.368Z+ groupadd -g 12345 build
72024-12-12T03:18:58.370Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-12T03:19:00.376Z+ zfs create -o mountpoint=/work rpool/work
92024-12-12T03:19:00.492Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-12T03:19:00.495Z+ home_fs=zfs
112024-12-12T03:19:00.495Z+ [[ zfs == autofs ]]
122024-12-12T03:19:00.495Z+ mkdir -p /home/build
132024-12-12T03:19:00.498Z+ chown build:build /home/build /work
142024-12-12T03:19:02.498Z+ chmod 0700 /home/build /work
152024-12-12T03:19:02.500Zprocess exited: duration 4145 ms, exit code 0
 
162024-12-12T03:19:02.506Zstarting task 1: "rust-toolchain"
172024-12-12T03:19:02.511Z+ printf ' * toolchain channel = "%s"
182024-12-12T03:19:02.511Z' 1.81.0
192024-12-12T03:19:02.511Z * toolchain channel = "1.81.0"
202024-12-12T03:19:02.511Z+ printf ' * toolchain profile = "%s"
212024-12-12T03:19:02.511Z' default
222024-12-12T03:19:02.511Z * toolchain profile = "default"
232024-12-12T03:19:02.514Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-12T03:19:02.514Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-12T03:19:02.632Zinfo: downloading installer
262024-12-12T03:19:03.976Zinfo: profile set to 'default'
272024-12-12T03:19:03.976Zinfo: default host triple is x86_64-unknown-illumos
282024-12-12T03:19:03.978Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-12T03:19:04.129Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-12T03:19:04.129Zinfo: downloading component 'cargo'
312024-12-12T03:19:04.858Zinfo: downloading component 'clippy'
322024-12-12T03:19:05.130Zinfo: downloading component 'rust-docs'
332024-12-12T03:19:06.145Zinfo: downloading component 'rust-std'
342024-12-12T03:19:07.720Zinfo: downloading component 'rustc'
352024-12-12T03:19:13.373Zinfo: downloading component 'rustfmt'
362024-12-12T03:19:13.588Zinfo: installing component 'cargo'
372024-12-12T03:19:14.419Zinfo: installing component 'clippy'
382024-12-12T03:19:14.793Zinfo: installing component 'rust-docs'
392024-12-12T03:19:16.425Zinfo: installing component 'rust-std'
402024-12-12T03:19:18.208Zinfo: installing component 'rustc'
412024-12-12T03:19:24.176Zinfo: installing component 'rustfmt'
422024-12-12T03:19:24.505Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-12T03:19:24.505Z
442024-12-12T03:19:24.879Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-12T03:19:24.879Z
462024-12-12T03:19:24.882Z
472024-12-12T03:19:24.882ZRust is installed now. Great!
482024-12-12T03:19:24.882Z
492024-12-12T03:19:24.882ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-12T03:19:24.882Zenvironment variable. This has not been done automatically.
512024-12-12T03:19:24.882Z
522024-12-12T03:19:24.882ZTo configure your current shell, you need to source
532024-12-12T03:19:24.882Zthe corresponding env file under $HOME/.cargo.
542024-12-12T03:19:24.882Z
552024-12-12T03:19:24.882ZThis is usually done by running one of the following (note the leading DOT):
562024-12-12T03:19:24.882Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-12T03:19:24.882Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-12T03:19:24.954Z+ rustc --version
592024-12-12T03:19:25.022Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-12T03:19:25.025Zprocess exited: duration 22518 ms, exit code 0
 
612024-12-12T03:19:25.031Zstarting task 2: "authentication"
622024-12-12T03:19:25.052Zprocess exited: duration 20 ms, exit code 0
 
632024-12-12T03:19:25.057Zstarting task 3: "clone repository"
642024-12-12T03:19:25.063Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-12T03:19:25.065Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-12T03:19:26.787ZCloning into '/work/oxidecomputer/omicron'...
672024-12-12T03:19:34.359Z+ cd /work/oxidecomputer/omicron
682024-12-12T03:19:34.359Z+ git fetch origin 21b793c2690ee4f6e69dd9b53467368b3d4de81a
692024-12-12T03:19:34.993ZFrom https://github.com/oxidecomputer/omicron
702024-12-12T03:19:34.993Z * branch 21b793c2690ee4f6e69dd9b53467368b3d4de81a -> FETCH_HEAD
712024-12-12T03:19:35.002Z+ [[ -n '' ]]
722024-12-12T03:19:35.002Z+ git reset --hard 21b793c2690ee4f6e69dd9b53467368b3d4de81a
732024-12-12T03:19:35.066ZHEAD is now at 21b793c26 fmt
742024-12-12T03:19:35.069Zprocess exited: duration 10010 ms, exit code 0
 
752024-12-12T03:19:35.074Zstarting task 4: "build"
762024-12-12T03:19:35.079Z+ source .github/buildomat/ci-env.sh
772024-12-12T03:19:35.079Z++ export CARGO_TERM_COLOR=always
782024-12-12T03:19:35.079Z++ CARGO_TERM_COLOR=always
792024-12-12T03:19:35.082Z+ cargo --version
802024-12-12T03:19:35.138Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-12T03:19:35.141Z+ rustc --version
822024-12-12T03:19:35.204Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-12T03:19:35.207Z+ cargo tree --locked
842024-12-12T03:19:35.486Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
852024-12-12T03:19:35.778Z Updating crates.io index
862024-12-12T03:19:35.823Z Updating git repository `https://github.com/oxidecomputer/maghemite`
872024-12-12T03:19:36.325Z Updating git repository `https://github.com/oxidecomputer/oxnet`
882024-12-12T03:19:36.601Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
892024-12-12T03:19:36.863Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
902024-12-12T03:19:37.141Z Updating git repository `https://github.com/oxidecomputer/propolis`
912024-12-12T03:19:37.974Z Updating git repository `https://github.com/oxidecomputer/crucible`
922024-12-12T03:19:40.438Z Updating git repository `https://github.com/oxidecomputer/opte`
932024-12-12T03:19:41.518Z Updating git repository `https://github.com/oxidecomputer/falcon`
942024-12-12T03:19:42.231Z Updating git repository `https://github.com/oxidecomputer/clickward`
952024-12-12T03:19:42.614Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
962024-12-12T03:19:42.980Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
972024-12-12T03:19:43.730Z Updating git repository `https://github.com/oxidecomputer/libipcc`
982024-12-12T03:19:44.016Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
992024-12-12T03:19:44.395Z Updating git repository `https://github.com/oxidecomputer/tofino`
1002024-12-12T03:19:44.697Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1012024-12-12T03:19:44.973Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1022024-12-12T03:19:45.218Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1032024-12-12T03:19:45.555Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1042024-12-12T03:19:45.837Z Updating git repository `https://github.com/oxidecomputer/ispf`
1052024-12-12T03:19:46.275Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1062024-12-12T03:19:46.548Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1072024-12-12T03:19:47.031Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1082024-12-12T03:19:47.362Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1092024-12-12T03:19:47.764Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1102024-12-12T03:19:48.274Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1112024-12-12T03:19:48.571Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1122024-12-12T03:19:48.828Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1132024-12-12T03:19:49.084Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1142024-12-12T03:19:50.533Z Downloading crates ...
1152024-12-12T03:19:50.656Z Downloaded addr2line v0.24.2
1162024-12-12T03:19:50.659Z Downloaded adler2 v2.0.0
1172024-12-12T03:19:50.663Z Downloaded aead v0.5.2
1182024-12-12T03:19:50.686Z Downloaded anes v0.1.6
1192024-12-12T03:19:50.689Z Downloaded ahash v0.8.11
1202024-12-12T03:19:50.697Z Downloaded anstyle v1.0.10
1212024-12-12T03:19:50.706Z Downloaded approx v0.5.1
1222024-12-12T03:19:50.708Z Downloaded anstyle-parse v0.2.5
1232024-12-12T03:19:50.711Z Downloaded assert_matches v1.5.0
1242024-12-12T03:19:50.711Z Downloaded arrayref v0.3.9
1252024-12-12T03:19:50.714Z Downloaded escape8259 v0.5.3
1262024-12-12T03:19:50.714Z Downloaded errno v0.3.9
1272024-12-12T03:19:50.716Z Downloaded async-object-pool v0.1.5
1282024-12-12T03:19:50.719Z Downloaded argon2 v0.5.3
1292024-12-12T03:19:50.721Z Downloaded anstream v0.6.15
1302024-12-12T03:19:50.724Z Downloaded event-listener-strategy v0.5.2
1312024-12-12T03:19:50.724Z Downloaded async-bb8-diesel v0.2.1
1322024-12-12T03:19:50.726Z Downloaded async-global-executor v2.4.1
1332024-12-12T03:19:50.729Z Downloaded anstyle-query v1.1.1
1342024-12-12T03:19:50.729Z Downloaded async-channel v2.3.1
1352024-12-12T03:19:50.731Z Downloaded event-listener v5.3.1
1362024-12-12T03:19:50.733Z Downloaded async-channel v1.9.0
1372024-12-12T03:19:50.736Z Downloaded fallible-iterator v0.2.0
1382024-12-12T03:19:50.736Z Downloaded anyhow v1.0.93
1392024-12-12T03:19:50.740Z Downloaded ciborium v0.2.2
1402024-12-12T03:19:50.742Z Downloaded atomicwrites v0.4.4
1412024-12-12T03:19:50.745Z Downloaded async-stream-impl v0.3.6
1422024-12-12T03:19:50.745Z Downloaded async-process v2.3.0
1432024-12-12T03:19:50.747Z Downloaded assert-json-diff v2.0.2
1442024-12-12T03:19:50.750Z Downloaded allocator-api2 v0.2.18
1452024-12-12T03:19:50.753Z Downloaded fancy-regex v0.13.0
1462024-12-12T03:19:50.756Z Downloaded fallible-iterator v0.3.0
1472024-12-12T03:19:50.756Z Downloaded expectorate v1.1.0
1482024-12-12T03:19:50.759Z Downloaded event-listener v2.5.3
1492024-12-12T03:19:50.761Z Downloaded fallible-streaming-iterator v0.1.9
1502024-12-12T03:19:50.761Z Downloaded async-io v2.3.4
1512024-12-12T03:19:50.764Z Downloaded arrayvec v0.7.6
1522024-12-12T03:19:50.766Z Downloaded cfg_aliases v0.1.1
1532024-12-12T03:19:50.769Z Downloaded assert_cmd v2.0.16
1542024-12-12T03:19:50.769Z Downloaded cfg_aliases v0.2.1
1552024-12-12T03:19:50.771Z Downloaded array-init v0.0.4
1562024-12-12T03:19:50.771Z Downloaded arc-swap v1.7.1
1572024-12-12T03:19:50.775Z Downloaded atty v0.2.14
1582024-12-12T03:19:50.777Z Downloaded foreign-types-shared v0.1.1
1592024-12-12T03:19:50.780Z Downloaded atomic-waker v1.1.2
1602024-12-12T03:19:50.780Z Downloaded async-signal v0.2.10
1612024-12-12T03:19:50.782Z Downloaded guppy-workspace-hack v0.1.0
1622024-12-12T03:19:50.782Z Downloaded blowfish v0.9.1
1632024-12-12T03:19:50.784Z Downloaded bcrypt-pbkdf v0.10.0
1642024-12-12T03:19:50.784Z Downloaded bit-vec v0.6.3
1652024-12-12T03:19:50.787Z Downloaded base16ct v0.2.0
1662024-12-12T03:19:50.787Z Downloaded autocfg v1.4.0
1672024-12-12T03:19:50.790Z Downloaded futures-task v0.3.31
1682024-12-12T03:19:50.793Z Downloaded float-cmp v0.9.0
1692024-12-12T03:19:50.793Z Downloaded pathdiff v0.2.2
1702024-12-12T03:19:50.795Z Downloaded hash32 v0.3.1
1712024-12-12T03:19:50.795Z Downloaded fixedbitset v0.4.2
1722024-12-12T03:19:50.798Z Downloaded fastrand v2.1.1
1732024-12-12T03:19:50.798Z Downloaded foreign-types v0.3.2
1742024-12-12T03:19:50.801Z Downloaded float-ord v0.3.2
1752024-12-12T03:19:50.801Z Downloaded cargo-platform v0.1.8
1762024-12-12T03:19:50.803Z Downloaded block-buffer v0.10.4
1772024-12-12T03:19:50.803Z Downloaded blocking v1.6.1
1782024-12-12T03:19:50.805Z Downloaded bitfield v0.14.0
1792024-12-12T03:19:50.808Z Downloaded futures-io v0.3.31
1802024-12-12T03:19:50.808Z Downloaded castaway v0.2.3
1812024-12-12T03:19:50.811Z Downloaded gethostname v0.5.0
1822024-12-12T03:19:50.811Z Downloaded ghash v0.5.1
1832024-12-12T03:19:50.813Z Downloaded futures-timer v3.0.3
1842024-12-12T03:19:50.813Z Downloaded fs-err v2.11.0
1852024-12-12T03:19:50.816Z Downloaded hash32 v0.2.1
1862024-12-12T03:19:50.820Z Downloaded glob v0.3.1
1872024-12-12T03:19:50.822Z Downloaded hubpack_derive v0.1.1
1882024-12-12T03:19:50.822Z Downloaded headers-core v0.3.0
1892024-12-12T03:19:50.822Z Downloaded chrono-tz-build v0.4.0
1902024-12-12T03:19:50.822Z Downloaded chacha20 v0.9.1
1912024-12-12T03:19:50.825Z Downloaded http-range v0.1.5
1922024-12-12T03:19:50.825Z Downloaded cexpr v0.6.0
1932024-12-12T03:19:50.827Z Downloaded num-iter v0.1.45
1942024-12-12T03:19:50.829Z Downloaded futures-macro v0.3.31
1952024-12-12T03:19:50.829Z Downloaded async-trait v0.1.83
1962024-12-12T03:19:50.833Z Downloaded async-task v4.7.1
1972024-12-12T03:19:50.835Z Downloaded http-body v1.0.1
1982024-12-12T03:19:50.838Z Downloaded fxhash v0.2.1
1992024-12-12T03:19:50.838Z Downloaded blake2b_simd v1.0.2
2002024-12-12T03:19:50.841Z Downloaded futures-sink v0.3.31
2012024-12-12T03:19:50.841Z Downloaded foreign-types-shared v0.3.1
2022024-12-12T03:19:50.841Z Downloaded bit-set v0.5.3
2032024-12-12T03:19:50.843Z Downloaded russh-cryptovec v0.7.3
2042024-12-12T03:19:50.843Z Downloaded foldhash v0.1.3
2052024-12-12T03:19:50.846Z Downloaded ff v0.13.0
2062024-12-12T03:19:50.846Z Downloaded bcs v0.1.6
2072024-12-12T03:19:50.848Z Downloaded async-executor v1.13.1
2082024-12-12T03:19:50.851Z Downloaded pest_generator v2.7.14
2092024-12-12T03:19:50.851Z Downloaded futures-core v0.3.31
2102024-12-12T03:19:50.854Z Downloaded cargo_metadata v0.18.1
2112024-12-12T03:19:50.858Z Downloaded generic-array v0.14.7
2122024-12-12T03:19:50.858Z Downloaded futures-executor v0.3.31
2132024-12-12T03:19:50.860Z Downloaded bytecount v0.6.8
2142024-12-12T03:19:50.860Z Downloaded fragile v2.0.0
2152024-12-12T03:19:50.863Z Downloaded fatfs v0.3.6
2162024-12-12T03:19:50.865Z Downloaded camino-tempfile v1.1.1
2172024-12-12T03:19:50.868Z Downloaded camino v1.1.9
2182024-12-12T03:19:50.870Z Downloaded humantime v2.1.0
2192024-12-12T03:19:50.873Z Downloaded heck v0.3.3
2202024-12-12T03:19:50.873Z Downloaded hex-literal v0.4.1
2212024-12-12T03:19:50.873Z Downloaded hex v0.4.3
2222024-12-12T03:19:50.876Z Downloaded sigpipe v0.1.3
2232024-12-12T03:19:50.876Z Downloaded num_enum_derive v0.5.11
2242024-12-12T03:19:50.878Z Downloaded psl-types v2.0.11
2252024-12-12T03:19:50.881Z Downloaded rand_xorshift v0.3.0
2262024-12-12T03:19:50.881Z Downloaded funty v2.0.0
2272024-12-12T03:19:50.881Z Downloaded heck v0.5.0
2282024-12-12T03:19:50.884Z Downloaded rand_seeder v0.3.0
2292024-12-12T03:19:50.884Z Downloaded primeorder v0.13.6
2302024-12-12T03:19:50.887Z Downloaded home v0.5.9
2312024-12-12T03:19:50.887Z Downloaded group v0.13.0
2322024-12-12T03:19:50.889Z Downloaded form_urlencoded v1.2.1
2332024-12-12T03:19:50.889Z Downloaded take_mut v0.2.2
2342024-12-12T03:19:50.893Z Downloaded globset v0.4.15
2352024-12-12T03:19:50.893Z Downloaded foreign-types v0.5.0
2362024-12-12T03:19:50.893Z Downloaded fd-lock v4.0.2
2372024-12-12T03:19:50.896Z Downloaded rustls-pemfile v1.0.4
2382024-12-12T03:19:50.899Z Downloaded smawk v0.3.2
2392024-12-12T03:19:50.899Z Downloaded time-core v0.1.2
2402024-12-12T03:19:50.901Z Downloaded r2d2 v0.8.10
2412024-12-12T03:19:50.901Z Downloaded futures v0.3.31
2422024-12-12T03:19:50.906Z Downloaded ciborium-io v0.2.2
2432024-12-12T03:19:50.908Z Downloaded pbkdf2 v0.11.0
2442024-12-12T03:19:50.911Z Downloaded secrecy v0.8.0
2452024-12-12T03:19:50.913Z Downloaded scopeguard v1.2.0
2462024-12-12T03:19:50.913Z Downloaded postgres-types v0.2.8
2472024-12-12T03:19:50.916Z Downloaded postgres-protocol v0.6.7
2482024-12-12T03:19:50.918Z Downloaded usdt-attr-macro v0.5.0
2492024-12-12T03:19:50.918Z Downloaded pin-project-lite v0.2.14
2502024-12-12T03:19:50.923Z Downloaded cstr-argument v0.1.2
2512024-12-12T03:19:50.925Z Downloaded cfg-expr v0.17.0
2522024-12-12T03:19:50.928Z Downloaded httparse v1.9.5
2532024-12-12T03:19:50.931Z Downloaded hashlink v0.9.1
2542024-12-12T03:19:50.933Z Downloaded smf v0.2.3
2552024-12-12T03:19:50.933Z Downloaded serde_spanned v0.6.8
2562024-12-12T03:19:50.936Z Downloaded simd-adler32 v0.3.7
2572024-12-12T03:19:50.936Z Downloaded hyper-rustls v0.27.3
2582024-12-12T03:19:50.938Z Downloaded equivalent v1.0.1
2592024-12-12T03:19:50.941Z Downloaded hickory-client v0.24.1
2602024-12-12T03:19:50.944Z Downloaded strsim v0.11.1
2612024-12-12T03:19:50.946Z Downloaded fs_extra v1.3.0
2622024-12-12T03:19:50.946Z Downloaded strum_macros v0.25.3
2632024-12-12T03:19:50.949Z Downloaded diesel_table_macro_syntax v0.2.0
2642024-12-12T03:19:50.951Z Downloaded slog-term v2.9.1
2652024-12-12T03:19:50.954Z Downloaded threadpool v1.8.1
2662024-12-12T03:19:50.954Z Downloaded unicase v2.7.0
2672024-12-12T03:19:50.957Z Downloaded slog-stdlog v4.1.1
2682024-12-12T03:19:50.958Z Downloaded parking_lot v0.12.3
2692024-12-12T03:19:50.960Z Downloaded pin-utils v0.1.0
2702024-12-12T03:19:50.960Z Downloaded number_prefix v0.4.0
2712024-12-12T03:19:50.963Z Downloaded ident_case v1.0.1
2722024-12-12T03:19:50.963Z Downloaded postcard v1.0.10
2732024-12-12T03:19:50.966Z Downloaded utf8parse v0.2.2
2742024-12-12T03:19:50.968Z Downloaded httptest v0.16.1
2752024-12-12T03:19:50.968Z Downloaded crossbeam-deque v0.8.5
2762024-12-12T03:19:50.971Z Downloaded unarray v0.1.4
2772024-12-12T03:19:50.971Z Downloaded typify-macro v0.2.0
2782024-12-12T03:19:50.973Z Downloaded bytes v1.8.0
2792024-12-12T03:19:50.976Z Downloaded is_ci v1.2.0
2802024-12-12T03:19:50.978Z Downloaded chacha20poly1305 v0.10.1
2812024-12-12T03:19:50.981Z Downloaded rustls-native-certs v0.7.3
2822024-12-12T03:19:50.983Z Downloaded crypto-common v0.1.6
2832024-12-12T03:19:50.984Z Downloaded md5 v0.7.0
2842024-12-12T03:19:50.986Z Downloaded base64 v0.21.7
2852024-12-12T03:19:50.989Z Downloaded futures-lite v2.3.0
2862024-12-12T03:19:50.991Z Downloaded password-hash v0.4.2
2872024-12-12T03:19:50.991Z Downloaded dof v0.3.0
2882024-12-12T03:19:50.994Z Downloaded oso v0.27.3
2892024-12-12T03:19:50.997Z Downloaded cipher v0.4.4
2902024-12-12T03:19:51.000Z Downloaded ciborium-ll v0.2.2
2912024-12-12T03:19:51.000Z Downloaded smallvec v1.13.2
2922024-12-12T03:19:51.002Z Downloaded smallvec v0.6.14
2932024-12-12T03:19:51.005Z Downloaded strum_macros v0.26.4
2942024-12-12T03:19:51.007Z Downloaded pin-project v1.1.6
2952024-12-12T03:19:51.016Z Downloaded ipnetwork v0.20.0
2962024-12-12T03:19:51.019Z Downloaded is-terminal v0.4.13
2972024-12-12T03:19:51.021Z Downloaded target-triple v0.1.3
2982024-12-12T03:19:51.021Z Downloaded linked-hash-map v0.5.6
2992024-12-12T03:19:51.024Z Downloaded linear-map v1.2.0
3002024-12-12T03:19:51.024Z Downloaded term v0.7.0
3012024-12-12T03:19:51.027Z Downloaded parking v2.2.1
3022024-12-12T03:19:51.030Z Downloaded backtrace v0.3.74
3032024-12-12T03:19:51.033Z Downloaded tempfile v3.13.0
3042024-12-12T03:19:51.037Z Downloaded dyn-clone v1.0.17
3052024-12-12T03:19:51.040Z Downloaded tui-tree-widget v0.22.0
3062024-12-12T03:19:51.040Z Downloaded swrite v0.1.0
3072024-12-12T03:19:51.042Z Downloaded is_terminal_polyfill v1.70.1
3082024-12-12T03:19:51.042Z Downloaded value-bag v1.9.0
3092024-12-12T03:19:51.045Z Downloaded defmt-macros v0.3.9
3102024-12-12T03:19:51.048Z Downloaded newtype_derive v0.1.6
3112024-12-12T03:19:51.050Z Downloaded aes v0.8.4
3122024-12-12T03:19:51.053Z Downloaded tower-service v0.3.3
3132024-12-12T03:19:51.056Z Downloaded similar v2.6.0
3142024-12-12T03:19:51.059Z Downloaded plain v0.2.3
3152024-12-12T03:19:51.061Z Downloaded pkg-config v0.3.31
3162024-12-12T03:19:51.063Z Downloaded peg v0.8.4
3172024-12-12T03:19:51.066Z Downloaded yasna v0.5.2
3182024-12-12T03:19:51.068Z Downloaded olpc-cjson v0.1.4
3192024-12-12T03:19:51.071Z Downloaded aes-gcm v0.10.3
3202024-12-12T03:19:51.074Z Downloaded ucd-trie v0.1.7
3212024-12-12T03:19:51.078Z Downloaded endian-type v0.1.2
3222024-12-12T03:19:51.078Z Downloaded defmt-parser v0.3.4
3232024-12-12T03:19:51.078Z Downloaded half v2.4.1
3242024-12-12T03:19:51.080Z Downloaded write16 v1.0.0
3252024-12-12T03:19:51.080Z Downloaded newtype-uuid v1.1.3
3262024-12-12T03:19:51.083Z Downloaded shell-words v1.1.0
3272024-12-12T03:19:51.083Z Downloaded rustversion v1.0.17
3282024-12-12T03:19:51.085Z Downloaded proc-macro-crate v1.3.1
3292024-12-12T03:19:51.088Z Downloaded spin v0.5.2
3302024-12-12T03:19:51.089Z Downloaded num-complex v0.4.6
3312024-12-12T03:19:51.092Z Downloaded bumpalo v3.16.0
3322024-12-12T03:19:51.092Z Downloaded base64 v0.22.1
3332024-12-12T03:19:51.096Z Downloaded rusty-fork v0.3.0
3342024-12-12T03:19:51.098Z Downloaded cc v1.1.30
3352024-12-12T03:19:51.101Z Downloaded thread_local v1.1.8
3362024-12-12T03:19:51.103Z Downloaded terminal_size v0.4.0
3372024-12-12T03:19:51.106Z Downloaded pkcs8 v0.10.2
3382024-12-12T03:19:51.109Z Downloaded publicsuffix v2.2.3
3392024-12-12T03:19:51.109Z Downloaded tiny-keccak v2.0.2
3402024-12-12T03:19:51.112Z Downloaded untrusted v0.7.1
3412024-12-12T03:19:51.114Z Downloaded downcast v0.11.0
3422024-12-12T03:19:51.116Z Downloaded doc-comment v0.3.3
3432024-12-12T03:19:51.116Z Downloaded slog-async v2.8.0
3442024-12-12T03:19:51.119Z Downloaded instant v0.1.13
3452024-12-12T03:19:51.119Z Downloaded matches v0.1.10
3462024-12-12T03:19:51.122Z Downloaded zeroize v1.8.1
3472024-12-12T03:19:51.122Z Downloaded uuid v1.11.0
3482024-12-12T03:19:51.124Z Downloaded spki v0.7.3
3492024-12-12T03:19:51.127Z Downloaded synstructure v0.13.1
3502024-12-12T03:19:51.129Z Downloaded aho-corasick v1.1.3
3512024-12-12T03:19:51.133Z Downloaded utf16_iter v1.0.5
3522024-12-12T03:19:51.136Z Downloaded thiserror v1.0.69
3532024-12-12T03:19:51.139Z Downloaded rustls-pemfile v2.2.0
3542024-12-12T03:19:51.142Z Downloaded diesel-dtrace v0.3.0
3552024-12-12T03:19:51.146Z Downloaded convert_case v0.4.0
3562024-12-12T03:19:51.146Z Downloaded colorchoice v1.0.2
3572024-12-12T03:19:51.148Z Downloaded spin v0.9.8
3582024-12-12T03:19:51.150Z Downloaded ecdsa v0.16.9
3592024-12-12T03:19:51.153Z Downloaded diff v0.1.13
3602024-12-12T03:19:51.156Z Downloaded const-oid v0.9.6
3612024-12-12T03:19:51.156Z Downloaded time-macros v0.2.18
3622024-12-12T03:19:51.159Z Downloaded openssl-probe v0.1.5
3632024-12-12T03:19:51.162Z Downloaded enum-as-inner v0.5.1
3642024-12-12T03:19:51.162Z Downloaded serde-big-array v0.5.1
3652024-12-12T03:19:51.164Z Downloaded path-slash v0.1.5
3662024-12-12T03:19:51.166Z Downloaded precomputed-hash v0.1.1
3672024-12-12T03:19:51.166Z Downloaded const_format v0.2.33
3682024-12-12T03:19:51.170Z Downloaded rand_distr v0.4.3
3692024-12-12T03:19:51.174Z Downloaded memmap v0.7.0
3702024-12-12T03:19:51.177Z Downloaded internet-checksum v0.2.1
3712024-12-12T03:19:51.177Z Downloaded termtree v0.4.1
3722024-12-12T03:19:51.177Z Downloaded tungstenite v0.21.0
3732024-12-12T03:19:51.180Z Downloaded ron v0.7.1
3742024-12-12T03:19:51.185Z Downloaded displaydoc v0.2.5
3752024-12-12T03:19:51.188Z Downloaded num_enum v0.5.11
3762024-12-12T03:19:51.193Z Downloaded display-error-chain v0.2.2
3772024-12-12T03:19:51.195Z Downloaded memoffset v0.9.1
3782024-12-12T03:19:51.198Z Downloaded darling v0.20.10
3792024-12-12T03:19:51.200Z Downloaded quick-error v1.2.3
3802024-12-12T03:19:51.203Z Downloaded crypto-bigint v0.5.5
3812024-12-12T03:19:51.208Z Downloaded tinystr v0.7.6
3822024-12-12T03:19:51.211Z Downloaded num-bigint-dig v0.8.4
3832024-12-12T03:19:51.215Z Downloaded typenum v1.17.0
3842024-12-12T03:19:51.218Z Downloaded sha1 v0.10.6
3852024-12-12T03:19:51.220Z Downloaded serde_plain v1.0.2
3862024-12-12T03:19:51.223Z Downloaded libloading v0.8.5
3872024-12-12T03:19:51.225Z Downloaded num-derive v0.4.2
3882024-12-12T03:19:51.227Z Downloaded flate2 v1.0.34
3892024-12-12T03:19:51.231Z Downloaded yoke-derive v0.7.4
3902024-12-12T03:19:51.234Z Downloaded termios v0.3.3
3912024-12-12T03:19:51.237Z Downloaded powerfmt v0.2.0
3922024-12-12T03:19:51.237Z Downloaded predicates v3.1.2
3932024-12-12T03:19:51.239Z Downloaded path-tree v0.8.1
3942024-12-12T03:19:51.242Z Downloaded derive_builder_macro v0.20.2
3952024-12-12T03:19:51.242Z Downloaded crunchy v0.2.2
3962024-12-12T03:19:51.242Z Downloaded supports-color v3.0.1
3972024-12-12T03:19:51.244Z Downloaded tls_codec_derive v0.4.1
3982024-12-12T03:19:51.246Z Downloaded toml_datetime v0.6.8
3992024-12-12T03:19:51.250Z Downloaded derive_builder_core v0.20.2
4002024-12-12T03:19:51.250Z Downloaded rfc6979 v0.4.0
4012024-12-12T03:19:51.252Z Downloaded resolv-conf v0.7.0
4022024-12-12T03:19:51.252Z Downloaded x509-cert v0.2.5
4032024-12-12T03:19:51.258Z Downloaded dtrace-parser v0.2.0
4042024-12-12T03:19:51.261Z Downloaded slog-scope v4.4.0
4052024-12-12T03:19:51.261Z Downloaded scrypt v0.11.0
4062024-12-12T03:19:51.263Z Downloaded nom v7.1.3
4072024-12-12T03:19:51.272Z Downloaded clap_lex v0.7.2
4082024-12-12T03:19:51.272Z Downloaded peg-runtime v0.8.3
4092024-12-12T03:19:51.272Z Downloaded zone v0.1.8
4102024-12-12T03:19:51.273Z Downloaded yansi v1.0.1
4112024-12-12T03:19:51.276Z Downloaded hashbrown v0.12.3
4122024-12-12T03:19:51.279Z Downloaded memmap2 v0.9.5
4132024-12-12T03:19:51.282Z Downloaded tinyvec v1.8.0
4142024-12-12T03:19:51.284Z Downloaded version_check v0.9.5
4152024-12-12T03:19:51.284Z Downloaded universal-hash v0.5.1
4162024-12-12T03:19:51.287Z Downloaded strum_macros v0.24.3
4172024-12-12T03:19:51.287Z Downloaded indexmap v2.6.0
4182024-12-12T03:19:51.291Z Downloaded paste v1.0.15
4192024-12-12T03:19:51.294Z Downloaded ppv-lite86 v0.2.20
4202024-12-12T03:19:51.296Z Downloaded env_filter v0.1.2
4212024-12-12T03:19:51.299Z Downloaded enum-as-inner v0.6.1
4222024-12-12T03:19:51.299Z Downloaded partial-io v0.5.4
4232024-12-12T03:19:51.303Z Downloaded hashbrown v0.15.0
4242024-12-12T03:19:51.307Z Downloaded num_cpus v1.16.0
4252024-12-12T03:19:51.310Z Downloaded constant_time_eq v0.3.1
4262024-12-12T03:19:51.312Z Downloaded packed_struct v0.10.1
4272024-12-12T03:19:51.314Z Downloaded nibble_vec v0.1.0
4282024-12-12T03:19:51.314Z Downloaded usdt-macro v0.5.0
4292024-12-12T03:19:51.317Z Downloaded relative-path v1.9.3
4302024-12-12T03:19:51.317Z Downloaded crossbeam-epoch v0.9.18
4312024-12-12T03:19:51.319Z Downloaded slog v2.7.0
4322024-12-12T03:19:51.323Z Downloaded hashbrown v0.13.2
4332024-12-12T03:19:51.327Z Downloaded pem v3.0.4
4342024-12-12T03:19:51.330Z Downloaded libsw v3.3.1
4352024-12-12T03:19:51.333Z Downloaded structmeta v0.2.0
4362024-12-12T03:19:51.333Z Downloaded sha2 v0.10.8
4372024-12-12T03:19:51.335Z Downloaded icu_locid_transform_data v1.5.0
4382024-12-12T03:19:51.337Z Downloaded quinn v0.11.5
4392024-12-12T03:19:51.339Z Downloaded subtle v2.6.1
4402024-12-12T03:19:51.342Z Downloaded ssh-encoding v0.2.0
4412024-12-12T03:19:51.342Z Downloaded der v0.7.9
4422024-12-12T03:19:51.347Z Downloaded ref-cast v1.0.23
4432024-12-12T03:19:51.349Z Downloaded percent-encoding v2.3.1
4442024-12-12T03:19:51.352Z Downloaded deranged v0.3.11
4452024-12-12T03:19:51.354Z Downloaded dsl_auto_type v0.1.2
4462024-12-12T03:19:51.354Z Downloaded rayon-core v1.12.1
4472024-12-12T03:19:51.357Z Downloaded new_debug_unreachable v1.0.6
4482024-12-12T03:19:51.359Z Downloaded tap v1.0.1
4492024-12-12T03:19:51.362Z Downloaded slog-json v2.6.1
4502024-12-12T03:19:51.362Z Downloaded slog-envlogger v2.2.0
4512024-12-12T03:19:51.365Z Downloaded mime_guess v2.0.5
4522024-12-12T03:19:51.368Z Downloaded rcgen v0.12.1
4532024-12-12T03:19:51.368Z Downloaded toml v0.8.19
4542024-12-12T03:19:51.371Z Downloaded hashbrown v0.14.5
4552024-12-12T03:19:51.377Z Downloaded similar-asserts v1.6.0
4562024-12-12T03:19:51.379Z Downloaded thiserror-impl-no-std v2.0.2
4572024-12-12T03:19:51.381Z Downloaded thiserror-no-std v2.0.2
4582024-12-12T03:19:51.384Z Downloaded derive_builder v0.20.2
4592024-12-12T03:19:51.389Z Downloaded unicode-linebreak v0.1.5
4602024-12-12T03:19:51.392Z Downloaded twox-hash v1.6.3
4612024-12-12T03:19:51.394Z Downloaded const_format_proc_macros v0.2.33
4622024-12-12T03:19:51.395Z Downloaded zerofrom-derive v0.1.4
4632024-12-12T03:19:51.397Z Downloaded writeable v0.5.5
4642024-12-12T03:19:51.400Z Downloaded scroll_derive v0.12.0
4652024-12-12T03:19:51.400Z Downloaded peg-macros v0.8.4
4662024-12-12T03:19:51.403Z Downloaded darling_core v0.20.10
4672024-12-12T03:19:51.405Z Downloaded colored v2.1.0
4682024-12-12T03:19:51.410Z Downloaded quinn-udp v0.5.5
4692024-12-12T03:19:51.410Z Downloaded sqlparser_derive v0.2.2
4702024-12-12T03:19:51.413Z Downloaded concurrent-queue v2.5.0
4712024-12-12T03:19:51.413Z Downloaded cobs v0.2.3
4722024-12-12T03:19:51.413Z Downloaded vergen v8.3.2
4732024-12-12T03:19:51.416Z Downloaded thiserror-impl v1.0.69
4742024-12-12T03:19:51.419Z Downloaded idna_adapter v1.2.0
4752024-12-12T03:19:51.422Z Downloaded want v0.3.1
4762024-12-12T03:19:51.422Z Downloaded embedded-io v0.6.1
4772024-12-12T03:19:51.422Z Downloaded embedded-io v0.4.0
4782024-12-12T03:19:51.424Z Downloaded oorandom v11.1.4
4792024-12-12T03:19:51.424Z Downloaded maplit v1.0.2
4802024-12-12T03:19:51.427Z Downloaded polyval v0.6.2
4812024-12-12T03:19:51.429Z Downloaded miniz_oxide v0.8.0
4822024-12-12T03:19:51.432Z Downloaded cpufeatures v0.2.14
4832024-12-12T03:19:51.432Z Downloaded zerocopy v0.6.6
4842024-12-12T03:19:51.434Z Downloaded impl-trait-for-tuples v0.2.2
4852024-12-12T03:19:51.437Z Downloaded proc-macro-error v1.0.4
4862024-12-12T03:19:51.440Z Downloaded time v0.3.36
4872024-12-12T03:19:51.447Z Downloaded rand_chacha v0.3.1
4882024-12-12T03:19:51.449Z Downloaded signature v2.2.0
4892024-12-12T03:19:51.452Z Downloaded salsa20 v0.10.2
4902024-12-12T03:19:51.452Z Downloaded slog-dtrace v0.3.0
4912024-12-12T03:19:51.455Z Downloaded pem-rfc7468 v0.7.0
4922024-12-12T03:19:51.457Z Downloaded derive-where v1.2.7
4932024-12-12T03:19:51.460Z Downloaded memchr v2.7.4
4942024-12-12T03:19:51.464Z Downloaded mirai-annotations v1.12.0
4952024-12-12T03:19:51.467Z Downloaded termcolor v1.4.1
4962024-12-12T03:19:51.467Z Downloaded rtoolbox v0.0.2
4972024-12-12T03:19:51.469Z Downloaded predicates-core v1.0.8
4982024-12-12T03:19:51.470Z Downloaded target-spec v3.2.2
4992024-12-12T03:19:51.472Z Downloaded libtest-mimic v0.7.3
5002024-12-12T03:19:51.475Z Downloaded cookie_store v0.21.0
5012024-12-12T03:19:51.477Z Downloaded console v0.15.8
5022024-12-12T03:19:51.480Z Downloaded hyper v1.5.0
5032024-12-12T03:19:51.485Z Downloaded strum v0.26.3
5042024-12-12T03:19:51.487Z Downloaded pretty-hex v0.2.1
5052024-12-12T03:19:51.487Z Downloaded indoc v1.0.9
5062024-12-12T03:19:51.490Z Downloaded cmake v0.1.51
5072024-12-12T03:19:51.493Z Downloaded icu_collections v1.5.0
5082024-12-12T03:19:51.497Z Downloaded structmeta-derive v0.2.0
5092024-12-12T03:19:51.499Z Downloaded structmeta v0.3.0
5102024-12-12T03:19:51.499Z Downloaded strip-ansi-escapes v0.2.0
5112024-12-12T03:19:51.502Z Downloaded owo-colors v4.1.0
5122024-12-12T03:19:51.504Z Downloaded blake3 v1.5.4
5132024-12-12T03:19:51.511Z Downloaded toolchain_find v0.4.0
5142024-12-12T03:19:51.513Z Downloaded poly1305 v0.8.0
5152024-12-12T03:19:51.516Z Downloaded zerofrom v0.1.4
5162024-12-12T03:19:51.516Z Downloaded unicode-ident v1.0.13
5172024-12-12T03:19:51.519Z Downloaded parse-size v1.1.0
5182024-12-12T03:19:51.522Z Downloaded hyper-tls v0.6.0
5192024-12-12T03:19:51.522Z Downloaded indent_write v2.2.0
5202024-12-12T03:19:51.524Z Downloaded which v4.4.2
5212024-12-12T03:19:51.527Z Downloaded usdt v0.5.0
5222024-12-12T03:19:51.527Z Downloaded parking_lot_core v0.9.10
5232024-12-12T03:19:51.529Z Downloaded mockall v0.13.0
5242024-12-12T03:19:51.531Z Downloaded parking_lot_core v0.8.6
5252024-12-12T03:19:51.534Z Downloaded textwrap v0.16.1
5262024-12-12T03:19:51.536Z Downloaded h2 v0.4.6
5272024-12-12T03:19:51.542Z Downloaded openssl-macros v0.1.1
5282024-12-12T03:19:51.545Z Downloaded itoa v1.0.11
5292024-12-12T03:19:51.545Z Downloaded digest v0.10.7
5302024-12-12T03:19:51.548Z Downloaded native-tls v0.2.12
5312024-12-12T03:19:51.548Z Downloaded sct v0.7.1
5322024-12-12T03:19:51.551Z Downloaded structmeta-derive v0.3.0
5332024-12-12T03:19:51.554Z Downloaded scroll v0.12.0
5342024-12-12T03:19:51.554Z Downloaded test-strategy v0.3.1
5352024-12-12T03:19:51.558Z Downloaded rand v0.8.5
5362024-12-12T03:19:51.561Z Downloaded p256 v0.13.2
5372024-12-12T03:19:51.565Z Downloaded futures-util v0.3.31
5382024-12-12T03:19:51.576Z Downloaded tinyvec_macros v0.1.1
5392024-12-12T03:19:51.579Z Downloaded hkdf v0.12.4
5402024-12-12T03:19:51.582Z Downloaded criterion-plot v0.5.0
5412024-12-12T03:19:51.582Z Downloaded wait-timeout v0.2.0
5422024-12-12T03:19:51.584Z Downloaded static_assertions v1.1.0
5432024-12-12T03:19:51.587Z Downloaded slab v0.4.9
5442024-12-12T03:19:51.587Z Downloaded opaque-debug v0.3.1
5452024-12-12T03:19:51.590Z Downloaded crucible-workspace-hack v0.1.0
5462024-12-12T03:19:51.590Z Downloaded nodrop v0.1.14
5472024-12-12T03:19:51.590Z Downloaded lockfree-object-pool v0.1.6
5482024-12-12T03:19:51.592Z Downloaded toml v0.7.8
5492024-12-12T03:19:51.595Z Downloaded predicates-tree v1.0.11
5502024-12-12T03:19:51.598Z Downloaded multer v3.1.0
5512024-12-12T03:19:51.600Z Downloaded snafu v0.8.5
5522024-12-12T03:19:51.605Z Downloaded dirs-sys-next v0.1.2
5532024-12-12T03:19:51.607Z Downloaded dirs-next v2.0.0
5542024-12-12T03:19:51.610Z Downloaded indoc v2.0.5
5552024-12-12T03:19:51.612Z Downloaded oso-derive v0.27.3
5562024-12-12T03:19:51.612Z Downloaded rpassword v7.3.1
5572024-12-12T03:19:51.612Z Downloaded itertools v0.10.5
5582024-12-12T03:19:51.618Z Downloaded semver v0.1.20
5592024-12-12T03:19:51.621Z Downloaded keccak v0.1.5
5602024-12-12T03:19:51.621Z Downloaded wyz v0.5.1
5612024-12-12T03:19:51.623Z Downloaded pest_derive v2.7.14
5622024-12-12T03:19:51.626Z Downloaded minimal-lexical v0.2.1
5632024-12-12T03:19:51.629Z Downloaded phf_shared v0.11.2
5642024-12-12T03:19:51.632Z Downloaded piper v0.2.4
5652024-12-12T03:19:51.635Z Downloaded stringmetrics v2.2.2
5662024-12-12T03:19:51.635Z Downloaded slog-bunyan v2.5.0
5672024-12-12T03:19:51.637Z Downloaded toml_edit v0.19.15
5682024-12-12T03:19:51.652Z Downloaded zone v0.3.0
5692024-12-12T03:19:51.654Z Downloaded num-integer v0.1.46
5702024-12-12T03:19:51.657Z Downloaded lock_api v0.4.12
5712024-12-12T03:19:51.657Z Downloaded progenitor-client v0.8.0
5722024-12-12T03:19:51.659Z Downloaded num-conv v0.1.0
5732024-12-12T03:19:51.659Z Downloaded mockall_derive v0.13.0
5742024-12-12T03:19:51.661Z Downloaded compact_str v0.8.0
5752024-12-12T03:19:51.664Z Downloaded kstat-rs v0.2.4
5762024-12-12T03:19:51.666Z Downloaded lru v0.12.5
5772024-12-12T03:19:51.667Z Downloaded libm v0.2.8
5782024-12-12T03:19:51.676Z Downloaded thread-id v4.2.2
5792024-12-12T03:19:51.679Z Downloaded samael v0.0.17
5802024-12-12T03:19:51.681Z Downloaded serde_urlencoded v0.7.1
5812024-12-12T03:19:51.684Z Downloaded derive_more v0.99.18
5822024-12-12T03:19:51.687Z Downloaded stable_deref_trait v1.2.0
5832024-12-12T03:19:51.690Z Downloaded phf v0.11.2
5842024-12-12T03:19:51.692Z Downloaded typed-path v0.9.3
5852024-12-12T03:19:51.696Z Downloaded pretty-hex v0.4.1
5862024-12-12T03:19:51.698Z Downloaded plotters-svg v0.3.7
5872024-12-12T03:19:51.699Z Downloaded plotters v0.3.7
5882024-12-12T03:19:51.707Z Downloaded zone_cfg_derive v0.3.0
5892024-12-12T03:19:51.710Z Downloaded vte_generate_state_changes v0.1.2
5902024-12-12T03:19:51.710Z Downloaded ena v0.14.3
5912024-12-12T03:19:51.713Z Downloaded unicode-xid v0.2.6
5922024-12-12T03:19:51.713Z Downloaded iana-time-zone v0.1.61
5932024-12-12T03:19:51.716Z Downloaded curve25519-dalek-derive v0.1.1
5942024-12-12T03:19:51.716Z Downloaded ctr v0.9.2
5952024-12-12T03:19:51.718Z Downloaded hyper-staticfile v0.10.1
5962024-12-12T03:19:51.721Z Downloaded parse-zoneinfo v0.3.1
5972024-12-12T03:19:51.724Z Downloaded async-std v1.13.0
5982024-12-12T03:19:51.742Z Downloaded num_threads v0.1.7
5992024-12-12T03:19:51.744Z Downloaded sync_wrapper v1.0.1
6002024-12-12T03:19:51.744Z Downloaded tokio-native-tls v0.3.1
6012024-12-12T03:19:51.746Z Downloaded tabwriter v1.4.0
6022024-12-12T03:19:51.747Z Downloaded tabled_derive v0.7.0
6032024-12-12T03:19:51.749Z Downloaded rustc_version v0.4.1
6042024-12-12T03:19:51.749Z Downloaded tracing-attributes v0.1.27
6052024-12-12T03:19:51.753Z Downloaded newline-converter v0.3.0
6062024-12-12T03:19:51.753Z Downloaded waitgroup v0.1.2
6072024-12-12T03:19:51.756Z Downloaded sync-ptr v0.1.1
6082024-12-12T03:19:51.756Z Downloaded dropshot_endpoint v0.12.0
6092024-12-12T03:19:51.759Z Downloaded rustls-webpki v0.101.7
6102024-12-12T03:19:51.771Z Downloaded try-lock v0.2.5
6112024-12-12T03:19:51.774Z Downloaded phf_shared v0.10.0
6122024-12-12T03:19:51.774Z Downloaded plotters-backend v0.3.7
6132024-12-12T03:19:51.776Z Downloaded signal-hook-registry v1.4.2
6142024-12-12T03:19:51.776Z Downloaded hyper-util v0.1.10
6152024-12-12T03:19:51.779Z Downloaded dropshot_endpoint v0.13.0
6162024-12-12T03:19:51.782Z Downloaded p384 v0.13.0
6172024-12-12T03:19:51.788Z Downloaded icu_provider_macros v1.5.0
6182024-12-12T03:19:51.790Z Downloaded string_cache v0.8.7
6192024-12-12T03:19:51.791Z Downloaded either v1.13.0
6202024-12-12T03:19:51.793Z Downloaded topological-sort v0.2.2
6212024-12-12T03:19:51.793Z Downloaded signal-hook-mio v0.2.4
6222024-12-12T03:19:51.795Z Downloaded multimap v0.10.0
6232024-12-12T03:19:51.796Z Downloaded progenitor-macro v0.8.0
6242024-12-12T03:19:51.798Z Downloaded proc-macro-error-attr v1.0.4
6252024-12-12T03:19:51.798Z Downloaded lazycell v1.3.0
6262024-12-12T03:19:51.802Z Downloaded kv-log-macro v1.0.7
6272024-12-12T03:19:51.802Z Downloaded darling_macro v0.20.10
6282024-12-12T03:19:51.802Z Downloaded normalize-line-endings v0.3.0
6292024-12-12T03:19:51.805Z Downloaded tokio-tungstenite v0.23.1
6302024-12-12T03:19:51.805Z Downloaded tokio-stream v0.1.16
6312024-12-12T03:19:51.808Z Downloaded tokio-tungstenite v0.21.0
6322024-12-12T03:19:51.811Z Downloaded rstest v0.23.0
6332024-12-12T03:19:51.816Z Downloaded itertools v0.12.1
6342024-12-12T03:19:51.822Z Downloaded lalrpop-util v0.19.12
6352024-12-12T03:19:51.824Z Downloaded nu-ansi-term v0.50.1
6362024-12-12T03:19:51.829Z Downloaded log v0.4.22
6372024-12-12T03:19:51.829Z Downloaded rustls-webpki v0.102.8
6382024-12-12T03:19:51.845Z Downloaded datatest-stable v0.2.9
6392024-12-12T03:19:51.849Z Downloaded zip v0.6.6
6402024-12-12T03:19:51.851Z Downloaded dhcproto-macros v0.1.0
6412024-12-12T03:19:51.851Z Downloaded zone_cfg_derive v0.1.2
6422024-12-12T03:19:51.855Z Downloaded pkcs1 v0.7.5
6432024-12-12T03:19:51.855Z Downloaded signal-hook-tokio v0.3.1
6442024-12-12T03:19:51.858Z Downloaded openssl-sys v0.9.103
6452024-12-12T03:19:51.860Z Downloaded mime v0.3.17
6462024-12-12T03:19:51.865Z Downloaded ed25519 v2.2.3
6472024-12-12T03:19:51.865Z Downloaded serde-hex v0.1.0
6482024-12-12T03:19:51.865Z Downloaded sec1 v0.7.3
6492024-12-12T03:19:51.868Z Downloaded reedline v0.35.0
6502024-12-12T03:19:51.875Z Downloaded lru-cache v0.1.2
6512024-12-12T03:19:51.878Z Downloaded jobserver v0.1.32
6522024-12-12T03:19:51.878Z Downloaded zopfli v0.8.1
6532024-12-12T03:19:51.881Z Downloaded tokio-tungstenite v0.24.0
6542024-12-12T03:19:51.883Z Downloaded managed v0.8.0
6552024-12-12T03:19:51.883Z Downloaded unicode-segmentation v1.12.0
6562024-12-12T03:19:51.886Z Downloaded libxml v0.3.3
6572024-12-12T03:19:51.891Z Downloaded rustc-hash v2.0.0
6582024-12-12T03:19:51.894Z Downloaded rustc-hash v1.1.0
6592024-12-12T03:19:51.894Z Downloaded phf_generator v0.11.2
6602024-12-12T03:19:51.897Z Downloaded siphasher v0.3.11
6612024-12-12T03:19:51.897Z Downloaded zerocopy-derive v0.7.35
6622024-12-12T03:19:51.900Z Downloaded utf-8 v0.7.6
6632024-12-12T03:19:51.902Z Downloaded macaddr v1.0.1
6642024-12-12T03:19:51.902Z Downloaded data-encoding v2.6.0
6652024-12-12T03:19:51.904Z Downloaded progenitor-impl v0.8.0
6662024-12-12T03:19:51.907Z Downloaded vte v0.11.1
6672024-12-12T03:19:51.907Z Downloaded rust-argon2 v2.1.0
6682024-12-12T03:19:51.910Z Downloaded rustfmt-wrapper v0.2.1
6692024-12-12T03:19:51.912Z Downloaded des v0.8.1
6702024-12-12T03:19:51.912Z Downloaded once_cell v1.20.2
6712024-12-12T03:19:51.915Z Downloaded num-traits v0.2.19
6722024-12-12T03:19:51.918Z Downloaded tar v0.4.42
6732024-12-12T03:19:51.920Z Downloaded url v2.5.3
6742024-12-12T03:19:51.923Z Downloaded num-rational v0.4.2
6752024-12-12T03:19:51.926Z Downloaded der_derive v0.7.3
6762024-12-12T03:19:51.926Z Downloaded serde v1.0.215
6772024-12-12T03:19:51.928Z Downloaded unsafe-libyaml v0.2.11
6782024-12-12T03:19:51.932Z Downloaded crossbeam-channel v0.5.13
6792024-12-12T03:19:51.936Z Downloaded unicode-truncate v1.1.0
6802024-12-12T03:19:51.938Z Downloaded clang-sys v1.8.1
6812024-12-12T03:19:51.941Z Downloaded polling v3.7.3
6822024-12-12T03:19:51.944Z Downloaded rustc-demangle v0.1.24
6832024-12-12T03:19:51.947Z Downloaded serde_derive v1.0.215
6842024-12-12T03:19:51.949Z Downloaded toml_edit v0.22.22
6852024-12-12T03:19:51.968Z Downloaded dhcproto v0.12.0
6862024-12-12T03:19:51.971Z Downloaded clap_derive v4.5.18
6872024-12-12T03:19:51.974Z Downloaded icu_provider v1.5.0
6882024-12-12T03:19:51.976Z Downloaded salty v0.3.0
6892024-12-12T03:19:51.982Z Downloaded tokio-util v0.7.12
6902024-12-12T03:19:51.988Z Downloaded serde_yaml v0.9.34+deprecated
6912024-12-12T03:19:51.991Z Downloaded pest v2.7.14
6922024-12-12T03:19:51.996Z Downloaded itertools v0.13.0
6932024-12-12T03:19:52.003Z Downloaded object v0.30.4
6942024-12-12T03:19:52.012Z Downloaded icu_normalizer_data v1.5.0
6952024-12-12T03:19:52.014Z Downloaded elliptic-curve v0.13.8
6962024-12-12T03:19:52.017Z Downloaded clap v4.5.21
6972024-12-12T03:19:52.025Z Downloaded tabled v0.15.0
6982024-12-12T03:19:52.040Z Downloaded tungstenite v0.24.0
6992024-12-12T03:19:52.043Z Downloaded gimli v0.31.1
7002024-12-12T03:19:52.051Z Downloaded qorb v0.2.1
7012024-12-12T03:19:52.055Z Downloaded reqwest v0.12.9
7022024-12-12T03:19:52.063Z Downloaded unicode-width v0.1.14
7032024-12-12T03:19:52.069Z Downloaded radix_trie v0.2.1
7042024-12-12T03:19:52.074Z Downloaded rusqlite v0.32.1
7052024-12-12T03:19:52.080Z Downloaded idna v0.4.0
7062024-12-12T03:19:52.087Z Downloaded ed25519-dalek v2.1.1
7072024-12-12T03:19:52.111Z Downloaded zerocopy v0.7.35
7082024-12-12T03:19:52.114Z Downloaded criterion v0.5.1
7092024-12-12T03:19:52.122Z Downloaded rustyline v14.0.0
7102024-12-12T03:19:52.130Z Downloaded tough v0.19.0
7112024-12-12T03:19:52.145Z Downloaded sqlparser v0.45.0
7122024-12-12T03:19:52.151Z Downloaded polar-core v0.27.3
7132024-12-12T03:19:52.160Z Downloaded openapiv3 v2.0.0
7142024-12-12T03:19:52.172Z Downloaded idna v0.2.3
7152024-12-12T03:19:52.179Z Downloaded lalrpop v0.19.12
7162024-12-12T03:19:52.191Z Downloaded serde_json v1.0.132
7172024-12-12T03:19:52.198Z Downloaded vcpkg v0.2.15
7182024-12-12T03:19:52.237Z Downloaded idna v1.0.3
7192024-12-12T03:19:52.241Z Downloaded nix v0.28.0
7202024-12-12T03:19:52.253Z Downloaded webpki-roots v0.26.6
7212024-12-12T03:19:52.257Z Downloaded syn v1.0.109
7222024-12-12T03:19:52.267Z Downloaded syn v2.0.87
7232024-12-12T03:19:52.279Z Downloaded idna v0.5.0
7242024-12-12T03:19:52.286Z Downloaded unicode-normalization v0.1.24
7252024-12-12T03:19:52.289Z Downloaded rustls v0.23.14
7262024-12-12T03:19:52.302Z Downloaded unicode-width v0.2.0
7272024-12-12T03:19:52.308Z Downloaded rustix v0.38.37
7282024-12-12T03:19:52.331Z Downloaded nix v0.27.1
7292024-12-12T03:19:52.341Z Downloaded ratatui v0.28.1
7302024-12-12T03:19:52.363Z Downloaded zerocopy v0.8.10
7312024-12-12T03:19:52.386Z Downloaded proptest v1.5.0
7322024-12-12T03:19:52.395Z Downloaded petname v2.0.2
7332024-12-12T03:19:52.400Z Downloaded regress v0.10.1
7342024-12-12T03:19:52.409Z Downloaded regex v1.11.1
7352024-12-12T03:19:52.422Z Downloaded icu_properties_data v1.5.0
7362024-12-12T03:19:52.438Z Downloaded openssl v0.10.66
7372024-12-12T03:19:52.449Z Downloaded diesel v2.2.4
7382024-12-12T03:19:52.468Z Downloaded dropshot v0.12.0
7392024-12-12T03:19:52.490Z Downloaded rustls v0.21.12
7402024-12-12T03:19:52.499Z Downloaded bzip2-sys v0.1.11+1.0.8
7412024-12-12T03:19:52.510Z Downloaded idna v0.3.0
7422024-12-12T03:19:52.517Z Downloaded curve25519-dalek v4.1.3
7432024-12-12T03:19:52.525Z Downloaded trust-dns-proto v0.22.0
7442024-12-12T03:19:52.537Z Downloaded dropshot v0.13.0
7452024-12-12T03:19:52.560Z Downloaded sled v0.34.7
7462024-12-12T03:19:52.570Z Downloaded regex-syntax v0.6.29
7472024-12-12T03:19:52.577Z Downloaded smoltcp v0.11.0
7482024-12-12T03:19:52.591Z Downloaded zerocopy-derive v0.6.6
7492024-12-12T03:19:52.601Z Downloaded nix v0.29.0
7502024-12-12T03:19:52.613Z Downloaded typify-impl v0.2.0
7512024-12-12T03:19:52.627Z Downloaded hickory-proto v0.24.1
7522024-12-12T03:19:52.643Z Downloaded regress v0.9.1
7532024-12-12T03:19:52.651Z Downloaded regex-syntax v0.8.5
7542024-12-12T03:19:52.659Z Downloaded smoltcp v0.9.1
7552024-12-12T03:19:52.670Z Downloaded crossterm v0.28.1
7562024-12-12T03:19:52.677Z Downloaded rustls v0.22.4
7572024-12-12T03:19:52.692Z Downloaded bstr v1.10.0
7582024-12-12T03:19:52.704Z Downloaded chrono-tz v0.10.0
7592024-12-12T03:19:52.710Z Downloaded ssh-key v0.6.6
7602024-12-12T03:19:52.716Z Downloaded quick-xml v0.33.0
7612024-12-12T03:19:52.722Z Downloaded portable-atomic v1.9.0
7622024-12-12T03:19:52.730Z Downloaded libc v0.2.162
7632024-12-12T03:19:52.758Z Downloaded regex-automata v0.4.8
7642024-12-12T03:19:52.776Z Downloaded petgraph v0.6.5
7652024-12-12T03:19:52.792Z Downloaded steno v0.4.1
7662024-12-12T03:19:52.796Z Downloaded object v0.36.5
7672024-12-12T03:19:52.807Z Downloaded clap_builder v4.5.21
7682024-12-12T03:19:52.814Z Downloaded lzma-sys v0.1.20
7692024-12-12T03:19:52.845Z Downloaded tokio v1.40.0
7702024-12-12T03:19:52.881Z Downloaded zerocopy-derive v0.8.10
7712024-12-12T03:19:52.887Z Downloaded mio v1.0.2
7722024-12-12T03:19:52.893Z Downloaded pkcs5 v0.7.1
7732024-12-12T03:19:52.898Z Downloaded tungstenite v0.23.0
7742024-12-12T03:19:52.902Z Downloaded git2 v0.19.0
7752024-12-12T03:19:52.910Z Downloaded sha3 v0.10.8
7762024-12-12T03:19:52.914Z Downloaded icu_normalizer v1.5.0
7772024-12-12T03:19:52.918Z Downloaded csv v1.3.0
7782024-12-12T03:19:52.937Z Downloaded libz-sys v1.1.20
7792024-12-12T03:19:52.956Z Downloaded winnow v0.6.20
7802024-12-12T03:19:52.964Z Downloaded quinn-proto v0.11.8
7812024-12-12T03:19:52.970Z Downloaded target-lexicon v0.12.16
7822024-12-12T03:19:52.973Z Downloaded ryu v1.0.18
7832024-12-12T03:19:52.976Z Downloaded proc-macro2 v1.0.89
7842024-12-12T03:19:52.979Z Downloaded winnow v0.5.40
7852024-12-12T03:19:52.987Z Downloaded serde_with v3.11.0
7862024-12-12T03:19:52.996Z Downloaded num v0.4.3
7872024-12-12T03:19:52.999Z Downloaded lazy_static v1.5.0
7882024-12-12T03:19:53.002Z Downloaded serde_with_macros v3.11.0
7892024-12-12T03:19:53.003Z Downloaded csv-core v0.1.11
7902024-12-12T03:19:53.005Z Downloaded crossbeam-utils v0.8.20
7912024-12-12T03:19:53.005Z Downloaded unicode-properties v0.1.3
7922024-12-12T03:19:53.008Z Downloaded stringprep v0.1.5
7932024-12-12T03:19:53.010Z Downloaded semver v1.0.23
7942024-12-12T03:19:53.011Z Downloaded diesel_derives v2.2.3
7952024-12-12T03:19:53.015Z Downloaded p521 v0.13.3
7962024-12-12T03:19:53.018Z Downloaded parse-display-derive v0.10.0
7972024-12-12T03:19:53.021Z Downloaded parse-display v0.10.0
7982024-12-12T03:19:53.021Z Downloaded rstest_macros v0.23.0
7992024-12-12T03:19:53.023Z Downloaded chrono v0.4.38
8002024-12-12T03:19:53.030Z Downloaded tokio-macros v2.4.0
8012024-12-12T03:19:53.033Z Downloaded tls_codec v0.4.1
8022024-12-12T03:19:53.036Z Downloaded httpmock v0.8.0-alpha.1
8032024-12-12T03:19:53.051Z Downloaded rand_core v0.6.4
8042024-12-12T03:19:53.066Z Downloaded indexmap v1.9.3
8052024-12-12T03:19:53.066Z Downloaded zerovec v0.10.4
8062024-12-12T03:19:53.069Z Downloaded bitvec v1.0.1
8072024-12-12T03:19:53.076Z Downloaded rayon v1.10.0
8082024-12-12T03:19:53.094Z Downloaded encoding_rs v0.8.34
8092024-12-12T03:19:53.104Z Downloaded goblin v0.8.2
8102024-12-12T03:19:53.110Z Downloaded quote v1.0.37
8112024-12-12T03:19:53.113Z Downloaded icu_properties v1.5.1
8122024-12-12T03:19:53.115Z Downloaded bindgen v0.69.5
8132024-12-12T03:19:53.122Z Downloaded schemars v0.8.21
8142024-12-12T03:19:53.133Z Downloaded pretty_assertions v1.4.1
8152024-12-12T03:19:53.135Z Downloaded serde_tokenstream v0.2.2
8162024-12-12T03:19:53.138Z Downloaded serde_path_to_error v0.1.16
8172024-12-12T03:19:53.138Z Downloaded untrusted v0.9.0
8182024-12-12T03:19:53.144Z Downloaded radium v0.7.0
8192024-12-12T03:19:53.144Z Downloaded difflib v0.4.0
8202024-12-12T03:19:53.144Z Downloaded tracing-core v0.1.32
8212024-12-12T03:19:53.144Z Downloaded zip v2.1.3
8222024-12-12T03:19:53.149Z Downloaded unicode_categories v0.1.1
8232024-12-12T03:19:53.151Z Downloaded crc32fast v1.4.2
8242024-12-12T03:19:53.153Z Downloaded crc v3.2.1
8252024-12-12T03:19:53.156Z Downloaded cookie v0.18.1
8262024-12-12T03:19:53.158Z Downloaded ron v0.8.1
8272024-12-12T03:19:53.163Z Downloaded aws-lc-rs v1.10.0
8282024-12-12T03:19:53.172Z Downloaded packed_struct_codegen v0.10.1
8292024-12-12T03:19:53.174Z Downloaded whoami v1.5.2
8302024-12-12T03:19:53.177Z Downloaded usdt-impl v0.5.0
8312024-12-12T03:19:53.177Z Downloaded vsss-rs v3.3.4
8322024-12-12T03:19:53.180Z Downloaded zerovec-derive v0.10.3
8332024-12-12T03:19:53.183Z Downloaded schemars_derive v0.8.21
8342024-12-12T03:19:53.183Z Downloaded scheduled-thread-pool v0.2.7
8352024-12-12T03:19:53.183Z Downloaded same-file v1.0.6
8362024-12-12T03:19:53.186Z Downloaded ref-cast-impl v1.0.23
8372024-12-12T03:19:53.186Z Downloaded num-bigint v0.4.6
8382024-12-12T03:19:53.189Z Downloaded russh v0.45.0
8392024-12-12T03:19:53.194Z Downloaded ipnet v2.10.1
8402024-12-12T03:19:53.196Z Downloaded env_logger v0.10.2
8412024-12-12T03:19:53.199Z Downloaded nested v0.1.1
8422024-12-12T03:19:53.199Z Downloaded libgit2-sys v0.17.0+1.8.1
8432024-12-12T03:19:53.261Z Downloaded match_cfg v0.1.0
8442024-12-12T03:19:53.264Z Downloaded env_logger v0.11.5
8452024-12-12T03:19:53.267Z Downloaded guppy v0.17.8
8462024-12-12T03:19:53.271Z Downloaded ssh-cipher v0.2.0
8472024-12-12T03:19:53.273Z Downloaded pbkdf2 v0.12.2
8482024-12-12T03:19:53.273Z Downloaded crc-catalog v2.4.0
8492024-12-12T03:19:53.276Z Downloaded rustls-pki-types v1.9.0
8502024-12-12T03:19:53.278Z Downloaded unicode-bidi v0.3.17
8512024-12-12T03:19:53.281Z Downloaded libefi-sys v0.1.0
8522024-12-12T03:19:53.283Z Downloaded trybuild v1.0.101
8532024-12-12T03:19:53.286Z Downloaded prettyplease v0.2.25
8542024-12-12T03:19:53.288Z Downloaded http v1.1.0
8552024-12-12T03:19:53.292Z Downloaded hickory-server v0.24.1
8562024-12-12T03:19:53.298Z Downloaded hickory-resolver v0.24.1
8572024-12-12T03:19:53.303Z Downloaded heapless v0.8.0
8582024-12-12T03:19:53.307Z Downloaded typify v0.2.0
8592024-12-12T03:19:53.310Z Downloaded tinytemplate v1.2.1
8602024-12-12T03:19:53.312Z Downloaded socket2 v0.5.7
8612024-12-12T03:19:53.315Z Downloaded pest_meta v2.7.14
8622024-12-12T03:19:53.317Z Downloaded tokio-postgres v0.7.12
8632024-12-12T03:19:53.321Z Downloaded sqlformat v0.2.6
8642024-12-12T03:19:53.323Z Downloaded password-hash v0.5.0
8652024-12-12T03:19:53.325Z Downloaded omicron-zone-package v0.11.1
8662024-12-12T03:19:53.328Z Downloaded indicatif v0.17.9
8672024-12-12T03:19:53.331Z Downloaded debug-ignore v1.0.5
8682024-12-12T03:19:53.333Z Downloaded zeroize_derive v1.4.2
8692024-12-12T03:19:53.336Z Downloaded tracing v0.1.40
8702024-12-12T03:19:53.338Z Downloaded instability v0.3.2
8712024-12-12T03:19:53.341Z Downloaded inout v0.1.3
8722024-12-12T03:19:53.341Z Downloaded walkdir v2.5.0
8732024-12-12T03:19:53.344Z Downloaded heapless v0.7.17
8742024-12-12T03:19:53.346Z Downloaded proc-macro-crate v3.2.0
8752024-12-12T03:19:53.348Z Downloaded papergrid v0.11.0
8762024-12-12T03:19:53.351Z Downloaded snafu-derive v0.8.5
8772024-12-12T03:19:53.354Z Downloaded shlex v1.3.0
8782024-12-12T03:19:53.354Z Downloaded signal-hook v0.3.17
8792024-12-12T03:19:53.356Z Downloaded crc-any v2.5.0
8802024-12-12T03:19:53.362Z Downloaded rsa v0.9.6
8812024-12-12T03:19:53.366Z Downloaded icu_locid v1.5.0
8822024-12-12T03:19:53.368Z Downloaded subprocess v0.2.9
8832024-12-12T03:19:53.371Z Downloaded rustc_version v0.1.7
8842024-12-12T03:19:53.371Z Downloaded headers v0.4.0
8852024-12-12T03:19:53.375Z Downloaded litemap v0.7.3
8862024-12-12T03:19:53.378Z Downloaded icu_locid_transform v1.5.0
8872024-12-12T03:19:53.381Z Downloaded yoke v0.7.4
8882024-12-12T03:19:53.383Z Downloaded nanorand v0.7.0
8892024-12-12T03:19:53.386Z Downloaded md-5 v0.10.6
8902024-12-12T03:19:53.386Z Downloaded maybe-uninit v2.0.0
8912024-12-12T03:19:53.388Z Downloaded uzers v0.12.1
8922024-12-12T03:19:53.391Z Downloaded russh-keys v0.45.0
8932024-12-12T03:19:53.394Z Downloaded flume v0.11.1
8942024-12-12T03:19:53.396Z Downloaded defmt v0.3.8
8952024-12-12T03:19:53.399Z Downloaded dunce v1.0.5
8962024-12-12T03:19:53.399Z Downloaded utf8_iter v1.0.4
8972024-12-12T03:19:53.402Z Downloaded serde_derive_internals v0.29.1
8982024-12-12T03:19:53.402Z Downloaded tokio-rustls v0.26.0
8992024-12-12T03:19:53.404Z Downloaded tokio-rustls v0.25.0
9002024-12-12T03:19:53.407Z Downloaded tokio-rustls v0.24.1
9012024-12-12T03:19:53.410Z Downloaded hmac v0.12.1
9022024-12-12T03:19:53.410Z Downloaded highway v1.2.0
9032024-12-12T03:19:53.413Z Downloaded xz2 v0.1.7
9042024-12-12T03:19:53.415Z Downloaded xattr v1.3.1
9052024-12-12T03:19:53.417Z Downloaded getrandom v0.2.15
9062024-12-12T03:19:53.420Z Downloaded futures-channel v0.3.31
9072024-12-12T03:19:53.423Z Downloaded hyper-rustls v0.26.0
9082024-12-12T03:19:53.423Z Downloaded serde_repr v0.1.19
9092024-12-12T03:19:53.426Z Downloaded serde_regex v1.1.0
9102024-12-12T03:19:53.426Z Downloaded hostname v0.4.0
9112024-12-12T03:19:53.428Z Downloaded base64 v0.13.1
9122024-12-12T03:19:53.432Z Downloaded pin-project-internal v1.1.6
9132024-12-12T03:19:53.435Z Downloaded hostname v0.3.1
9142024-12-12T03:19:53.435Z Downloaded blake2 v0.10.6
9152024-12-12T03:19:53.437Z Downloaded bitflags v2.6.0
9162024-12-12T03:19:53.440Z Downloaded phf_codegen v0.11.2
9172024-12-12T03:19:53.443Z Downloaded progenitor v0.8.0
9182024-12-12T03:19:53.443Z Downloaded parking_lot v0.11.2
9192024-12-12T03:19:53.445Z Downloaded heck v0.4.1
9202024-12-12T03:19:53.448Z Downloaded hubpack v0.1.2
9212024-12-12T03:19:53.448Z Downloaded httpdate v1.0.3
9222024-12-12T03:19:53.448Z Downloaded http-body-util v0.1.2
9232024-12-12T03:19:53.450Z Downloaded bzip2 v0.4.4
9242024-12-12T03:19:53.453Z Downloaded foreign-types-macros v0.2.3
9252024-12-12T03:19:53.453Z Downloaded filetime v0.2.25
9262024-12-12T03:19:53.456Z Downloaded base64ct v1.6.0
9272024-12-12T03:19:53.459Z Downloaded backoff v0.4.0
9282024-12-12T03:19:53.459Z Downloaded block-padding v0.3.3
9292024-12-12T03:19:53.459Z Downloaded cancel-safe-futures v0.1.5
9302024-12-12T03:19:53.462Z Downloaded flagset v0.4.6
9312024-12-12T03:19:53.465Z Downloaded cassowary v0.3.0
9322024-12-12T03:19:53.468Z Downloaded cfg-if v1.0.0
9332024-12-12T03:19:53.468Z Downloaded cbc v0.1.2
9342024-12-12T03:19:53.468Z Downloaded cast v0.3.0
9352024-12-12T03:19:53.470Z Downloaded byteorder v1.5.0
9362024-12-12T03:19:53.470Z Downloaded buf-list v1.0.3
9372024-12-12T03:19:53.473Z Downloaded bitflags v1.3.2
9382024-12-12T03:19:53.475Z Downloaded fnv v1.0.7
9392024-12-12T03:19:53.478Z Downloaded bb8 v0.8.5
9402024-12-12T03:19:53.478Z Downloaded bitfield-struct v0.6.2
9412024-12-12T03:19:53.481Z Downloaded async-lock v3.4.0
9422024-12-12T03:19:53.483Z Downloaded async-stream v0.3.6
9432024-12-12T03:19:53.483Z Downloaded async-recursion v1.1.1
9442024-12-12T03:19:53.486Z Downloaded async-attributes v1.1.2
9452024-12-12T03:19:53.489Z Downloaded ascii-canvas v3.0.0
9462024-12-12T03:19:53.600Z Downloaded libsqlite3-sys v0.30.1
9472024-12-12T03:19:53.752Z Downloaded ring v0.17.8
9482024-12-12T03:19:53.929Z Downloaded ring v0.16.20
9492024-12-12T03:19:54.163Z Downloaded aws-lc-sys v0.22.0
9502024-12-12T03:19:54.659Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9512024-12-12T03:20:10.774Z Startup: Refreshing catalog 'helios-dev' ... Done
9522024-12-12T03:20:14.748Z Startup: Caching catalogs ... Done
9532024-12-12T03:20:25.161ZPlanning: Solver setup ... Done (9.526s)
9542024-12-12T03:20:25.288ZPlanning: Running solver ... Done (0.128s)
9552024-12-12T03:20:25.477ZPlanning: Finding local manifests ... Done (0.086s)
9562024-12-12T03:20:25.506ZPlanning: Fetching manifests: 0/5 0% complete
9572024-12-12T03:20:25.755ZPlanning: Fetching manifests: 5/5 100% complete
9582024-12-12T03:20:25.983ZPlanning: Package planning ... Done (0.228s)
9592024-12-12T03:20:26.040ZPlanning: Merging actions ... Done (0.057s)
9602024-12-12T03:20:26.641ZPlanning: Checking for conflicting actions ... Done (0.601s)
9612024-12-12T03:20:32.140ZPlanning: Consolidating action changes ... Done (5.497s)
9622024-12-12T03:20:32.526ZPlanning: Evaluating mediators ... Done (0.386s)
9632024-12-12T03:20:32.642ZPlanning: Planning completed in 17.80 seconds
9642024-12-12T03:20:32.659Z Packages to install: 4
9652024-12-12T03:20:32.659Z Packages to update: 1
9662024-12-12T03:20:32.661Z Mediators to change: 2
9672024-12-12T03:20:32.662Z Services to change: 1
9682024-12-12T03:20:32.662Z Estimated space available: 155.38 GB
9692024-12-12T03:20:32.662ZEstimated space to be consumed: 1.61 GB
9702024-12-12T03:20:32.662Z Create boot environment: No
9712024-12-12T03:20:32.662ZCreate backup boot environment: Yes
9722024-12-12T03:20:32.662Z Rebuild boot archive: No
9732024-12-12T03:20:32.662Z
9742024-12-12T03:20:32.662ZChanged mediators:
9752024-12-12T03:20:32.662Z mediator clang:
9762024-12-12T03:20:32.662Z version: None -> 15 (system default)
9772024-12-12T03:20:32.662Z
9782024-12-12T03:20:32.662Z mediator llvm:
9792024-12-12T03:20:32.662Z version: 14 (system default) -> 15 (system default)
9802024-12-12T03:20:32.662Z
9812024-12-12T03:20:32.662ZChanged packages:
9822024-12-12T03:20:32.662Zhelios-dev
9832024-12-12T03:20:32.662Z developer/build-essential
9842024-12-12T03:20:32.662Z None -> 11-2.0
9852024-12-12T03:20:32.662Z library/libxmlsec1
9862024-12-12T03:20:32.662Z None -> 1.2.35-2.0
9872024-12-12T03:20:32.662Z ooce/developer/clang-15
9882024-12-12T03:20:32.662Z None -> 15.0.7-2.0
9892024-12-12T03:20:32.662Z ooce/developer/llvm-15
9902024-12-12T03:20:32.662Z None -> 15.0.7-2.0
9912024-12-12T03:20:32.662Z package/pkg
9922024-12-12T03:20:32.662Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9932024-12-12T03:20:32.662Z
9942024-12-12T03:20:32.662ZServices:
9952024-12-12T03:20:32.662Z restart_fmri:
9962024-12-12T03:20:32.662Z svc:/system/update-man-index:default
9972024-12-12T03:20:32.662Z
9982024-12-12T03:20:32.662ZEditable files to change:
9992024-12-12T03:20:32.662Z Update:
10002024-12-12T03:20:32.662Z usr/share/lib/pkg/web/config.shtml
10012024-12-12T03:20:32.925Z
10022024-12-12T03:20:32.925ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10032024-12-12T03:20:37.928ZDownload: 1212/4281 items 86.1/220.6MB 39% complete (17.3M/s)
10042024-12-12T03:20:42.928ZDownload: 2689/4281 items 120.7/220.6MB 54% complete (12.2M/s)
10052024-12-12T03:20:47.987ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (11.7M/s)
10062024-12-12T03:20:51.959ZDownload: Completed 220.60 MB in 19.03 seconds (11.6M/s)
10072024-12-12T03:20:53.981Z Actions: 1/5063 actions (Removing old actions)
10082024-12-12T03:20:53.998Z Actions: 194/5063 actions (Installing new actions)
10092024-12-12T03:20:59.100Z Actions: 4156/5063 actions (Installing new actions)
10102024-12-12T03:20:59.106Z Actions: 4226/5063 actions (Updating modified actions)
10112024-12-12T03:20:59.484Z Actions: Completed 5063 actions in 5.50 seconds.
10122024-12-12T03:20:59.713Z Done (0.220s)
10132024-12-12T03:20:59.716Z Done (0.000s)
10142024-12-12T03:21:00.278Z Done (0.564s)
10152024-12-12T03:21:06.234Z Done (5.733s)
10162024-12-12T03:21:06.536Z Done (0.229s)
10172024-12-12T03:21:06.539Z Done (0.000s)
10182024-12-12T03:21:06.726Z Done (0.000s)
10192024-12-12T03:21:07.449ZPlanning: Evaluating mediator changes ... Done
10202024-12-12T03:21:07.615ZPlanning: Checking for conflicting actions ... Done
10212024-12-12T03:21:07.617ZPlanning: Consolidating action changes ... Done
10222024-12-12T03:21:07.888ZPlanning: Evaluating mediators ... Done
10232024-12-12T03:21:07.891ZPlanning: Planning completed in 0.44 seconds
10242024-12-12T03:21:07.927Z Mediators to change: 2
10252024-12-12T03:21:07.928Z Create boot environment: No
10262024-12-12T03:21:07.931ZCreate backup boot environment: No
10272024-12-12T03:21:08.008Z Done
10282024-12-12T03:21:08.008Z Done
10292024-12-12T03:21:08.396Z Done
10302024-12-12T03:21:12.189Z Done
10312024-12-12T03:21:12.287Z Done
10322024-12-12T03:21:12.289Z Done
10332024-12-12T03:21:12.457Z Done
10342024-12-12T03:21:13.080ZPlanning: Evaluating mediator changes ... Done
10352024-12-12T03:21:13.083ZPlanning: Merging actions ... Done
10362024-12-12T03:21:13.271ZPlanning: Checking for conflicting actions ... Done
10372024-12-12T03:21:13.274ZPlanning: Consolidating action changes ... Done
10382024-12-12T03:21:13.540ZPlanning: Evaluating mediators ... Done
10392024-12-12T03:21:13.596ZPlanning: Planning completed in 0.76 seconds
10402024-12-12T03:21:13.636Z Packages to change: 1
10412024-12-12T03:21:13.636Z Mediators to change: 1
10422024-12-12T03:21:13.639Z Services to change: 1
10432024-12-12T03:21:13.639Z Create boot environment: No
10442024-12-12T03:21:13.639ZCreate backup boot environment: Yes
10452024-12-12T03:21:15.738Z Actions: 1/6 actions (Updating modified actions)
10462024-12-12T03:21:15.769Z Actions: Completed 6 actions in 0.03 seconds.
10472024-12-12T03:21:15.771Z Done
10482024-12-12T03:21:15.771Z Done
10492024-12-12T03:21:15.885Z Done
10502024-12-12T03:21:19.649Z Done
10512024-12-12T03:21:19.741Z Done
10522024-12-12T03:21:19.743Z Done
10532024-12-12T03:21:19.904Z Done
10542024-12-12T03:21:20.354ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10552024-12-12T03:21:20.354Zclang system 15 system
10562024-12-12T03:21:20.354Zcsh system system illumos
10572024-12-12T03:21:20.354Zctags system system illumos
10582024-12-12T03:21:20.354Zgcc vendor 12 vendor
10592024-12-12T03:21:20.354Zgcc system 10 system
10602024-12-12T03:21:20.354Zgcc system 7 system
10612024-12-12T03:21:20.354Zgo system 1.20 system
10622024-12-12T03:21:20.354Zgo system 1.19 system
10632024-12-12T03:21:20.354Zllvm system 15 system
10642024-12-12T03:21:20.354Zllvm system 14 system
10652024-12-12T03:21:20.354Zmariadb system 10.6 system
10662024-12-12T03:21:20.354Zmta vendor vendor dma
10672024-12-12T03:21:20.354Zopenjdk system 17 system
10682024-12-12T03:21:20.354Zopenjdk system 11 system
10692024-12-12T03:21:20.354Zopenjdk system 1.8 system
10702024-12-12T03:21:20.354Zopenssl vendor 3 vendor
10712024-12-12T03:21:20.354Zperl system 5.36 system
10722024-12-12T03:21:20.354Zpostgresql system 15 system
10732024-12-12T03:21:20.354Zpostgresql system 13 system
10742024-12-12T03:21:20.354Zpython vendor 3 vendor
10752024-12-12T03:21:20.354Zpython system 2 system
10762024-12-12T03:21:20.354Zpython3 system 3.11 system
10772024-12-12T03:21:20.354Zruby system 3.0 system
10782024-12-12T03:21:20.354Zwords vendor vendor american-english
10792024-12-12T03:21:20.354Zwords system system australian-english
10802024-12-12T03:21:20.354Zwords system system british-english
10812024-12-12T03:21:20.354Zwords system system canadian-english
10822024-12-12T03:21:20.354Zwords system system french
10832024-12-12T03:21:20.354Zwords system system italian
10842024-12-12T03:21:20.354Zwords system system ngerman
10852024-12-12T03:21:20.354Zwords system system ogerman
10862024-12-12T03:21:20.354Zwords system system spanish
10872024-12-12T03:21:20.693ZPUBLISHER TYPE STATUS P LOCATION
10882024-12-12T03:21:20.693Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10892024-12-12T03:21:23.379ZFMRI IFO
10902024-12-12T03:21:23.379Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10912024-12-12T03:21:23.379Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10922024-12-12T03:21:23.379Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10932024-12-12T03:21:23.379Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10942024-12-12T03:21:23.379Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10952024-12-12T03:21:23.379Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10962024-12-12T03:21:23.379Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10972024-12-12T03:21:23.379Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10982024-12-12T03:21:23.379Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10992024-12-12T03:21:23.379Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11002024-12-12T03:21:23.380Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11012024-12-12T03:21:23.380Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11022024-12-12T03:21:23.380Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11032024-12-12T03:21:23.380Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11042024-12-12T03:21:23.380Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11052024-12-12T03:21:24.468Z Downloading crates ...
11062024-12-12T03:21:24.588Z Downloaded cargo_toml v0.20.5
11072024-12-12T03:21:24.729Z Compiling proc-macro2 v1.0.89
11082024-12-12T03:21:24.729Z Compiling unicode-ident v1.0.13
11092024-12-12T03:21:24.732Z Compiling serde v1.0.215
11102024-12-12T03:21:24.732Z Compiling version_check v0.9.5
11112024-12-12T03:21:24.733Z Compiling memchr v2.7.4
11122024-12-12T03:21:24.733Z Compiling thiserror v1.0.69
11132024-12-12T03:21:24.759Z Compiling libc v0.2.162
11142024-12-12T03:21:24.766Z Compiling ucd-trie v0.1.7
11152024-12-12T03:21:24.991Z Compiling itoa v1.0.11
11162024-12-12T03:21:25.216Z Compiling ryu v1.0.18
11172024-12-12T03:21:25.480Z Compiling once_cell v1.20.2
11182024-12-12T03:21:25.514Z Compiling byteorder v1.5.0
11192024-12-12T03:21:25.834Z Compiling rustix v0.38.37
11202024-12-12T03:21:26.114Z Compiling serde_json v1.0.132
11212024-12-12T03:21:27.019Z Compiling bitflags v2.6.0
11222024-12-12T03:21:27.040Z Compiling usdt-impl v0.5.0
11232024-12-12T03:21:27.053Z Compiling proc-macro-error-attr v1.0.4
11242024-12-12T03:21:27.289Z Compiling syn v1.0.109
11252024-12-12T03:21:27.311Z Compiling proc-macro-error v1.0.4
11262024-12-12T03:21:27.360Z Compiling utf8parse v0.2.2
11272024-12-12T03:21:27.389Z Compiling log v0.4.22
11282024-12-12T03:21:27.463Z Compiling equivalent v1.0.1
11292024-12-12T03:21:27.505Z Compiling plain v0.2.3
11302024-12-12T03:21:27.564Z Compiling camino v1.1.9
11312024-12-12T03:21:27.576Z Compiling hashbrown v0.15.0
11322024-12-12T03:21:27.749Z Compiling thread-id v4.2.2
11332024-12-12T03:21:27.764Z Compiling anstyle-parse v0.2.5
11342024-12-12T03:21:27.849Z Compiling unicode-width v0.1.14
11352024-12-12T03:21:27.975Z Compiling autocfg v1.4.0
11362024-12-12T03:21:28.110Z Compiling quote v1.0.37
11372024-12-12T03:21:28.123Z Compiling semver v1.0.23
11382024-12-12T03:21:28.250Z Compiling anstyle-query v1.1.1
11392024-12-12T03:21:28.346Z Compiling errno v0.3.9
11402024-12-12T03:21:28.391Z Compiling pretty-hex v0.4.1
11412024-12-12T03:21:28.557Z Compiling syn v2.0.87
11422024-12-12T03:21:28.607Z Compiling is_terminal_polyfill v1.70.1
11432024-12-12T03:21:28.714Z Compiling anstyle v1.0.10
11442024-12-12T03:21:28.846Z Compiling indexmap v2.6.0
11452024-12-12T03:21:28.879Z Compiling winnow v0.6.20
11462024-12-12T03:21:29.091Z Compiling colorchoice v1.0.2
11472024-12-12T03:21:29.166Z Compiling fs-err v2.11.0
11482024-12-12T03:21:29.235Z Compiling anstream v0.6.15
11492024-12-12T03:21:29.836Z Compiling cfg-if v1.0.0
11502024-12-12T03:21:29.840Z Compiling anyhow v1.0.93
11512024-12-12T03:21:30.006Z Compiling bytecount v0.6.8
11522024-12-12T03:21:30.211Z Compiling clap_lex v0.7.2
11532024-12-12T03:21:30.225Z Compiling heck v0.4.1
11542024-12-12T03:21:30.238Z Compiling fastrand v2.1.1
11552024-12-12T03:21:30.465Z Compiling heck v0.5.0
11562024-12-12T03:21:30.736Z Compiling terminal_size v0.4.0
11572024-12-12T03:21:30.739Z Compiling strsim v0.11.1
11582024-12-12T03:21:30.944Z Compiling fnv v1.0.7
11592024-12-12T03:21:31.067Z Compiling papergrid v0.11.0
11602024-12-12T03:21:31.221Z Compiling tempfile v3.13.0
11612024-12-12T03:21:31.352Z Compiling clap_builder v4.5.21
11622024-12-12T03:21:31.804Z Compiling memmap v0.7.0
11632024-12-12T03:21:32.084Z Compiling smawk v0.3.2
11642024-12-12T03:21:32.141Z Compiling unicode-linebreak v0.1.5
11652024-12-12T03:21:32.621Z Compiling textwrap v0.16.1
11662024-12-12T03:21:32.760Z Compiling swrite v0.1.0
11672024-12-12T03:21:34.234Z Compiling tabled_derive v0.7.0
11682024-12-12T03:21:35.660Z Compiling tabled v0.15.0
11692024-12-12T03:21:37.387Z Compiling serde_derive v1.0.215
11702024-12-12T03:21:37.387Z Compiling thiserror-impl v1.0.69
11712024-12-12T03:21:37.391Z Compiling zerocopy-derive v0.7.35
11722024-12-12T03:21:37.391Z Compiling scroll_derive v0.12.0
11732024-12-12T03:21:37.391Z Compiling clap_derive v4.5.18
11742024-12-12T03:21:38.632Z Compiling scroll v0.12.0
11752024-12-12T03:21:39.200Z Compiling goblin v0.8.2
11762024-12-12T03:21:39.235Z Compiling zerocopy v0.7.35
11772024-12-12T03:21:40.199Z Compiling pest v2.7.14
11782024-12-12T03:21:41.020Z Compiling clap v4.5.21
11792024-12-12T03:21:42.313Z Compiling pest_meta v2.7.14
11802024-12-12T03:21:43.177Z Compiling pest_generator v2.7.14
11812024-12-12T03:21:44.896Z Compiling pest_derive v2.7.14
11822024-12-12T03:21:45.588Z Compiling dtrace-parser v0.2.0
11832024-12-12T03:21:47.533Z Compiling serde_tokenstream v0.2.2
11842024-12-12T03:21:47.619Z Compiling serde_spanned v0.6.8
11852024-12-12T03:21:47.622Z Compiling toml_datetime v0.6.8
11862024-12-12T03:21:47.874Z Compiling cargo-platform v0.1.8
11872024-12-12T03:21:48.005Z Compiling toml_edit v0.22.22
11882024-12-12T03:21:48.105Z Compiling macaddr v1.0.1
11892024-12-12T03:21:48.371Z Compiling camino-tempfile v1.1.1
11902024-12-12T03:21:49.073Z Compiling dof v0.3.0
11912024-12-12T03:21:49.188Z Compiling cargo_metadata v0.18.1
11922024-12-12T03:21:50.824Z Compiling usdt-attr-macro v0.5.0
11932024-12-12T03:21:50.824Z Compiling usdt-macro v0.5.0
11942024-12-12T03:21:50.868Z Compiling toml v0.8.19
11952024-12-12T03:21:51.738Z Compiling cargo_toml v0.20.5
11962024-12-12T03:21:52.291Z Compiling usdt v0.5.0
11972024-12-12T03:21:55.415Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11982024-12-12T03:21:59.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.73s
11992024-12-12T03:21:59.722Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12002024-12-12T03:22:00.598Z Compiling serde v1.0.215
12012024-12-12T03:22:00.601Z Compiling lock_api v0.4.12
12022024-12-12T03:22:00.601Z Compiling scopeguard v1.2.0
12032024-12-12T03:22:00.601Z Compiling value-bag v1.9.0
12042024-12-12T03:22:00.602Z Compiling typenum v1.17.0
12052024-12-12T03:22:00.602Z Compiling generic-array v0.14.7
12062024-12-12T03:22:00.738Z Compiling syn v2.0.87
12072024-12-12T03:22:00.740Z Compiling getrandom v0.2.15
12082024-12-12T03:22:00.871Z Compiling subtle v2.6.1
12092024-12-12T03:22:01.025Z Compiling rand_core v0.6.4
12102024-12-12T03:22:01.185Z Compiling log v0.4.22
12112024-12-12T03:22:01.281Z Compiling shlex v1.3.0
12122024-12-12T03:22:01.299Z Compiling jobserver v0.1.32
12132024-12-12T03:22:01.345Z Compiling smallvec v1.13.2
12142024-12-12T03:22:01.553Z Compiling const-oid v0.9.6
12152024-12-12T03:22:01.571Z Compiling spin v0.9.8
12162024-12-12T03:22:01.682Z Compiling cc v1.1.30
12172024-12-12T03:22:01.734Z Compiling pin-project-lite v0.2.14
12182024-12-12T03:22:01.864Z Compiling rustix v0.38.37
12192024-12-12T03:22:01.953Z Compiling parking_lot_core v0.9.10
12202024-12-12T03:22:02.080Z Compiling futures-core v0.3.31
12212024-12-12T03:22:02.231Z Compiling signal-hook-registry v1.4.2
12222024-12-12T03:22:02.333Z Compiling mio v1.0.2
12232024-12-12T03:22:02.786Z Compiling parking_lot v0.12.3
12242024-12-12T03:22:03.034Z Compiling aho-corasick v1.1.3
12252024-12-12T03:22:03.052Z Compiling regex-syntax v0.8.5
12262024-12-12T03:22:03.470Z Compiling either v1.13.0
12272024-12-12T03:22:03.503Z Compiling cpufeatures v0.2.14
12282024-12-12T03:22:03.560Z Compiling lazy_static v1.5.0
12292024-12-12T03:22:03.609Z Compiling glob v0.3.1
12302024-12-12T03:22:03.680Z Compiling stable_deref_trait v1.2.0
12312024-12-12T03:22:03.710Z Compiling futures-sink v0.3.31
12322024-12-12T03:22:03.782Z Compiling socket2 v0.5.7
12332024-12-12T03:22:03.863Z Compiling slab v0.4.9
12342024-12-12T03:22:03.904Z Compiling prettyplease v0.2.25
12352024-12-12T03:22:04.261Z Compiling minimal-lexical v0.2.1
12362024-12-12T03:22:04.609Z Compiling libloading v0.8.5
12372024-12-12T03:22:04.627Z Compiling clang-sys v1.8.1
12382024-12-12T03:22:04.750Z Compiling nom v7.1.3
12392024-12-12T03:22:04.782Z Compiling home v0.5.9
12402024-12-12T03:22:05.056Z Compiling bindgen v0.69.5
12412024-12-12T03:22:05.085Z Compiling serde_json v1.0.132
12422024-12-12T03:22:05.433Z Compiling itertools v0.12.1
12432024-12-12T03:22:05.875Z Compiling futures-channel v0.3.31
12442024-12-12T03:22:06.072Z Compiling allocator-api2 v0.2.18
12452024-12-12T03:22:06.312Z Compiling rustc-hash v1.1.0
12462024-12-12T03:22:06.462Z Compiling lazycell v1.3.0
12472024-12-12T03:22:06.631Z Compiling regex-automata v0.4.8
12482024-12-12T03:22:06.884Z Compiling futures-io v0.3.31
12492024-12-12T03:22:07.229Z Compiling foldhash v0.1.3
12502024-12-12T03:22:07.536Z Compiling futures-task v0.3.31
12512024-12-12T03:22:07.844Z Compiling pin-utils v0.1.0
12522024-12-12T03:22:07.945Z Compiling hashbrown v0.15.0
12532024-12-12T03:22:08.570Z Compiling synstructure v0.13.1
12542024-12-12T03:22:08.682Z Compiling cexpr v0.6.0
12552024-12-12T03:22:09.280Z Compiling cmake v0.1.51
12562024-12-12T03:22:09.847Z Compiling libm v0.2.8
12572024-12-12T03:22:10.202Z Compiling dunce v1.0.5
12582024-12-12T03:22:10.309Z Compiling pkg-config v0.3.31
12592024-12-12T03:22:10.345Z Compiling fs_extra v1.3.0
12602024-12-12T03:22:10.365Z Compiling tinyvec_macros v0.1.1
12612024-12-12T03:22:10.464Z Compiling tinyvec v1.8.0
12622024-12-12T03:22:10.555Z Compiling num-traits v0.2.19
12632024-12-12T03:22:11.074Z Compiling ring v0.17.8
12642024-12-12T03:22:11.852Z Compiling base64ct v1.6.0
12652024-12-12T03:22:11.886Z Compiling writeable v0.5.5
12662024-12-12T03:22:11.979Z Compiling unicode-normalization v0.1.24
12672024-12-12T03:22:12.202Z Compiling unicode-bidi v0.3.17
12682024-12-12T03:22:12.348Z Compiling regex v1.11.1
12692024-12-12T03:22:12.457Z Compiling paste v1.0.15
12702024-12-12T03:22:12.495Z Compiling litemap v0.7.3
12712024-12-12T03:22:12.891Z Compiling pem-rfc7468 v0.7.0
12722024-12-12T03:22:13.450Z Compiling flagset v0.4.6
12732024-12-12T03:22:13.607Z Compiling httparse v1.9.5
12742024-12-12T03:22:13.633Z Compiling aws-lc-rs v1.10.0
12752024-12-12T03:22:14.107Z Compiling tracing-core v0.1.32
12762024-12-12T03:22:14.428Z Compiling rustls-pki-types v1.9.0
12772024-12-12T03:22:14.846Z Compiling percent-encoding v2.3.1
12782024-12-12T03:22:15.091Z Compiling crossbeam-utils v0.8.20
12792024-12-12T03:22:15.214Z Compiling icu_locid_transform_data v1.5.0
12802024-12-12T03:22:15.493Z Compiling untrusted v0.9.0
12812024-12-12T03:22:15.562Z Compiling time-core v0.1.2
12822024-12-12T03:22:15.609Z Compiling serde_derive v1.0.215
12832024-12-12T03:22:15.644Z Compiling zeroize_derive v1.4.2
12842024-12-12T03:22:15.662Z Compiling zerocopy-derive v0.7.35
12852024-12-12T03:22:15.825Z Compiling tokio-macros v2.4.0
12862024-12-12T03:22:15.984Z Compiling zerofrom-derive v0.1.4
12872024-12-12T03:22:17.169Z Compiling zeroize v1.8.1
12882024-12-12T03:22:17.353Z Compiling yoke-derive v0.7.4
12892024-12-12T03:22:17.531Z Compiling thiserror-impl v1.0.69
12902024-12-12T03:22:17.882Z Compiling zerocopy v0.7.35
12912024-12-12T03:22:18.846Z Compiling crypto-common v0.1.6
12922024-12-12T03:22:19.085Z Compiling block-buffer v0.10.4
12932024-12-12T03:22:19.362Z Compiling digest v0.10.7
12942024-12-12T03:22:19.451Z Compiling futures-macro v0.3.31
12952024-12-12T03:22:19.560Z Compiling zerovec-derive v0.10.3
12962024-12-12T03:22:19.800Z Compiling hmac v0.12.1
12972024-12-12T03:22:20.079Z Compiling zerofrom v0.1.4
12982024-12-12T03:22:20.095Z Compiling block-padding v0.3.3
12992024-12-12T03:22:20.310Z Compiling displaydoc v0.2.5
13002024-12-12T03:22:20.333Z Compiling inout v0.1.3
13012024-12-12T03:22:20.492Z Compiling yoke v0.7.4
13022024-12-12T03:22:20.596Z Compiling cipher v0.4.4
13032024-12-12T03:22:20.797Z Compiling thiserror v1.0.69
13042024-12-12T03:22:20.875Z Compiling sha2 v0.10.8
13052024-12-12T03:22:20.937Z Compiling ppv-lite86 v0.2.20
13062024-12-12T03:22:21.115Z Compiling icu_provider_macros v1.5.0
13072024-12-12T03:22:21.437Z Compiling futures-util v0.3.31
13082024-12-12T03:22:21.802Z Compiling der_derive v0.7.3
13092024-12-12T03:22:21.927Z Compiling rand_chacha v0.3.1
13102024-12-12T03:22:22.256Z Compiling zerovec v0.10.4
13112024-12-12T03:22:22.282Z Compiling tracing-attributes v0.1.27
13122024-12-12T03:22:24.116Z Compiling der v0.7.9
13132024-12-12T03:22:24.149Z Compiling rand v0.8.5
13142024-12-12T03:22:24.190Z Compiling tinystr v0.7.6
13152024-12-12T03:22:24.582Z Compiling icu_locid v1.5.0
13162024-12-12T03:22:24.603Z Compiling icu_collections v1.5.0
13172024-12-12T03:22:26.068Z Compiling icu_provider v1.5.0
13182024-12-12T03:22:26.116Z Compiling tracing v0.1.40
13192024-12-12T03:22:26.323Z Compiling spki v0.7.3
13202024-12-12T03:22:26.608Z Compiling salsa20 v0.10.2
13212024-12-12T03:22:26.719Z Compiling pest v2.7.14
13222024-12-12T03:22:26.840Z Compiling icu_locid_transform v1.5.0
13232024-12-12T03:22:27.042Z Compiling pbkdf2 v0.12.2
13242024-12-12T03:22:27.178Z Compiling icu_properties_data v1.5.0
13252024-12-12T03:22:27.219Z Compiling mirai-annotations v1.12.0
13262024-12-12T03:22:27.419Z Compiling vcpkg v0.2.15
13272024-12-12T03:22:27.439Z Compiling powerfmt v0.2.0
13282024-12-12T03:22:27.600Z Compiling untrusted v0.7.1
13292024-12-12T03:22:27.633Z Compiling num-conv v0.1.0
13302024-12-12T03:22:27.792Z Compiling deranged v0.3.11
13312024-12-12T03:22:27.816Z Compiling scrypt v0.11.0
13322024-12-12T03:22:27.906Z Compiling time-macros v0.2.18
13332024-12-12T03:22:28.424Z Compiling icu_properties v1.5.1
13342024-12-12T03:22:29.471Z Compiling bitflags v2.6.0
13352024-12-12T03:22:29.587Z Compiling bytes v1.8.0
13362024-12-12T03:22:29.688Z Compiling indexmap v2.6.0
13372024-12-12T03:22:29.709Z Compiling semver v1.0.23
13382024-12-12T03:22:30.546Z Compiling tokio v1.40.0
13392024-12-12T03:22:31.010Z Compiling http v1.1.0
13402024-12-12T03:22:31.170Z Compiling rustc_version v0.4.1
13412024-12-12T03:22:31.230Z Compiling openssl-sys v0.9.103
13422024-12-12T03:22:32.025Z Compiling pest_meta v2.7.14
13432024-12-12T03:22:32.927Z Compiling cbc v0.1.2
13442024-12-12T03:22:33.122Z Compiling aes v0.8.4
13452024-12-12T03:22:33.168Z Compiling scroll_derive v0.12.0
13462024-12-12T03:22:33.506Z Compiling utf8_iter v1.0.4
13472024-12-12T03:22:33.612Z Compiling utf16_iter v1.0.5
13482024-12-12T03:22:33.630Z Compiling num_threads v0.1.7
13492024-12-12T03:22:33.752Z Compiling write16 v1.0.0
13502024-12-12T03:22:33.769Z Compiling atomic-waker v1.1.2
13512024-12-12T03:22:33.819Z Compiling icu_normalizer_data v1.5.0
13522024-12-12T03:22:33.889Z Compiling time v0.3.36
13532024-12-12T03:22:33.932Z Compiling which v4.4.2
13542024-12-12T03:22:33.971Z Compiling icu_normalizer v1.5.0
13552024-12-12T03:22:34.636Z Compiling scroll v0.12.0
13562024-12-12T03:22:35.253Z Compiling pkcs5 v0.7.1
13572024-12-12T03:22:35.477Z Compiling pest_generator v2.7.14
13582024-12-12T03:22:36.013Z Compiling http-body v1.0.1
13592024-12-12T03:22:36.265Z Compiling form_urlencoded v1.2.1
13602024-12-12T03:22:36.471Z Compiling slog v2.7.0
13612024-12-12T03:22:36.503Z Compiling try-lock v0.2.5
13622024-12-12T03:22:36.602Z Compiling goblin v0.8.2
13632024-12-12T03:22:36.653Z Compiling want v0.3.1
13642024-12-12T03:22:36.955Z Compiling pkcs8 v0.10.2
13652024-12-12T03:22:37.077Z Compiling idna_adapter v1.2.0
13662024-12-12T03:22:37.236Z Compiling httpdate v1.0.3
13672024-12-12T03:22:37.320Z Compiling idna v1.0.3
13682024-12-12T03:22:37.617Z Compiling pest_derive v2.7.14
13692024-12-12T03:22:37.718Z Compiling serde_spanned v0.6.8
13702024-12-12T03:22:37.957Z Compiling toml_datetime v0.6.8
13712024-12-12T03:22:38.433Z Compiling dtrace-parser v0.2.0
13722024-12-12T03:22:38.482Z Compiling serde_tokenstream v0.2.2
13732024-12-12T03:22:38.524Z Compiling uuid v1.11.0
13742024-12-12T03:22:39.118Z Compiling tokio-util v0.7.12
13752024-12-12T03:22:39.250Z Compiling openssl v0.10.66
13762024-12-12T03:22:39.271Z Compiling iana-time-zone v0.1.61
13772024-12-12T03:22:39.668Z Compiling tower-service v0.3.3
13782024-12-12T03:22:39.774Z Compiling match_cfg v0.1.0
13792024-12-12T03:22:39.830Z Compiling base64 v0.22.1
13802024-12-12T03:22:39.894Z Compiling adler2 v2.0.0
13812024-12-12T03:22:40.009Z Compiling foreign-types-shared v0.1.1
13822024-12-12T03:22:40.110Z Compiling rustversion v1.0.17
13832024-12-12T03:22:40.130Z Compiling foreign-types v0.3.2
13842024-12-12T03:22:40.229Z Compiling h2 v0.4.6
13852024-12-12T03:22:40.637Z Compiling miniz_oxide v0.8.0
13862024-12-12T03:22:40.640Z Compiling hostname v0.3.1
13872024-12-12T03:22:40.739Z Compiling chrono v0.4.38
13882024-12-12T03:22:40.891Z Compiling url v2.5.3
13892024-12-12T03:22:42.267Z Compiling async-trait v0.1.83
13902024-12-12T03:22:42.317Z Compiling openssl-macros v0.1.1
13912024-12-12T03:22:42.945Z Compiling dof v0.3.0
13922024-12-12T03:22:43.105Z Compiling dirs-sys-next v0.1.2
13932024-12-12T03:22:43.802Z Compiling usdt-impl v0.5.0
13942024-12-12T03:22:44.577Z Compiling data-encoding v2.6.0
13952024-12-12T03:22:45.163Z Compiling native-tls v0.2.12
13962024-12-12T03:22:45.242Z Compiling syn v1.0.109
13972024-12-12T03:22:45.462Z Compiling rustls v0.22.4
13982024-12-12T03:22:45.488Z Compiling siphasher v0.3.11
13992024-12-12T03:22:45.726Z Compiling rustls v0.23.14
14002024-12-12T03:22:45.953Z Compiling dirs-next v2.0.0
14012024-12-12T03:22:46.160Z Compiling http-body-util v0.1.2
14022024-12-12T03:22:46.683Z Compiling crossbeam-epoch v0.9.18
14032024-12-12T03:22:46.744Z Compiling heapless v0.7.17
14042024-12-12T03:22:47.087Z Compiling signature v2.2.0
14052024-12-12T03:22:47.194Z Compiling sha1 v0.10.6
14062024-12-12T03:22:47.216Z Compiling bzip2-sys v0.1.11+1.0.8
14072024-12-12T03:22:47.377Z Compiling hyper v1.5.0
14082024-12-12T03:22:47.398Z Compiling serde_derive_internals v0.29.1
14092024-12-12T03:22:47.440Z Compiling thread_local v1.1.8
14102024-12-12T03:22:47.611Z Compiling encoding_rs v0.8.34
14112024-12-12T03:22:47.700Z Compiling cookie v0.18.1
14122024-12-12T03:22:47.979Z Compiling multer v3.1.0
14132024-12-12T03:22:47.979Z Compiling gimli v0.31.1
14142024-12-12T03:22:48.276Z Compiling ipnet v2.10.1
14152024-12-12T03:22:49.583Z Compiling slog-async v2.8.0
14162024-12-12T03:22:50.167Z Compiling hyper-util v0.1.10
14172024-12-12T03:22:50.314Z Compiling openssl-probe v0.1.5
14182024-12-12T03:22:50.683Z Compiling mime v0.3.17
14192024-12-12T03:22:51.105Z Compiling unicode-properties v0.1.3
14202024-12-12T03:22:51.304Z Compiling rayon-core v1.12.1
14212024-12-12T03:22:51.517Z Compiling signal-hook v0.3.17
14222024-12-12T03:22:51.564Z Compiling schemars v0.8.21
14232024-12-12T03:22:51.676Z Compiling stringprep v0.1.5
14242024-12-12T03:22:51.802Z Compiling schemars_derive v0.8.21
14252024-12-12T03:22:51.993Z Compiling toml_edit v0.22.22
14262024-12-12T03:22:52.862Z Compiling addr2line v0.24.2
14272024-12-12T03:22:53.295Z Compiling usdt-attr-macro v0.5.0
14282024-12-12T03:22:53.399Z Compiling usdt-macro v0.5.0
14292024-12-12T03:22:53.658Z Compiling crossbeam-deque v0.8.5
14302024-12-12T03:22:54.005Z Compiling term v0.7.0
14312024-12-12T03:22:54.843Z Compiling slog-json v2.6.1
14322024-12-12T03:22:54.871Z Compiling serde_urlencoded v0.7.1
14332024-12-12T03:22:54.933Z Compiling crossbeam-channel v0.5.13
14342024-12-12T03:22:55.247Z Compiling curve25519-dalek v4.1.3
14352024-12-12T03:22:55.265Z Compiling enum-as-inner v0.6.1
14362024-12-12T03:22:55.421Z Compiling futures-executor v0.3.31
14372024-12-12T03:22:55.588Z Compiling md-5 v0.10.6
14382024-12-12T03:22:55.844Z Compiling async-stream-impl v0.3.6
14392024-12-12T03:22:55.863Z Compiling rustls-pemfile v2.2.0
14402024-12-12T03:22:56.022Z Compiling num-integer v0.1.46
14412024-12-12T03:22:56.051Z Compiling idna v0.3.0
14422024-12-12T03:22:56.194Z Compiling idna v0.4.0
14432024-12-12T03:22:56.401Z Compiling hash32 v0.2.1
14442024-12-12T03:22:56.777Z Compiling ff v0.13.0
14452024-12-12T03:22:56.813Z Compiling is-terminal v0.4.13
14462024-12-12T03:22:56.950Z Compiling object v0.36.5
14472024-12-12T03:22:57.016Z Compiling dropshot v0.12.0
14482024-12-12T03:22:57.249Z Compiling rustc-demangle v0.1.24
14492024-12-12T03:22:57.324Z Compiling base16ct v0.2.0
14502024-12-12T03:22:57.680Z Compiling quick-error v1.2.3
14512024-12-12T03:22:57.810Z Compiling portable-atomic v1.9.0
14522024-12-12T03:22:57.828Z Compiling anyhow v1.0.93
14532024-12-12T03:22:57.923Z Compiling dyn-clone v1.0.17
14542024-12-12T03:22:58.161Z Compiling num-bigint-dig v0.8.4
14552024-12-12T03:22:58.272Z Compiling smoltcp v0.9.1
14562024-12-12T03:22:58.464Z Compiling psl-types v2.0.11
14572024-12-12T03:22:58.484Z Compiling linked-hash-map v0.5.6
14582024-12-12T03:22:58.678Z Compiling take_mut v0.2.2
14592024-12-12T03:22:58.843Z Compiling fallible-iterator v0.2.0
14602024-12-12T03:22:58.861Z Compiling utf-8 v0.7.6
14612024-12-12T03:22:59.034Z Compiling lru-cache v0.1.2
14622024-12-12T03:22:59.185Z Compiling tungstenite v0.24.0
14632024-12-12T03:22:59.243Z Compiling publicsuffix v2.2.3
14642024-12-12T03:22:59.606Z Compiling postgres-protocol v0.6.7
14652024-12-12T03:23:00.235Z Compiling resolv-conf v0.7.0
14662024-12-12T03:23:00.607Z Compiling sec1 v0.7.3
14672024-12-12T03:23:01.093Z Compiling async-stream v0.3.6
14682024-12-12T03:23:01.115Z Compiling hickory-proto v0.24.1
14692024-12-12T03:23:01.193Z Compiling group v0.13.0
14702024-12-12T03:23:01.402Z Compiling slog-term v2.9.1
14712024-12-12T03:23:01.537Z Compiling usdt v0.5.0
14722024-12-12T03:23:02.076Z Compiling num-iter v0.1.45
14732024-12-12T03:23:02.389Z Compiling futures v0.3.31
14742024-12-12T03:23:02.521Z Compiling toml v0.8.19
14752024-12-12T03:23:02.712Z Compiling slog-bunyan v2.5.0
14762024-12-12T03:23:04.279Z Compiling tokio-native-tls v0.3.1
14772024-12-12T03:23:04.581Z Compiling backtrace v0.3.74
14782024-12-12T03:23:04.788Z Compiling camino v1.1.9
14792024-12-12T03:23:04.986Z Compiling phf_shared v0.11.2
14802024-12-12T03:23:05.328Z Compiling dropshot_endpoint v0.12.0
14812024-12-12T03:23:05.382Z Compiling terminal_size v0.4.0
14822024-12-12T03:23:05.403Z Compiling waitgroup v0.1.2
14832024-12-12T03:23:05.622Z Compiling openapiv3 v2.0.0
14842024-12-12T03:23:05.647Z Compiling serde_path_to_error v0.1.16
14852024-12-12T03:23:05.840Z Compiling hkdf v0.12.4
14862024-12-12T03:23:06.116Z Compiling crypto-bigint v0.5.5
14872024-12-12T03:23:06.530Z Compiling zerocopy-derive v0.6.6
14882024-12-12T03:23:08.436Z Compiling curve25519-dalek-derive v0.1.1
14892024-12-12T03:23:08.913Z Compiling webpki-roots v0.26.6
14902024-12-12T03:23:09.152Z Compiling idna v0.5.0
14912024-12-12T03:23:09.409Z Compiling hubpack_derive v0.1.1
14922024-12-12T03:23:10.019Z Compiling hostname v0.4.0
14932024-12-12T03:23:10.111Z Compiling crc32fast v1.4.2
14942024-12-12T03:23:10.256Z Compiling fs-err v2.11.0
14952024-12-12T03:23:10.285Z Compiling ahash v0.8.11
14962024-12-12T03:23:10.381Z Compiling managed v0.8.0
14972024-12-12T03:23:10.445Z Compiling winnow v0.5.40
14982024-12-12T03:23:10.562Z Compiling debug-ignore v1.0.5
14992024-12-12T03:23:10.656Z Compiling bitflags v1.3.2
15002024-12-12T03:23:10.749Z Compiling clap_builder v4.5.21
15012024-12-12T03:23:10.900Z Compiling console v0.15.8
15022024-12-12T03:23:10.998Z Compiling strum_macros v0.25.3
15032024-12-12T03:23:11.986Z Compiling hubpack v0.1.2
15042024-12-12T03:23:12.463Z Compiling flate2 v1.0.34
15052024-12-12T03:23:12.483Z Compiling cookie_store v0.21.0
15062024-12-12T03:23:12.999Z Compiling elliptic-curve v0.13.8
15072024-12-12T03:23:13.438Z Compiling zerocopy v0.6.6
15082024-12-12T03:23:13.892Z Compiling hickory-resolver v0.24.1
15092024-12-12T03:23:14.151Z Compiling toml_edit v0.19.15
15102024-12-12T03:23:14.456Z Compiling phf v0.11.2
15112024-12-12T03:23:14.765Z Compiling signal-hook-mio v0.2.4
15122024-12-12T03:23:14.956Z Compiling hyper-tls v0.6.0
15132024-12-12T03:23:15.312Z Compiling rayon v1.10.0
15142024-12-12T03:23:15.315Z Compiling bzip2 v0.4.4
15152024-12-12T03:23:15.712Z Compiling postgres-types v0.2.8
15162024-12-12T03:23:17.308Z Compiling tokio-tungstenite v0.24.0
15172024-12-12T03:23:19.306Z Compiling ed25519 v2.2.3
15182024-12-12T03:23:20.442Z Compiling phf_shared v0.10.0
15192024-12-12T03:23:20.492Z Compiling tokio-stream v0.1.16
15202024-12-12T03:23:20.839Z Compiling pkcs1 v0.7.5
15212024-12-12T03:23:20.911Z Compiling serde-big-array v0.5.1
15222024-12-12T03:23:21.007Z Compiling clap_derive v4.5.18
15232024-12-12T03:23:21.161Z Compiling rfc6979 v0.4.0
15242024-12-12T03:23:21.228Z Compiling derive-where v1.2.7
15252024-12-12T03:23:21.363Z Compiling serde_repr v0.1.19
15262024-12-12T03:23:21.597Z Compiling float-cmp v0.9.0
15272024-12-12T03:23:21.839Z Compiling bstr v1.10.0
15282024-12-12T03:23:21.863Z Compiling sync_wrapper v1.0.1
15292024-12-12T03:23:22.029Z Compiling difflib v0.4.0
15302024-12-12T03:23:22.537Z Compiling bit-vec v0.6.3
15312024-12-12T03:23:22.591Z Compiling unicode-segmentation v1.12.0
15322024-12-12T03:23:23.037Z Compiling precomputed-hash v0.1.1
15332024-12-12T03:23:23.163Z Compiling normalize-line-endings v0.3.0
15342024-12-12T03:23:23.301Z Compiling fixedbitset v0.4.2
15352024-12-12T03:23:23.512Z Compiling whoami v1.5.2
15362024-12-12T03:23:23.664Z Compiling predicates-core v1.0.8
15372024-12-12T03:23:23.733Z Compiling number_prefix v0.4.0
15382024-12-12T03:23:23.797Z Compiling unicode-width v0.2.0
15392024-12-12T03:23:23.974Z Compiling new_debug_unreachable v1.0.6
15402024-12-12T03:23:24.028Z Compiling static_assertions v1.1.0
15412024-12-12T03:23:24.074Z Compiling string_cache v0.8.7
15422024-12-12T03:23:24.144Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15432024-12-12T03:23:24.185Z Compiling tokio-postgres v0.7.12
15442024-12-12T03:23:24.337Z Compiling indicatif v0.17.9
15452024-12-12T03:23:24.585Z Compiling predicates v3.1.2
15462024-12-12T03:23:24.932Z Compiling petgraph v0.6.5
15472024-12-12T03:23:26.360Z Compiling clap v4.5.21
15482024-12-12T03:23:26.462Z Compiling similar v2.6.0
15492024-12-12T03:23:26.494Z Compiling bit-set v0.5.3
15502024-12-12T03:23:26.703Z Compiling ecdsa v0.16.9
15512024-12-12T03:23:26.775Z Compiling rsa v0.9.6
15522024-12-12T03:23:27.584Z Compiling ed25519-dalek v2.1.1
15532024-12-12T03:23:28.949Z Compiling toml v0.7.8
15542024-12-12T03:23:28.998Z Compiling zip v0.6.6
15552024-12-12T03:23:29.220Z Compiling crossterm v0.28.1
15562024-12-12T03:23:30.481Z Compiling hex v0.4.3
15572024-12-12T03:23:30.751Z Compiling x509-cert v0.2.5
15582024-12-12T03:23:30.975Z Compiling itertools v0.10.5
15592024-12-12T03:23:31.016Z Compiling lalrpop-util v0.19.12
15602024-12-12T03:23:31.102Z Compiling peg-runtime v0.8.3
15612024-12-12T03:23:31.334Z Compiling unicode-xid v0.2.6
15622024-12-12T03:23:31.394Z Compiling strum_macros v0.26.4
15632024-12-12T03:23:31.536Z Compiling xattr v1.3.1
15642024-12-12T03:23:31.768Z Compiling filetime v0.2.25
15652024-12-12T03:23:32.104Z Compiling tar v0.4.42
15662024-12-12T03:23:36.757Z Compiling strum v0.26.3
15672024-12-12T03:23:39.551Z Compiling aws-lc-sys v0.22.0
15682024-12-12T03:24:17.248Z Compiling rustls-webpki v0.102.8
15692024-12-12T03:24:20.727Z Compiling tokio-rustls v0.25.0
15702024-12-12T03:24:22.340Z Compiling tokio-rustls v0.26.0
15712024-12-12T03:24:22.771Z Compiling hyper-rustls v0.27.3
15722024-12-12T03:24:23.128Z Compiling reqwest v0.12.9
15732024-12-12T03:24:24.370Z Compiling qorb v0.2.1
15742024-12-12T03:24:29.184Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15752024-12-12T03:24:29.425Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15762024-12-12T03:24:35.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15772024-12-12T03:24:35.601Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15782024-12-12T03:24:35.668ZDec 12 03:24:35.319 INFO Starting download, target: Clickhouse
15792024-12-12T03:24:35.668ZDec 12 03:24:35.319 INFO Starting download, target: Console
15802024-12-12T03:24:35.668ZDec 12 03:24:35.319 INFO Starting download, target: Cockroach
15812024-12-12T03:24:35.715ZDec 12 03:24:35.319 INFO Starting download, target: DendriteOpenapi
15822024-12-12T03:24:35.715ZDec 12 03:24:35.319 INFO Starting download, target: DendriteStub
15832024-12-12T03:24:35.716ZDec 12 03:24:35.319 INFO Starting download, target: MaghemiteMgd
15842024-12-12T03:24:35.716ZDec 12 03:24:35.319 INFO Starting download, target: TransceiverControl
15852024-12-12T03:24:35.716ZDec 12 03:24:35.320 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15862024-12-12T03:24:35.716ZDec 12 03:24:35.320 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15872024-12-12T03:24:35.716ZDec 12 03:24:35.320 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15882024-12-12T03:24:35.716ZDec 12 03:24:35.320 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15892024-12-12T03:24:35.716ZDec 12 03:24:35.320 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15902024-12-12T03:24:35.716ZDec 12 03:24:35.320 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15912024-12-12T03:24:35.716ZDec 12 03:24:35.320 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15922024-12-12T03:24:36.183ZDec 12 03:24:35.756 INFO Download complete, target: DendriteOpenapi
15932024-12-12T03:24:36.367ZDec 12 03:24:35.876 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15942024-12-12T03:24:36.490ZDec 12 03:24:35.996 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15952024-12-12T03:24:36.608ZDec 12 03:24:36.182 INFO Download complete, target: Console
15962024-12-12T03:24:36.941ZDec 12 03:24:36.609 INFO Download complete, target: TransceiverControl
15972024-12-12T03:24:37.184ZDec 12 03:24:36.855 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15982024-12-12T03:24:37.244ZDec 12 03:24:36.915 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15992024-12-12T03:24:37.523ZDec 12 03:24:37.195 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16002024-12-12T03:24:37.968ZDec 12 03:24:37.643 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16012024-12-12T03:24:37.969ZDec 12 03:24:37.643 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16022024-12-12T03:24:39.865ZDec 12 03:24:39.540 INFO Download complete, target: DendriteStub
16032024-12-12T03:24:40.041ZDec 12 03:24:39.716 INFO Download complete, target: MaghemiteMgd
16042024-12-12T03:24:45.146ZDec 12 03:24:44.821 INFO Checking that binary works, target: Cockroach
16052024-12-12T03:24:45.309ZDec 12 03:24:44.983 INFO Download complete, target: Cockroach
16062024-12-12T03:24:49.570ZDec 12 03:24:49.244 INFO Checking that binary works, target: Clickhouse
16072024-12-12T03:24:50.420ZDec 12 03:24:50.094 INFO Download complete, target: Clickhouse
16082024-12-12T03:24:50.427ZAll prerequisites installed successfully
16092024-12-12T03:24:50.430Z
16102024-12-12T03:24:50.430Zreal 4:55.748348788
16112024-12-12T03:24:50.430Zuser 16:40.918041479
16122024-12-12T03:24:50.430Zsys 3:11.850267416
16132024-12-12T03:24:50.430Ztrap 0.523382751
16142024-12-12T03:24:50.430Ztflt 9.214434363
16152024-12-12T03:24:50.430Zdflt 9.868194007
16162024-12-12T03:24:50.430Zkflt 0.248154714
16172024-12-12T03:24:50.430Zlock 32:47.922343577
16182024-12-12T03:24:50.430Zslp 1:04:38.216045645
16192024-12-12T03:24:50.430Zlat 52.134084536
16202024-12-12T03:24:50.430Zstop 2:06.768215477
16212024-12-12T03:24:50.431Z+ source ./tools/include/force-git-over-https.sh
16222024-12-12T03:24:50.431Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16232024-12-12T03:24:50.431Z++ (( i = 0 ))
16242024-12-12T03:24:50.431Z++ (( i < 5 ))
16252024-12-12T03:24:50.431Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16262024-12-12T03:24:50.433Z++ (( i++ ))
16272024-12-12T03:24:50.433Z++ (( i < 5 ))
16282024-12-12T03:24:50.433Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16292024-12-12T03:24:50.436Z++ (( i++ ))
16302024-12-12T03:24:50.436Z++ (( i < 5 ))
16312024-12-12T03:24:50.436Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16322024-12-12T03:24:50.439Z++ (( i++ ))
16332024-12-12T03:24:50.439Z++ (( i < 5 ))
16342024-12-12T03:24:50.439Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16352024-12-12T03:24:50.442Z++ (( i++ ))
16362024-12-12T03:24:50.442Z++ (( i < 5 ))
16372024-12-12T03:24:50.442Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16382024-12-12T03:24:50.445Z++ (( i++ ))
16392024-12-12T03:24:50.445Z++ (( i < 5 ))
16402024-12-12T03:24:50.447Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16412024-12-12T03:24:50.448Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16422024-12-12T03:24:50.448Z+ rc=0
16432024-12-12T03:24:50.448Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16442024-12-12T03:25:21.320Z+ case $rc in
16452024-12-12T03:25:21.320Z+ pfexec zfs create -p rpool/images/build/host
16462024-12-12T03:25:21.524Z+ pfexec zfs create -p rpool/images/build/recovery
16472024-12-12T03:25:21.592Z+ cargo xtask releng --output-dir /work
16482024-12-12T03:25:22.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16492024-12-12T03:25:22.150Z Running `target/debug/xtask releng --output-dir /work`
16502024-12-12T03:25:23.093Z Compiling proc-macro2 v1.0.89
16512024-12-12T03:25:23.094Z Compiling unicode-ident v1.0.13
16522024-12-12T03:25:23.096Z Compiling libc v0.2.162
16532024-12-12T03:25:23.096Z Compiling serde v1.0.215
16542024-12-12T03:25:23.096Z Compiling autocfg v1.4.0
16552024-12-12T03:25:23.096Z Compiling version_check v0.9.5
16562024-12-12T03:25:23.096Z Compiling cfg-if v1.0.0
16572024-12-12T03:25:23.373Z Compiling memchr v2.7.4
16582024-12-12T03:25:23.413Z Compiling typenum v1.17.0
16592024-12-12T03:25:23.501Z Compiling shlex v1.3.0
16602024-12-12T03:25:23.978Z Compiling generic-array v0.14.7
16612024-12-12T03:25:24.058Z Compiling value-bag v1.9.0
16622024-12-12T03:25:24.138Z Compiling lock_api v0.4.12
16632024-12-12T03:25:24.283Z Compiling scopeguard v1.2.0
16642024-12-12T03:25:24.465Z Compiling rustix v0.38.37
16652024-12-12T03:25:24.605Z Compiling log v0.4.22
16662024-12-12T03:25:24.764Z Compiling parking_lot_core v0.9.10
16672024-12-12T03:25:25.121Z Compiling quote v1.0.37
16682024-12-12T03:25:25.164Z Compiling serde_json v1.0.132
16692024-12-12T03:25:25.200Z Compiling libm v0.2.8
16702024-12-12T03:25:25.447Z Compiling jobserver v0.1.32
16712024-12-12T03:25:25.493Z Compiling syn v2.0.87
16722024-12-12T03:25:25.515Z Compiling getrandom v0.2.15
16732024-12-12T03:25:25.718Z Compiling num-traits v0.2.19
16742024-12-12T03:25:25.746Z Compiling once_cell v1.20.2
16752024-12-12T03:25:25.840Z Compiling cc v1.1.30
16762024-12-12T03:25:25.871Z Compiling thiserror v1.0.69
16772024-12-12T03:25:25.903Z Compiling spin v0.9.8
16782024-12-12T03:25:26.007Z Compiling itoa v1.0.11
16792024-12-12T03:25:26.176Z Compiling aho-corasick v1.1.3
16802024-12-12T03:25:26.226Z Compiling regex-syntax v0.8.5
16812024-12-12T03:25:26.352Z Compiling slab v0.4.9
16822024-12-12T03:25:26.416Z Compiling errno v0.3.9
16832024-12-12T03:25:26.873Z Compiling byteorder v1.5.0
16842024-12-12T03:25:27.296Z Compiling either v1.13.0
16852024-12-12T03:25:27.391Z Compiling lazy_static v1.5.0
16862024-12-12T03:25:27.578Z Compiling rand_core v0.6.4
16872024-12-12T03:25:27.794Z Compiling glob v0.3.1
16882024-12-12T03:25:28.095Z Compiling prettyplease v0.2.25
16892024-12-12T03:25:28.327Z Compiling subtle v2.6.1
16902024-12-12T03:25:28.568Z Compiling minimal-lexical v0.2.1
16912024-12-12T03:25:28.617Z Compiling clang-sys v1.8.1
16922024-12-12T03:25:28.754Z Compiling libloading v0.8.5
16932024-12-12T03:25:29.076Z Compiling nom v7.1.3
16942024-12-12T03:25:29.165Z Compiling bindgen v0.69.5
16952024-12-12T03:25:29.476Z Compiling home v0.5.9
16962024-12-12T03:25:29.706Z Compiling itertools v0.12.1
16972024-12-12T03:25:30.281Z Compiling regex-automata v0.4.8
16982024-12-12T03:25:30.636Z Compiling lazycell v1.3.0
16992024-12-12T03:25:30.829Z Compiling rustc-hash v1.1.0
17002024-12-12T03:25:31.529Z Compiling cmake v0.1.51
17012024-12-12T03:25:32.597Z Compiling pkg-config v0.3.31
17022024-12-12T03:25:32.660Z Compiling fs_extra v1.3.0
17032024-12-12T03:25:32.663Z Compiling smallvec v1.13.2
17042024-12-12T03:25:33.141Z Compiling cexpr v0.6.0
17052024-12-12T03:25:33.183Z Compiling dunce v1.0.5
17062024-12-12T03:25:33.301Z Compiling semver v1.0.23
17072024-12-12T03:25:33.351Z Compiling ring v0.17.8
17082024-12-12T03:25:33.767Z Compiling synstructure v0.13.1
17092024-12-12T03:25:34.009Z Compiling heck v0.5.0
17102024-12-12T03:25:34.493Z Compiling paste v1.0.15
17112024-12-12T03:25:34.529Z Compiling ryu v1.0.18
17122024-12-12T03:25:34.839Z Compiling const-oid v0.9.6
17132024-12-12T03:25:34.884Z Compiling aws-lc-rs v1.10.0
17142024-12-12T03:25:35.132Z Compiling httparse v1.9.5
17152024-12-12T03:25:36.008Z Compiling pin-project-lite v0.2.14
17162024-12-12T03:25:36.030Z Compiling allocator-api2 v0.2.18
17172024-12-12T03:25:36.340Z Compiling regex v1.11.1
17182024-12-12T03:25:36.944Z Compiling futures-core v0.3.31
17192024-12-12T03:25:37.181Z Compiling signal-hook-registry v1.4.2
17202024-12-12T03:25:37.666Z Compiling num-conv v0.1.0
17212024-12-12T03:25:37.949Z Compiling time-core v0.1.2
17222024-12-12T03:25:38.047Z Compiling crossbeam-utils v0.8.20
17232024-12-12T03:25:38.234Z Compiling time-macros v0.2.18
17242024-12-12T03:25:38.672Z Compiling parking_lot v0.12.3
17252024-12-12T03:25:38.793Z Compiling mio v1.0.2
17262024-12-12T03:25:38.952Z Compiling vcpkg v0.2.15
17272024-12-12T03:25:39.263Z Compiling fnv v1.0.7
17282024-12-12T03:25:39.353Z Compiling serde_derive v1.0.215
17292024-12-12T03:25:39.438Z Compiling zeroize_derive v1.4.2
17302024-12-12T03:25:40.586Z Compiling zerocopy-derive v0.7.35
17312024-12-12T03:25:40.807Z Compiling tokio-macros v2.4.0
17322024-12-12T03:25:40.927Z Compiling thiserror-impl v1.0.69
17332024-12-12T03:25:41.042Z Compiling zeroize v1.8.1
17342024-12-12T03:25:41.427Z Compiling zerofrom-derive v0.1.4
17352024-12-12T03:25:41.547Z Compiling yoke-derive v0.7.4
17362024-12-12T03:25:41.622Z Compiling futures-macro v0.3.31
17372024-12-12T03:25:42.315Z Compiling zerovec-derive v0.10.3
17382024-12-12T03:25:42.890Z Compiling displaydoc v0.2.5
17392024-12-12T03:25:43.772Z Compiling zerocopy v0.7.35
17402024-12-12T03:25:44.261Z Compiling crypto-common v0.1.6
17412024-12-12T03:25:44.488Z Compiling icu_provider_macros v1.5.0
17422024-12-12T03:25:44.643Z Compiling tracing-attributes v0.1.27
17432024-12-12T03:25:44.754Z Compiling block-buffer v0.10.4
17442024-12-12T03:25:45.218Z Compiling digest v0.10.7
17452024-12-12T03:25:45.265Z Compiling der_derive v0.7.3
17462024-12-12T03:25:45.494Z Compiling openssl-sys v0.9.103
17472024-12-12T03:25:45.918Z Compiling schemars v0.8.21
17482024-12-12T03:25:46.804Z Compiling serde_derive_internals v0.29.1
17492024-12-12T03:25:47.704Z Compiling socket2 v0.5.7
17502024-12-12T03:25:47.959Z Compiling ahash v0.8.11
17512024-12-12T03:25:49.223Z Compiling schemars_derive v0.8.21
17522024-12-12T03:25:49.466Z Compiling foldhash v0.1.3
17532024-12-12T03:25:49.571Z Compiling equivalent v1.0.1
17542024-12-12T03:25:49.747Z Compiling cpufeatures v0.2.14
17552024-12-12T03:25:49.891Z Compiling futures-sink v0.3.31
17562024-12-12T03:25:49.950Z Compiling hashbrown v0.15.0
17572024-12-12T03:25:50.105Z Compiling stable_deref_trait v1.2.0
17582024-12-12T03:25:50.465Z Compiling slog v2.7.0
17592024-12-12T03:25:51.587Z Compiling futures-channel v0.3.31
17602024-12-12T03:25:51.811Z Compiling zerofrom v0.1.4
17612024-12-12T03:25:52.085Z Compiling scroll_derive v0.12.0
17622024-12-12T03:25:52.109Z Compiling openssl v0.10.66
17632024-12-12T03:25:52.174Z Compiling pin-utils v0.1.0
17642024-12-12T03:25:52.277Z Compiling ucd-trie v0.1.7
17652024-12-12T03:25:52.329Z Compiling futures-io v0.3.31
17662024-12-12T03:25:52.505Z Compiling futures-task v0.3.31
17672024-12-12T03:25:52.643Z Compiling pest v2.7.14
17682024-12-12T03:25:52.684Z Compiling yoke v0.7.4
17692024-12-12T03:25:52.822Z Compiling futures-util v0.3.31
17702024-12-12T03:25:53.227Z Compiling hmac v0.12.1
17712024-12-12T03:25:53.406Z Compiling tinyvec_macros v0.1.1
17722024-12-12T03:25:53.578Z Compiling tinyvec v1.8.0
17732024-12-12T03:25:53.676Z Compiling bitflags v2.6.0
17742024-12-12T03:25:53.700Z Compiling bytes v1.8.0
17752024-12-12T03:25:55.474Z Compiling tokio v1.40.0
17762024-12-12T03:25:55.683Z Compiling indexmap v2.6.0
17772024-12-12T03:25:55.961Z Compiling serde_tokenstream v0.2.2
17782024-12-12T03:25:57.660Z Compiling http v1.1.0
17792024-12-12T03:25:57.791Z Compiling rustc_version v0.4.1
17802024-12-12T03:25:58.626Z Compiling which v4.4.2
17812024-12-12T03:25:58.788Z Compiling pest_meta v2.7.14
17822024-12-12T03:26:00.449Z Compiling uuid v1.11.0
17832024-12-12T03:26:01.488Z Compiling zerovec v0.10.4
17842024-12-12T03:26:03.350Z Compiling block-padding v0.3.3
17852024-12-12T03:26:03.696Z Compiling openssl-macros v0.1.1
17862024-12-12T03:26:03.957Z Compiling iana-time-zone v0.1.61
17872024-12-12T03:26:04.479Z Compiling rustls v0.23.14
17882024-12-12T03:26:04.670Z Compiling native-tls v0.2.12
17892024-12-12T03:26:05.045Z Compiling chrono v0.4.38
17902024-12-12T03:26:05.144Z Compiling inout v0.1.3
17912024-12-12T03:26:05.456Z Compiling pest_generator v2.7.14
17922024-12-12T03:26:06.296Z Compiling unicode-normalization v0.1.24
17932024-12-12T03:26:07.390Z Compiling pest_derive v2.7.14
17942024-12-12T03:26:07.716Z Compiling cipher v0.4.4
17952024-12-12T03:26:07.831Z Compiling tinystr v0.7.6
17962024-12-12T03:26:08.263Z Compiling sha2 v0.10.8
17972024-12-12T03:26:08.393Z Compiling async-trait v0.1.83
17982024-12-12T03:26:08.667Z Compiling cookie v0.18.1
17992024-12-12T03:26:08.777Z Compiling usdt-impl v0.5.0
18002024-12-12T03:26:09.042Z Compiling unicode-bidi v0.3.17
18012024-12-12T03:26:09.151Z Compiling litemap v0.7.3
18022024-12-12T03:26:09.799Z Compiling base64ct v1.6.0
18032024-12-12T03:26:10.694Z Compiling writeable v0.5.5
18042024-12-12T03:26:11.356Z Compiling icu_locid v1.5.0
18052024-12-12T03:26:12.032Z Compiling pem-rfc7468 v0.7.0
18062024-12-12T03:26:12.313Z Compiling scroll v0.12.0
18072024-12-12T03:26:13.017Z Compiling ppv-lite86 v0.2.20
18082024-12-12T03:26:14.025Z Compiling tracing-core v0.1.32
18092024-12-12T03:26:14.318Z Compiling dyn-clone v1.0.17
18102024-12-12T03:26:14.517Z Compiling percent-encoding v2.3.1
18112024-12-12T03:26:14.545Z Compiling aws-lc-sys v0.22.0
18122024-12-12T03:26:14.991Z Compiling syn v1.0.109
18132024-12-12T03:26:15.672Z Compiling camino v1.1.9
18142024-12-12T03:26:16.221Z Compiling flagset v0.4.6
18152024-12-12T03:26:16.243Z Compiling untrusted v0.7.1
18162024-12-12T03:26:16.444Z Compiling plain v0.2.3
18172024-12-12T03:26:16.513Z Compiling rustls-pki-types v1.9.0
18182024-12-12T03:26:16.652Z Compiling goblin v0.8.2
18192024-12-12T03:26:19.146Z Compiling der v0.7.9
18202024-12-12T03:26:19.565Z Compiling tracing v0.1.40
18212024-12-12T03:26:20.510Z Compiling rand_chacha v0.3.1
18222024-12-12T03:26:22.434Z Compiling icu_provider v1.5.0
18232024-12-12T03:26:23.519Z Compiling tokio-util v0.7.12
18242024-12-12T03:26:24.483Z Compiling icu_locid_transform_data v1.5.0
18252024-12-12T03:26:24.625Z Compiling powerfmt v0.2.0
18262024-12-12T03:26:25.247Z Compiling rustls v0.22.4
18272024-12-12T03:26:25.391Z Compiling rayon-core v1.12.1
18282024-12-12T03:26:25.573Z Compiling pretty-hex v0.4.1
18292024-12-12T03:26:25.709Z Compiling mirai-annotations v1.12.0
18302024-12-12T03:26:25.870Z Compiling untrusted v0.9.0
18312024-12-12T03:26:25.936Z Compiling dof v0.3.0
18322024-12-12T03:26:26.008Z Compiling icu_locid_transform v1.5.0
18332024-12-12T03:26:26.123Z Compiling deranged v0.3.11
18342024-12-12T03:26:27.978Z Compiling spki v0.7.3
18352024-12-12T03:26:28.443Z Compiling rand v0.8.5
18362024-12-12T03:26:28.636Z Compiling salsa20 v0.10.2
18372024-12-12T03:26:28.722Z Compiling dtrace-parser v0.2.0
18382024-12-12T03:26:30.307Z Compiling icu_collections v1.5.0
18392024-12-12T03:26:30.723Z Compiling pbkdf2 v0.12.2
18402024-12-12T03:26:32.443Z Compiling bzip2-sys v0.1.11+1.0.8
18412024-12-12T03:26:32.938Z Compiling thread-id v4.2.2
18422024-12-12T03:26:33.291Z Compiling atomic-waker v1.1.2
18432024-12-12T03:26:33.604Z Compiling icu_properties_data v1.5.0
18442024-12-12T03:26:34.006Z Compiling num_threads v0.1.7
18452024-12-12T03:26:34.499Z Compiling icu_properties v1.5.1
18462024-12-12T03:26:34.603Z Compiling time v0.3.36
18472024-12-12T03:26:40.046Z Compiling scrypt v0.11.0
18482024-12-12T03:26:40.411Z Compiling form_urlencoded v1.2.1
18492024-12-12T03:26:40.599Z Compiling cbc v0.1.2
18502024-12-12T03:26:40.840Z Compiling aes v0.8.4
18512024-12-12T03:26:40.948Z Compiling http-body v1.0.1
18522024-12-12T03:26:41.259Z Compiling multer v3.1.0
18532024-12-12T03:26:41.349Z Compiling write16 v1.0.0
18542024-12-12T03:26:41.387Z Compiling utf16_iter v1.0.5
18552024-12-12T03:26:41.963Z Compiling icu_normalizer_data v1.5.0
18562024-12-12T03:26:42.001Z Compiling try-lock v0.2.5
18572024-12-12T03:26:42.120Z Compiling slog-async v2.8.0
18582024-12-12T03:26:42.222Z Compiling utf8_iter v1.0.4
18592024-12-12T03:26:42.556Z Compiling icu_normalizer v1.5.0
18602024-12-12T03:26:42.620Z Compiling want v0.3.1
18612024-12-12T03:26:42.900Z Compiling pkcs5 v0.7.1
18622024-12-12T03:26:46.847Z Compiling h2 v0.4.6
18632024-12-12T03:26:48.753Z Compiling heapless v0.7.17
18642024-12-12T03:26:49.011Z Compiling zerocopy-derive v0.6.6
18652024-12-12T03:26:49.212Z Compiling anyhow v1.0.93
18662024-12-12T03:26:49.725Z Compiling httpdate v1.0.3
18672024-12-12T03:26:50.006Z Compiling base64 v0.22.1
18682024-12-12T03:26:50.535Z Compiling signal-hook v0.3.17
18692024-12-12T03:26:50.827Z Compiling num-bigint-dig v0.8.4
18702024-12-12T03:26:51.852Z Compiling idna_adapter v1.2.0
18712024-12-12T03:26:52.356Z Compiling pkcs8 v0.10.2
18722024-12-12T03:26:53.053Z Compiling usdt-attr-macro v0.5.0
18732024-12-12T03:26:53.195Z Compiling usdt-macro v0.5.0
18742024-12-12T03:26:54.911Z Compiling async-stream-impl v0.3.6
18752024-12-12T03:26:54.966Z Compiling tower-service v0.3.3
18762024-12-12T03:26:55.129Z Compiling hyper v1.5.0
18772024-12-12T03:26:56.346Z Compiling strsim v0.11.1
18782024-12-12T03:26:56.724Z Compiling rustversion v1.0.17
18792024-12-12T03:26:58.444Z Compiling hyper-util v0.1.10
18802024-12-12T03:26:59.025Z Compiling idna v1.0.3
18812024-12-12T03:27:07.062Z Compiling curve25519-dalek v4.1.3
18822024-12-12T03:27:07.276Z Compiling openapiv3 v2.0.0
18832024-12-12T03:27:07.318Z Compiling toml_datetime v0.6.8
18842024-12-12T03:27:07.381Z Compiling serde_spanned v0.6.8
18852024-12-12T03:27:07.700Z Compiling enum-as-inner v0.6.1
18862024-12-12T03:27:07.850Z Compiling dropshot v0.12.0
18872024-12-12T03:27:08.573Z Compiling smoltcp v0.9.1
18882024-12-12T03:27:09.077Z Compiling portable-atomic v1.9.0
18892024-12-12T03:27:09.229Z Compiling foreign-types-shared v0.1.1
18902024-12-12T03:27:09.282Z Compiling match_cfg v0.1.0
18912024-12-12T03:27:09.386Z Compiling adler2 v2.0.0
18922024-12-12T03:27:09.718Z Compiling foreign-types v0.3.2
18932024-12-12T03:27:09.864Z Compiling miniz_oxide v0.8.0
18942024-12-12T03:27:10.045Z Compiling hostname v0.3.1
18952024-12-12T03:27:12.158Z Compiling url v2.5.3
18962024-12-12T03:27:20.510Z Compiling http-body-util v0.1.2
18972024-12-12T03:27:20.798Z Compiling clap_derive v4.5.18
18982024-12-12T03:27:21.331Z Compiling dirs-sys-next v0.1.2
18992024-12-12T03:27:21.966Z Compiling encoding_rs v0.8.34
19002024-12-12T03:27:23.807Z Compiling data-encoding v2.6.0
19012024-12-12T03:27:25.546Z Compiling siphasher v0.3.11
19022024-12-12T03:27:25.894Z Compiling mime v0.3.17
19032024-12-12T03:27:26.735Z Compiling dirs-next v2.0.0
19042024-12-12T03:27:32.578Z Compiling hubpack_derive v0.1.1
19052024-12-12T03:27:33.273Z Compiling serde_urlencoded v0.7.1
19062024-12-12T03:27:33.431Z Compiling crossbeam-epoch v0.9.18
19072024-12-12T03:27:33.931Z Compiling hashbrown v0.14.5
19082024-12-12T03:27:34.161Z Compiling rustls-pemfile v2.2.0
19092024-12-12T03:27:34.657Z Compiling dropshot_endpoint v0.12.0
19102024-12-12T03:27:35.303Z Compiling rustls-webpki v0.102.8
19112024-12-12T03:27:36.402Z Compiling sha1 v0.10.6
19122024-12-12T03:27:36.424Z Compiling signature v2.2.0
19132024-12-12T03:27:36.702Z Compiling curve25519-dalek-derive v0.1.1
19142024-12-12T03:27:36.945Z Compiling thread_local v1.1.8
19152024-12-12T03:27:37.367Z Compiling fs-err v2.11.0
19162024-12-12T03:27:37.678Z Compiling openssl-probe v0.1.5
19172024-12-12T03:27:37.988Z Compiling utf8parse v0.2.2
19182024-12-12T03:27:38.139Z Compiling winnow v0.6.20
19192024-12-12T03:27:38.175Z Compiling ipnet v2.10.1
19202024-12-12T03:27:38.751Z Compiling unicode-properties v0.1.3
19212024-12-12T03:27:40.777Z Compiling anstyle v1.0.10
19222024-12-12T03:27:41.213Z Compiling gimli v0.31.1
19232024-12-12T03:27:41.502Z Compiling stringprep v0.1.5
19242024-12-12T03:27:41.934Z Compiling toml_edit v0.22.22
19252024-12-12T03:27:42.323Z Compiling anstyle-parse v0.2.5
19262024-12-12T03:27:44.161Z Compiling regress v0.10.1
19272024-12-12T03:27:46.353Z Compiling addr2line v0.24.2
19282024-12-12T03:27:47.057Z Compiling crossbeam-deque v0.8.5
19292024-12-12T03:27:47.441Z Compiling term v0.7.0
19302024-12-12T03:27:48.720Z Compiling slog-json v2.6.1
19312024-12-12T03:27:49.313Z Compiling crossbeam-channel v0.5.13
19322024-12-12T03:27:50.078Z Compiling idna v0.4.0
19332024-12-12T03:27:50.373Z Compiling idna v0.3.0
19342024-12-12T03:27:51.748Z Compiling futures-executor v0.3.31
19352024-12-12T03:27:51.873Z Compiling num-integer v0.1.46
19362024-12-12T03:27:51.906Z Compiling md-5 v0.10.6
19372024-12-12T03:27:52.174Z Compiling ff v0.13.0
19382024-12-12T03:27:52.226Z Compiling hash32 v0.2.1
19392024-12-12T03:27:52.419Z Compiling is-terminal v0.4.13
19402024-12-12T03:27:52.566Z Compiling memmap v0.7.0
19412024-12-12T03:27:52.628Z Compiling object v0.36.5
19422024-12-12T03:27:52.631Z Compiling quick-error v1.2.3
19432024-12-12T03:27:52.780Z Compiling colorchoice v1.0.2
19442024-12-12T03:27:52.900Z Compiling rustc-demangle v0.1.24
19452024-12-12T03:27:52.958Z Compiling take_mut v0.2.2
19462024-12-12T03:27:53.134Z Compiling fallible-iterator v0.2.0
19472024-12-12T03:27:53.781Z Compiling psl-types v2.0.11
19482024-12-12T03:27:53.936Z Compiling linked-hash-map v0.5.6
19492024-12-12T03:27:54.020Z Compiling is_terminal_polyfill v1.70.1
19502024-12-12T03:27:54.167Z Compiling anstyle-query v1.1.1
19512024-12-12T03:27:54.324Z Compiling utf-8 v0.7.6
19522024-12-12T03:27:54.345Z Compiling base16ct v0.2.0
19532024-12-12T03:27:54.641Z Compiling heck v0.4.1
19542024-12-12T03:27:54.884Z Compiling publicsuffix v2.2.3
19552024-12-12T03:27:54.992Z Compiling sec1 v0.7.3
19562024-12-12T03:27:55.061Z Compiling strum_macros v0.25.3
19572024-12-12T03:27:55.176Z Compiling tungstenite v0.24.0
19582024-12-12T03:27:55.570Z Compiling anstream v0.6.15
19592024-12-12T03:27:56.249Z Compiling lru-cache v0.1.2
19602024-12-12T03:27:56.450Z Compiling postgres-protocol v0.6.7
19612024-12-12T03:27:57.290Z Compiling usdt v0.5.0
19622024-12-12T03:27:57.730Z Compiling resolv-conf v0.7.0
19632024-12-12T03:27:57.785Z Compiling slog-term v2.9.1
19642024-12-12T03:27:58.225Z Compiling num-iter v0.1.45
19652024-12-12T03:27:58.389Z Compiling group v0.13.0
19662024-12-12T03:27:58.414Z Compiling futures v0.3.31
19672024-12-12T03:27:58.882Z Compiling hickory-proto v0.24.1
19682024-12-12T03:27:59.736Z Compiling tokio-rustls v0.26.0
19692024-12-12T03:28:00.191Z Compiling backtrace v0.3.74
19702024-12-12T03:28:00.810Z Compiling slog-bunyan v2.5.0
19712024-12-12T03:28:00.842Z Compiling typify-impl v0.2.0
19722024-12-12T03:28:01.036Z Compiling tokio-rustls v0.25.0
19732024-12-12T03:28:01.211Z Compiling toml v0.8.19
19742024-12-12T03:28:01.361Z Compiling tokio-native-tls v0.3.1
19752024-12-12T03:28:01.638Z Compiling phf_shared v0.11.2
19762024-12-12T03:28:02.042Z Compiling async-stream v0.3.6
19772024-12-12T03:28:02.333Z Compiling waitgroup v0.1.2
19782024-12-12T03:28:02.556Z Compiling webpki-roots v0.26.6
19792024-12-12T03:28:02.821Z Compiling idna v0.5.0
19802024-12-12T03:28:02.874Z Compiling terminal_size v0.4.0
19812024-12-12T03:28:03.101Z Compiling serde_path_to_error v0.1.16
19822024-12-12T03:28:03.816Z Compiling hkdf v0.12.4
19832024-12-12T03:28:03.892Z Compiling crypto-bigint v0.5.5
19842024-12-12T03:28:04.076Z Compiling serde_repr v0.1.19
19852024-12-12T03:28:04.272Z Compiling derive-where v1.2.7
19862024-12-12T03:28:05.302Z Compiling hostname v0.4.0
19872024-12-12T03:28:05.534Z Compiling crc32fast v1.4.2
19882024-12-12T03:28:06.519Z Compiling managed v0.8.0
19892024-12-12T03:28:06.887Z Compiling winnow v0.5.40
19902024-12-12T03:28:06.992Z Compiling debug-ignore v1.0.5
19912024-12-12T03:28:07.363Z Compiling unicode-width v0.1.14
19922024-12-12T03:28:07.888Z Compiling clap_lex v0.7.2
19932024-12-12T03:28:08.137Z Compiling bitflags v1.3.2
19942024-12-12T03:28:08.369Z Compiling clap_builder v4.5.21
19952024-12-12T03:28:08.710Z Compiling console v0.15.8
19962024-12-12T03:28:10.453Z Compiling elliptic-curve v0.13.8
19972024-12-12T03:28:10.743Z Compiling toml_edit v0.19.15
19982024-12-12T03:28:11.489Z Compiling flate2 v1.0.34
19992024-12-12T03:28:12.932Z Compiling hickory-resolver v0.24.1
20002024-12-12T03:28:12.972Z Compiling typify-macro v0.2.0
20012024-12-12T03:28:15.908Z Compiling cookie_store v0.21.0
20022024-12-12T03:28:17.832Z Compiling hyper-rustls v0.27.3
20032024-12-12T03:28:18.575Z Compiling phf v0.11.2
20042024-12-12T03:28:18.894Z Compiling hyper-tls v0.6.0
20052024-12-12T03:28:19.350Z Compiling signal-hook-mio v0.2.4
20062024-12-12T03:28:19.425Z Compiling rayon v1.10.0
20072024-12-12T03:28:19.536Z Compiling bzip2 v0.4.4
20082024-12-12T03:28:19.939Z Compiling postgres-types v0.2.8
20092024-12-12T03:28:19.978Z Compiling tokio-tungstenite v0.24.0
20102024-12-12T03:28:20.348Z Compiling ed25519 v2.2.3
20112024-12-12T03:28:20.535Z Compiling hubpack v0.1.2
20122024-12-12T03:28:20.802Z Compiling phf_shared v0.10.0
20132024-12-12T03:28:21.205Z Compiling pkcs1 v0.7.5
20142024-12-12T03:28:21.277Z Compiling zerocopy v0.6.6
20152024-12-12T03:28:21.706Z Compiling tokio-stream v0.1.16
20162024-12-12T03:28:22.415Z Compiling serde-big-array v0.5.1
20172024-12-12T03:28:22.691Z Compiling rfc6979 v0.4.0
20182024-12-12T03:28:22.818Z Compiling float-cmp v0.9.0
20192024-12-12T03:28:23.051Z Compiling sync_wrapper v1.0.1
20202024-12-12T03:28:23.235Z Compiling bstr v1.10.0
20212024-12-12T03:28:23.351Z Compiling normalize-line-endings v0.3.0
20222024-12-12T03:28:23.497Z Compiling predicates-core v1.0.8
20232024-12-12T03:28:24.184Z Compiling number_prefix v0.4.0
20242024-12-12T03:28:24.316Z Compiling bit-vec v0.6.3
20252024-12-12T03:28:24.338Z Compiling unicode-segmentation v1.12.0
20262024-12-12T03:28:24.434Z Compiling precomputed-hash v0.1.1
20272024-12-12T03:28:24.598Z Compiling whoami v1.5.2
20282024-12-12T03:28:24.770Z Compiling unicode-width v0.2.0
20292024-12-12T03:28:24.834Z Compiling fixedbitset v0.4.2
20302024-12-12T03:28:24.878Z Compiling static_assertions v1.1.0
20312024-12-12T03:28:24.995Z Compiling difflib v0.4.0
20322024-12-12T03:28:25.282Z Compiling new_debug_unreachable v1.0.6
20332024-12-12T03:28:25.326Z Compiling indicatif v0.17.9
20342024-12-12T03:28:25.394Z Compiling predicates v3.1.2
20352024-12-12T03:28:26.301Z Compiling string_cache v0.8.7
20362024-12-12T03:28:26.348Z Compiling petgraph v0.6.5
20372024-12-12T03:28:26.751Z Compiling similar v2.6.0
20382024-12-12T03:28:27.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20392024-12-12T03:28:27.254Z Compiling tokio-postgres v0.7.12
20402024-12-12T03:28:28.803Z Compiling bit-set v0.5.3
20412024-12-12T03:28:29.123Z Compiling reqwest v0.12.9
20422024-12-12T03:28:32.484Z Compiling ecdsa v0.16.9
20432024-12-12T03:28:32.718Z Compiling qorb v0.2.1
20442024-12-12T03:28:33.365Z Compiling rsa v0.9.6
20452024-12-12T03:28:33.588Z Compiling ed25519-dalek v2.1.1
20462024-12-12T03:28:34.157Z Compiling zip v0.6.6
20472024-12-12T03:28:34.638Z Compiling crossterm v0.28.1
20482024-12-12T03:28:34.903Z Compiling toml v0.7.8
20492024-12-12T03:28:35.024Z Compiling clap v4.5.21
20502024-12-12T03:28:38.231Z Compiling x509-cert v0.2.5
20512024-12-12T03:28:38.512Z Compiling hex v0.4.3
20522024-12-12T03:28:40.395Z Compiling itertools v0.10.5
20532024-12-12T03:28:41.472Z Compiling unicode-xid v0.2.6
20542024-12-12T03:28:42.343Z Compiling radium v0.7.0
20552024-12-12T03:28:43.202Z Compiling lalrpop-util v0.19.12
20562024-12-12T03:28:44.076Z Compiling peg-runtime v0.8.3
20572024-12-12T03:28:44.631Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20582024-12-12T03:29:01.883Z Compiling ident_case v1.0.1
20592024-12-12T03:29:02.077Z Compiling maybe-uninit v2.0.0
20602024-12-12T03:29:02.546Z Compiling tap v1.0.1
20612024-12-12T03:29:03.329Z Compiling wyz v0.5.1
20622024-12-12T03:29:08.299Z Compiling darling_core v0.20.10
20632024-12-12T03:29:15.081Z Compiling typify v0.2.0
20642024-12-12T03:29:18.880Z Compiling funty v2.0.0
20652024-12-12T03:29:19.107Z Compiling packed_struct v0.10.1
20662024-12-12T03:29:19.347Z Compiling unsafe-libyaml v0.2.11
20672024-12-12T03:29:21.153Z Compiling serde_yaml v0.9.34+deprecated
20682024-12-12T03:29:21.278Z Compiling bitvec v1.0.1
20692024-12-12T03:29:25.105Z Compiling progenitor-impl v0.8.0
20702024-12-12T03:29:25.948Z Compiling darling_macro v0.20.10
20712024-12-12T03:29:27.735Z Compiling packed_struct_codegen v0.10.1
20722024-12-12T03:29:29.146Z Compiling structmeta-derive v0.3.0
20732024-12-12T03:29:30.376Z Compiling indexmap v1.9.3
20742024-12-12T03:29:30.700Z Compiling nodrop v0.1.14
20752024-12-12T03:29:31.292Z Compiling fastrand v2.1.1
20762024-12-12T03:29:32.023Z Compiling crc-catalog v2.4.0
20772024-12-12T03:29:32.044Z Compiling newtype-uuid v1.1.3
20782024-12-12T03:29:32.044Z Compiling progenitor-macro v0.8.0
20792024-12-12T03:29:32.191Z Compiling crc v3.2.1
20802024-12-12T03:29:33.264Z Compiling structmeta v0.3.0
20812024-12-12T03:29:33.673Z Compiling tempfile v3.13.0
20822024-12-12T03:29:34.950Z Compiling array-init v0.0.4
20832024-12-12T03:29:39.373Z Compiling smallvec v0.6.14
20842024-12-12T03:29:40.805Z Compiling darling v0.20.10
20852024-12-12T03:29:46.816Z Compiling progenitor-client v0.8.0
20862024-12-12T03:29:48.960Z Compiling pin-project-internal v1.1.6
20872024-12-12T03:29:49.018Z Compiling dropshot v0.13.0
20882024-12-12T03:29:50.185Z Compiling termcolor v1.4.1
20892024-12-12T03:29:51.973Z Compiling bitfield v0.14.0
20902024-12-12T03:29:52.152Z Compiling hashbrown v0.12.3
20912024-12-12T03:29:52.289Z Compiling base64 v0.21.7
20922024-12-12T03:29:53.421Z Compiling same-file v1.0.6
20932024-12-12T03:29:53.710Z Compiling walkdir v2.5.0
20942024-12-12T03:29:55.403Z Compiling ron v0.8.1
20952024-12-12T03:29:57.477Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20962024-12-12T03:30:01.506Z Compiling pin-project v1.1.6
20972024-12-12T03:30:06.565Z Compiling env_logger v0.10.2
20982024-12-12T03:30:10.558Z Compiling progenitor v0.8.0
20992024-12-12T03:30:10.722Z Compiling serde_with_macros v3.11.0
21002024-12-12T03:30:10.856Z Compiling serde-hex v0.1.0
21012024-12-12T03:30:11.175Z Compiling parse-display-derive v0.10.0
21022024-12-12T03:30:13.327Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21032024-12-12T03:30:15.217Z Compiling strum_macros v0.26.4
21042024-12-12T03:30:16.227Z Compiling hashbrown v0.13.2
21052024-12-12T03:30:17.231Z Compiling ipnetwork v0.20.0
21062024-12-12T03:30:17.503Z Compiling xattr v1.3.1
21072024-12-12T03:30:17.662Z Compiling dropshot_endpoint v0.13.0
21082024-12-12T03:30:17.843Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21092024-12-12T03:30:18.603Z Compiling snafu-derive v0.8.5
21102024-12-12T03:30:18.870Z Compiling ring v0.16.20
21112024-12-12T03:30:19.659Z Compiling blake3 v1.5.4
21122024-12-12T03:30:19.830Z Compiling filetime v0.2.25
21132024-12-12T03:30:19.853Z Compiling instant v0.1.13
21142024-12-12T03:30:20.043Z Compiling zip v2.1.3
21152024-12-12T03:30:20.209Z Compiling crc-any v2.5.0
21162024-12-12T03:30:20.309Z Compiling buf-list v1.0.3
21172024-12-12T03:30:20.355Z Compiling bumpalo v3.16.0
21182024-12-12T03:30:20.874Z Compiling lockfree-object-pool v0.1.6
21192024-12-12T03:30:21.172Z Compiling simd-adler32 v0.3.7
21202024-12-12T03:30:21.440Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21212024-12-12T03:30:21.603Z Compiling zopfli v0.8.1
21222024-12-12T03:30:22.469Z Compiling tar v0.4.42
21232024-12-12T03:30:23.122Z Compiling backoff v0.4.0
21242024-12-12T03:30:23.574Z Compiling snafu v0.8.5
21252024-12-12T03:30:24.913Z Compiling strum v0.26.3
21262024-12-12T03:30:25.135Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21272024-12-12T03:30:25.369Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21282024-12-12T03:30:25.805Z Compiling object v0.30.4
21292024-12-12T03:30:28.153Z Compiling parse-display v0.10.0
21302024-12-12T03:30:29.101Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21312024-12-12T03:30:29.682Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21322024-12-12T03:30:29.712Z Compiling serde_with v3.11.0
21332024-12-12T03:30:30.151Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21342024-12-12T03:30:31.336Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21352024-12-12T03:30:32.098Z Compiling camino-tempfile v1.1.1
21362024-12-12T03:30:32.458Z Compiling globset v0.4.15
21372024-12-12T03:30:32.908Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21382024-12-12T03:30:33.116Z Compiling regress v0.9.1
21392024-12-12T03:30:34.242Z Compiling pem v3.0.4
21402024-12-12T03:30:35.746Z Compiling olpc-cjson v0.1.4
21412024-12-12T03:30:36.135Z Compiling serde_plain v1.0.2
21422024-12-12T03:30:36.675Z Compiling macaddr v1.0.1
21432024-12-12T03:30:36.951Z Compiling async-recursion v1.1.1
21442024-12-12T03:30:37.344Z Compiling memmap2 v0.9.5
21452024-12-12T03:30:37.945Z Compiling path-slash v0.1.5
21462024-12-12T03:30:38.205Z Compiling typed-path v0.9.3
21472024-12-12T03:30:38.443Z Compiling arrayvec v0.7.6
21482024-12-12T03:30:38.944Z Compiling spin v0.5.2
21492024-12-12T03:30:39.126Z Compiling constant_time_eq v0.3.1
21502024-12-12T03:30:39.264Z Compiling arrayref v0.3.9
21512024-12-12T03:30:40.268Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21522024-12-12T03:30:41.994Z Compiling tough v0.19.0
21532024-12-12T03:30:42.223Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21542024-12-12T03:30:46.344Z Compiling itertools v0.13.0
21552024-12-12T03:30:46.771Z Compiling cargo-platform v0.1.8
21562024-12-12T03:30:46.800Z Compiling topological-sort v0.2.2
21572024-12-12T03:30:47.088Z Compiling parse-size v1.1.0
21582024-12-12T03:30:47.427Z Compiling cargo_metadata v0.18.1
21592024-12-12T03:30:47.902Z Compiling omicron-zone-package v0.11.1
21602024-12-12T03:30:49.386Z Compiling shell-words v1.1.0
21612024-12-12T03:30:56.453Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21622024-12-12T03:31:08.705Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21632024-12-12T03:31:23.991Z Finished `release` profile [optimized] target(s) in 6m 01s
21642024-12-12T03:31:24.165Z Running `target/release/omicron-releng --output-dir /work`
21652024-12-12T03:31:24.217ZDec 12 03:31:23.866 DEBG changing working directory to /work/oxidecomputer/omicron
21662024-12-12T03:31:24.324ZDec 12 03:31:23.975 DEBG running: git rev-parse HEAD
21672024-12-12T03:31:24.331ZDec 12 03:31:23.982 DEBG process exited with exit status: 0 (6.782499ms)
21682024-12-12T03:31:24.331ZDec 12 03:31:23.982 INFO version: 12.0.0-0.ci+git21b793c2690
21692024-12-12T03:31:24.372ZDec 12 03:31:24.023 INFO cloning helios to /work/oxidecomputer/helios
21702024-12-12T03:31:24.372ZDec 12 03:31:24.023 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21712024-12-12T03:31:24.378ZCloning into '/work/oxidecomputer/helios'...
21722024-12-12T03:31:24.881ZDec 12 03:31:24.533 DEBG process exited with exit status: 0 (509.126275ms)
21732024-12-12T03:31:24.881ZDec 12 03:31:24.533 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21742024-12-12T03:31:24.889Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21752024-12-12T03:31:24.889Z# branch.head master
21762024-12-12T03:31:24.889Z# branch.upstream origin/master
21772024-12-12T03:31:24.889Z# branch.ab +0 -0
21782024-12-12T03:31:24.892ZDec 12 03:31:24.541 DEBG process exited with exit status: 0 (8.490583ms)
21792024-12-12T03:31:24.892ZDec 12 03:31:24.541 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21802024-12-12T03:31:25.806ZDec 12 03:31:25.457 DEBG process exited with exit status: 0 (915.789042ms)
21812024-12-12T03:31:25.806ZDec 12 03:31:25.457 DEBG running: zfs list rpool/images/build/host
21822024-12-12T03:31:25.813ZNAME USED AVAIL REFER MOUNTPOINT
21832024-12-12T03:31:25.813Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21842024-12-12T03:31:25.815ZDec 12 03:31:25.465 DEBG process exited with exit status: 0 (7.624036ms)
21852024-12-12T03:31:25.815ZDec 12 03:31:25.465 DEBG running: zfs list rpool/images/build/recovery
21862024-12-12T03:31:25.819ZNAME USED AVAIL REFER MOUNTPOINT
21872024-12-12T03:31:25.819Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21882024-12-12T03:31:25.822ZDec 12 03:31:25.472 DEBG process exited with exit status: 0 (6.582057ms)
21892024-12-12T03:31:25.822ZDec 12 03:31:25.472 INFO [hubris-production] running task
21902024-12-12T03:31:25.822ZDec 12 03:31:25.473 INFO [hubris-staging] running task
21912024-12-12T03:31:25.822ZDec 12 03:31:25.473 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21922024-12-12T03:31:25.824ZDec 12 03:31:25.476 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21932024-12-12T03:31:25.895Z[ helios-setup] cd tools/helios-build && cargo build --quiet
21942024-12-12T03:31:26.312Z[ omicron-package] Blocking waiting for file lock on package cache
21952024-12-12T03:31:26.959Z[ omicron-package] Blocking waiting for file lock on package cache
21962024-12-12T03:31:27.239Z[ omicron-package] Blocking waiting for file lock on package cache
21972024-12-12T03:31:27.499ZDec 12 03:31:27.150 INFO [hubris-production] task succeeded (1.677561778s)
21982024-12-12T03:31:28.047Z[ omicron-package] Compiling zerocopy v0.8.10
21992024-12-12T03:31:28.050Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22002024-12-12T03:31:28.050Z[ omicron-package] Compiling itertools v0.13.0
22012024-12-12T03:31:28.050Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22022024-12-12T03:31:28.050Z[ omicron-package] Compiling heapless v0.8.0
22032024-12-12T03:31:28.050Z[ omicron-package] Compiling hash32 v0.3.1
22042024-12-12T03:31:28.050Z[ omicron-package] Compiling smoltcp v0.11.0
22052024-12-12T03:31:28.050Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22062024-12-12T03:31:28.835Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22072024-12-12T03:31:29.237Z[ omicron-package] Compiling cobs v0.2.3
22082024-12-12T03:31:29.658Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22092024-12-12T03:31:29.974Z[ omicron-package] Compiling postcard v1.0.10
22102024-12-12T03:31:29.981Z[ omicron-package] Compiling num_enum_derive v0.5.11
22112024-12-12T03:31:30.187Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22122024-12-12T03:31:30.261Z[ omicron-package] Compiling proc-macro-error v1.0.4
22132024-12-12T03:31:30.454Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22142024-12-12T03:31:31.070Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22152024-12-12T03:31:31.214Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22162024-12-12T03:31:32.424Z[ omicron-package] Compiling tabwriter v1.4.0
22172024-12-12T03:31:33.014Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22182024-12-12T03:31:33.243Z[ omicron-package] Compiling foreign-types v0.5.0
22192024-12-12T03:31:33.804Z[ omicron-package] Compiling cstr-argument v0.1.2
22202024-12-12T03:31:33.901Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22212024-12-12T03:31:34.148Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22222024-12-12T03:31:34.365Z[ omicron-package] Compiling pretty-hex v0.2.1
22232024-12-12T03:31:34.714Z[ omicron-package] Compiling num_enum v0.5.11
22242024-12-12T03:31:34.990Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22252024-12-12T03:31:35.210Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22262024-12-12T03:31:35.212Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22272024-12-12T03:31:35.369Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22282024-12-12T03:31:35.631Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292024-12-12T03:31:36.028Z[ omicron-package] Compiling colored v2.1.0
22302024-12-12T03:31:36.081Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22312024-12-12T03:31:37.042Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22322024-12-12T03:31:37.301Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22332024-12-12T03:31:37.440Z[ omicron-package] Compiling sigpipe v0.1.3
22342024-12-12T03:31:38.015ZDec 12 03:31:37.666 INFO [hubris-staging] task succeeded (12.192963892s)
22352024-12-12T03:31:38.064Z[ omicron-package] Compiling num-derive v0.4.2
22362024-12-12T03:31:38.180Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22372024-12-12T03:31:38.466Z[ omicron-package] Compiling libefi-sys v0.1.0
22382024-12-12T03:31:39.212Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22392024-12-12T03:31:39.664Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22402024-12-12T03:31:40.187Z[ omicron-package] Compiling zone v0.3.0
22412024-12-12T03:31:40.520Z[ omicron-package] Compiling smf v0.2.3
22422024-12-12T03:31:42.175Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22432024-12-12T03:31:42.663Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
22442024-12-12T03:31:43.076Z[ omicron-package] Compiling bitfield-struct v0.6.2
22452024-12-12T03:31:45.071Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22462024-12-12T03:31:45.274Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22472024-12-12T03:31:45.463Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22482024-12-12T03:31:45.880Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22492024-12-12T03:31:46.008Z[ omicron-package] Compiling gethostname v0.5.0
22502024-12-12T03:31:46.392Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22512024-12-12T03:31:46.945Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22522024-12-12T03:31:47.952Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22532024-12-12T03:31:49.894Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22542024-12-12T03:31:51.298Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22552024-12-12T03:31:52.825Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22562024-12-12T03:31:55.780Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22572024-12-12T03:31:56.463Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22582024-12-12T03:31:58.175Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22592024-12-12T03:32:08.259Z[ helios-setup] Dec 12 03:32:07.907 INFO helios repository root is: /work/oxidecomputer/helios
22602024-12-12T03:32:08.261Z[ helios-setup] Dec 12 03:32:07.909 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22612024-12-12T03:32:08.261Z[ helios-setup] Dec 12 03:32:07.909 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22622024-12-12T03:32:08.261Z[ helios-setup] Dec 12 03:32:07.909 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
22632024-12-12T03:32:08.261Z[ helios-setup] Dec 12 03:32:07.909 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22642024-12-12T03:32:08.265Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22652024-12-12T03:32:09.104Z[ helios-setup] Dec 12 03:32:08.753 INFO clone ok!, project: pinprick
22662024-12-12T03:32:09.107Z[ helios-setup] Dec 12 03:32:08.753 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
22672024-12-12T03:32:09.107Z[ helios-setup] Dec 12 03:32:08.753 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22682024-12-12T03:32:09.110Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22692024-12-12T03:32:09.740Z[ helios-setup] Dec 12 03:32:09.388 INFO clone ok!, project: bootserver
22702024-12-12T03:32:09.744Z[ helios-setup] Dec 12 03:32:09.388 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
22712024-12-12T03:32:09.744Z[ helios-setup] Dec 12 03:32:09.388 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22722024-12-12T03:32:09.746Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22732024-12-12T03:32:10.457Z[ helios-setup] Dec 12 03:32:10.106 INFO clone ok!, project: phbl
22742024-12-12T03:32:10.459Z[ helios-setup] Dec 12 03:32:10.106 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
22752024-12-12T03:32:10.459Z[ helios-setup] Dec 12 03:32:10.106 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22762024-12-12T03:32:10.462Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22772024-12-12T03:32:11.372Z[ helios-setup] Dec 12 03:32:11.021 INFO clone ok!, project: chelsio-t6-roms
22782024-12-12T03:32:11.375Z[ helios-setup] Dec 12 03:32:11.021 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
22792024-12-12T03:32:11.375Z[ helios-setup] Dec 12 03:32:11.021 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22802024-12-12T03:32:11.377Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22812024-12-12T03:32:12.343Z[ helios-setup] Dec 12 03:32:11.990 INFO clone ok!, project: pilot
22822024-12-12T03:32:12.345Z[ helios-setup] Dec 12 03:32:11.990 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
22832024-12-12T03:32:12.345Z[ helios-setup] Dec 12 03:32:11.990 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
22842024-12-12T03:32:12.348Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22852024-12-12T03:32:13.539Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22862024-12-12T03:32:13.553Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22872024-12-12T03:32:17.148Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.31s
22882024-12-12T03:32:17.406Z[ omicron-package]
22892024-12-12T03:32:17.406Z[ omicron-package] real 51.530978965
22902024-12-12T03:32:17.409Z[ omicron-package] user 2:57.462803128
22912024-12-12T03:32:17.409Z[ omicron-package] sys 25.711938863
22922024-12-12T03:32:17.409Z[ omicron-package] trap 0.221109931
22932024-12-12T03:32:17.409Z[ omicron-package] tflt 0.802508668
22942024-12-12T03:32:17.409Z[ omicron-package] dflt 1.228931462
22952024-12-12T03:32:17.409Z[ omicron-package] kflt 0.014900492
22962024-12-12T03:32:17.409Z[ omicron-package] lock 6:23.192439907
22972024-12-12T03:32:17.409Z[ omicron-package] slp 10:18.569548815
22982024-12-12T03:32:17.409Z[ omicron-package] lat 1:39.905931065
22992024-12-12T03:32:17.410Z[ omicron-package] stop 56.046992937
23002024-12-12T03:32:17.410ZDec 12 03:32:17.055 INFO [omicron-package] process exited with exit status: 0 (51.579196635s)
23012024-12-12T03:32:17.410ZDec 12 03:32:17.056 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
23022024-12-12T03:32:17.483ZDec 12 03:32:17.132 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23032024-12-12T03:32:17.497Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23042024-12-12T03:32:17.500Z[ host-target] Created new build target 'host' and set it as active
23052024-12-12T03:32:17.500ZDec 12 03:32:17.147 INFO [host-target] process exited with exit status: 0 (91.056227ms)
23062024-12-12T03:32:17.500ZDec 12 03:32:17.147 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23072024-12-12T03:32:17.507Z[ recovery-target] Created new build target 'recovery' and set it as active
23082024-12-12T03:32:17.507Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23092024-12-12T03:32:17.510ZDec 12 03:32:17.159 INFO [recovery-target] process exited with exit status: 0 (27.228879ms)
23102024-12-12T03:32:17.518Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23112024-12-12T03:32:18.272Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23122024-12-12T03:32:18.281Z[ helios-setup] Dec 12 03:32:17.930 INFO clone ok!, project: amd-host-image-builder
23132024-12-12T03:32:18.284Z[ helios-setup] Dec 12 03:32:17.930 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
23142024-12-12T03:32:18.284Z[ helios-setup] Dec 12 03:32:17.930 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23152024-12-12T03:32:18.286Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23162024-12-12T03:32:18.764Z[ host-package] Compiling convert_case v0.4.0
23172024-12-12T03:32:18.766Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23182024-12-12T03:32:18.767Z[ host-package] Compiling newline-converter v0.3.0
23192024-12-12T03:32:18.767Z[ host-package] Compiling password-hash v0.5.0
23202024-12-12T03:32:18.767Z[ host-package] Compiling progenitor-client v0.8.0
23212024-12-12T03:32:18.767Z[ host-package] Compiling blake2 v0.10.6
23222024-12-12T03:32:18.767Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23232024-12-12T03:32:18.950Z[ host-package] Compiling atomicwrites v0.4.4
23242024-12-12T03:32:19.151Z[ host-package] Compiling expectorate v1.1.0
23252024-12-12T03:32:19.175Z[ host-package] Compiling cancel-safe-futures v0.1.5
23262024-12-12T03:32:19.397Z[ host-package] Compiling owo-colors v4.1.0
23272024-12-12T03:32:19.529Z[ host-package] Compiling argon2 v0.5.3
23282024-12-12T03:32:19.553Z[ host-package] Compiling progenitor v0.8.0
23292024-12-12T03:32:19.607Z[ host-package] Compiling num-rational v0.4.2
23302024-12-12T03:32:19.658Z[ host-package] Compiling derive_more v0.99.18
23312024-12-12T03:32:19.772Z[ host-package] Compiling num-complex v0.4.6
23322024-12-12T03:32:20.398Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23332024-12-12T03:32:20.927Z[ host-package] Compiling num v0.4.3
23342024-12-12T03:32:21.054Z[ host-package] Compiling libsw v3.3.1
23352024-12-12T03:32:21.083Z[ host-package] Compiling indent_write v2.2.0
23362024-12-12T03:32:21.111Z[ host-package] Compiling float-ord v0.3.2
23372024-12-12T03:32:21.157Z[ host-package] Compiling swrite v0.1.0
23382024-12-12T03:32:21.315Z[ host-package] Compiling linear-map v1.2.0
23392024-12-12T03:32:21.318Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23402024-12-12T03:32:21.360Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23412024-12-12T03:32:21.408Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23422024-12-12T03:32:21.805Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23432024-12-12T03:32:22.033Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23442024-12-12T03:32:22.209Z[ host-package] Compiling highway v1.2.0
23452024-12-12T03:32:22.832Z[ host-package] Compiling semver v0.1.20
23462024-12-12T03:32:23.551Z[ host-package] Compiling rustc_version v0.1.7
23472024-12-12T03:32:23.767Z[ host-package] Compiling newtype-uuid v1.1.3
23482024-12-12T03:32:24.015Z[ host-package] Compiling newtype_derive v0.1.6
23492024-12-12T03:32:24.181Z[ host-package] Compiling dropshot v0.13.0
23502024-12-12T03:32:24.273Z[ host-package] Compiling ipnetwork v0.20.0
23512024-12-12T03:32:24.480Z[ host-package] Compiling instant v0.1.13
23522024-12-12T03:32:24.656Z[ host-package] Compiling humantime v2.1.0
23532024-12-12T03:32:25.104Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23542024-12-12T03:32:25.599Z[ host-package] Compiling backoff v0.4.0
23552024-12-12T03:32:26.112Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23562024-12-12T03:32:26.195Z[ helios-setup] Dec 12 03:32:25.843 INFO clone ok!, project: amd-firmware
23572024-12-12T03:32:26.198Z[ helios-setup] Dec 12 03:32:25.843 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
23582024-12-12T03:32:26.198Z[ helios-setup] Dec 12 03:32:25.843 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23592024-12-12T03:32:26.200Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23602024-12-12T03:32:26.489Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23612024-12-12T03:32:26.814Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23622024-12-12T03:32:27.053Z[ helios-setup] Dec 12 03:32:26.701 INFO clone ok!, project: image-builder
23632024-12-12T03:32:27.055Z[ helios-setup] Dec 12 03:32:26.701 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23642024-12-12T03:32:27.055Z[ helios-setup] Dec 12 03:32:26.701 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23652024-12-12T03:32:28.105Z[ helios-setup] Dec 12 03:32:27.753 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23662024-12-12T03:32:28.808Z[ helios-setup] Dec 12 03:32:28.455 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23672024-12-12T03:32:28.808Z[ helios-setup] Dec 12 03:32:28.456 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23682024-12-12T03:32:29.463Z[ helios-setup] Dec 12 03:32:29.111 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23692024-12-12T03:32:30.071Z[ helios-setup] Dec 12 03:32:29.718 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23702024-12-12T03:32:30.071Z[ helios-setup] Dec 12 03:32:29.719 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23712024-12-12T03:32:30.179Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23722024-12-12T03:32:30.812Z[ helios-setup] Dec 12 03:32:30.460 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23732024-12-12T03:32:31.008Z[ host-package] Compiling parse-display v0.10.0
23742024-12-12T03:32:31.391Z[ helios-setup] Dec 12 03:32:31.039 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23752024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23762024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23772024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO ok!
23782024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23792024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23802024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO ok!
23812024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23822024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23832024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO ok!
23842024-12-12T03:32:31.395Z[ helios-setup] Dec 12 03:32:31.039 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23852024-12-12T03:32:31.396Z[ helios-setup] Dec 12 03:32:31.039 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23862024-12-12T03:32:31.681Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23872024-12-12T03:32:31.699Z[ helios-setup] Dec 12 03:32:31.346 INFO E| Downloading crates ...
23882024-12-12T03:32:31.704Z[ host-package] Compiling serde_with v3.11.0
23892024-12-12T03:32:31.858Z[ helios-setup] Dec 12 03:32:31.504 INFO E| Downloaded miniz_oxide v0.7.2
23902024-12-12T03:32:31.887Z[ host-package] Compiling strum v0.26.3
23912024-12-12T03:32:31.911Z[ helios-setup] Dec 12 03:32:31.558 INFO E| Compiling adler v1.0.2
23922024-12-12T03:32:32.065Z[ helios-setup] Dec 12 03:32:31.713 INFO E| Compiling miniz_oxide v0.7.2
23932024-12-12T03:32:32.144Z[ host-package] Compiling regress v0.9.1
23942024-12-12T03:32:34.742Z[ helios-setup] Dec 12 03:32:34.389 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
23952024-12-12T03:32:35.859Z[ helios-setup] Dec 12 03:32:35.507 INFO E| Finished `release` profile [optimized] target(s) in 4.37s
23962024-12-12T03:32:35.870Z[ helios-setup] Dec 12 03:32:35.517 INFO building project "pinprick" ok (4 seconds)
23972024-12-12T03:32:35.870Z[ helios-setup] Dec 12 03:32:35.517 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23982024-12-12T03:32:35.870Z[ helios-setup] Dec 12 03:32:35.517 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23992024-12-12T03:32:36.112Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24002024-12-12T03:32:36.160Z[ helios-setup] Dec 12 03:32:35.807 INFO E| Downloading crates ...
24012024-12-12T03:32:36.254Z[ helios-setup] Dec 12 03:32:35.901 INFO E| Downloaded miniz_oxide v0.6.2
24022024-12-12T03:32:36.258Z[ helios-setup] Dec 12 03:32:35.905 INFO E| Downloaded unicode-width v0.1.10
24032024-12-12T03:32:36.261Z[ helios-setup] Dec 12 03:32:35.907 INFO E| Downloaded block-buffer v0.10.3
24042024-12-12T03:32:36.267Z[ helios-setup] Dec 12 03:32:35.914 INFO E| Downloaded digest v0.10.3
24052024-12-12T03:32:36.270Z[ helios-setup] Dec 12 03:32:35.917 INFO E| Downloaded generic-array v0.14.6
24062024-12-12T03:32:36.272Z[ helios-setup] Dec 12 03:32:35.919 INFO E| Downloaded sha2 v0.10.5
24072024-12-12T03:32:36.275Z[ helios-setup] Dec 12 03:32:35.922 INFO E| Downloaded cpufeatures v0.2.5
24082024-12-12T03:32:36.281Z[ helios-setup] Dec 12 03:32:35.929 INFO E| Downloaded typenum v1.15.0
24092024-12-12T03:32:36.287Z[ helios-setup] Dec 12 03:32:35.932 INFO E| Downloaded flate2 v1.0.25
24102024-12-12T03:32:36.291Z[ helios-setup] Dec 12 03:32:35.939 INFO E| Downloaded anyhow v1.0.62
24112024-12-12T03:32:36.296Z[ helios-setup] Dec 12 03:32:35.944 INFO E| Downloaded bytes v1.2.1
24122024-12-12T03:32:36.391Z[ helios-setup] Dec 12 03:32:36.038 INFO E| Compiling typenum v1.15.0
24132024-12-12T03:32:36.391Z[ helios-setup] Dec 12 03:32:36.039 INFO E| Compiling version_check v0.9.4
24142024-12-12T03:32:36.391Z[ helios-setup] Dec 12 03:32:36.039 INFO E| Compiling crc32fast v1.3.2
24152024-12-12T03:32:36.394Z[ helios-setup] Dec 12 03:32:36.039 INFO E| Compiling cfg-if v1.0.0
24162024-12-12T03:32:36.394Z[ helios-setup] Dec 12 03:32:36.039 INFO E| Compiling adler v1.0.2
24172024-12-12T03:32:36.394Z[ helios-setup] Dec 12 03:32:36.039 INFO E| Compiling anyhow v1.0.62
24182024-12-12T03:32:36.394Z[ helios-setup] Dec 12 03:32:36.039 INFO E| Compiling cpufeatures v0.2.5
24192024-12-12T03:32:36.394Z[ helios-setup] Dec 12 03:32:36.039 INFO E| Compiling unicode-width v0.1.10
24202024-12-12T03:32:36.871Z[ helios-setup] Dec 12 03:32:36.519 INFO E| Compiling bitflags v1.3.2
24212024-12-12T03:32:37.064Z[ helios-setup] Dec 12 03:32:36.711 INFO E| Compiling bytes v1.2.1
24222024-12-12T03:32:37.225Z[ helios-setup] Dec 12 03:32:36.872 INFO E| Compiling generic-array v0.14.6
24232024-12-12T03:32:37.420Z[ helios-setup] Dec 12 03:32:37.068 INFO E| Compiling miniz_oxide v0.6.2
24242024-12-12T03:32:37.538Z[ helios-setup] Dec 12 03:32:37.185 INFO E| Compiling getopts v0.2.21
24252024-12-12T03:32:37.953Z[ host-package] Compiling macaddr v1.0.1
24262024-12-12T03:32:38.096Z[ host-package] Compiling slog-dtrace v0.3.0
24272024-12-12T03:32:38.504Z[ host-package] Compiling steno v0.4.1
24282024-12-12T03:32:38.842Z[ helios-setup] Dec 12 03:32:38.489 INFO E| Compiling flate2 v1.0.25
24292024-12-12T03:32:38.935Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24302024-12-12T03:32:39.850Z[ host-package] Compiling prettyplease v0.2.25
24312024-12-12T03:32:41.041Z[ host-package] Compiling tungstenite v0.21.0
24322024-12-12T03:32:42.037Z[ host-package] Compiling display-error-chain v0.2.2
24332024-12-12T03:32:42.330Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24342024-12-12T03:32:43.159Z[ helios-setup] Dec 12 03:32:42.806 INFO E| Compiling crypto-common v0.1.6
24352024-12-12T03:32:43.159Z[ helios-setup] Dec 12 03:32:42.806 INFO E| Compiling block-buffer v0.10.3
24362024-12-12T03:32:43.376Z[ helios-setup] Dec 12 03:32:43.023 INFO E| Compiling digest v0.10.3
24372024-12-12T03:32:43.752Z[ helios-setup] Dec 12 03:32:43.399 INFO E| Compiling sha2 v0.10.5
24382024-12-12T03:32:44.388Z[ helios-setup] Dec 12 03:32:44.035 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24392024-12-12T03:32:45.765Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24402024-12-12T03:32:46.333Z[ host-package] Compiling tokio-tungstenite v0.21.0
24412024-12-12T03:32:47.090Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422024-12-12T03:32:47.331Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24432024-12-12T03:32:49.155Z[ host-package] Compiling arc-swap v1.7.1
24442024-12-12T03:32:50.137Z[ host-package] Compiling slog-scope v4.4.0
24452024-12-12T03:32:50.325Z[ helios-setup] Dec 12 03:32:49.972 INFO E| Finished `release` profile [optimized] target(s) in 14.36s
24462024-12-12T03:32:50.342Z[ helios-setup] Dec 12 03:32:49.988 INFO building project "bootserver" ok (14 seconds)
24472024-12-12T03:32:50.342Z[ helios-setup] Dec 12 03:32:49.988 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24482024-12-12T03:32:50.342Z[ helios-setup] Dec 12 03:32:49.989 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24492024-12-12T03:32:50.700Z[ helios-setup] Dec 12 03:32:50.346 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24502024-12-12T03:32:51.124Z[ host-package] Compiling half v2.4.1
24512024-12-12T03:32:51.753Z[ helios-setup] Dec 12 03:32:51.399 INFO E| From https://github.com/oxidecomputer/progenitor
24522024-12-12T03:32:51.753Z[ helios-setup] Dec 12 03:32:51.400 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24532024-12-12T03:32:51.792Z[ helios-setup] Dec 12 03:32:51.438 INFO E| * [new tag] v0.1.1 -> v0.1.1
24542024-12-12T03:32:51.792Z[ helios-setup] Dec 12 03:32:51.438 INFO E| * [new tag] v0.2.0 -> v0.2.0
24552024-12-12T03:32:51.925Z[ helios-setup] Dec 12 03:32:51.572 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24562024-12-12T03:32:52.020Z[ host-package] Compiling ciborium-io v0.2.2
24572024-12-12T03:32:52.211Z[ host-package] Compiling ciborium-ll v0.2.2
24582024-12-12T03:32:52.498Z[ helios-setup] Dec 12 03:32:52.144 INFO E| From https://github.com/jclulow/hiercmd
24592024-12-12T03:32:52.498Z[ helios-setup] Dec 12 03:32:52.144 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24602024-12-12T03:32:52.517Z[ helios-setup] Dec 12 03:32:52.163 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24612024-12-12T03:32:52.830Z[ host-package] Compiling slog-stdlog v4.1.1
24622024-12-12T03:32:52.855Z[ host-package] Compiling ciborium v0.2.2
24632024-12-12T03:32:53.066Z[ helios-setup] Dec 12 03:32:52.713 INFO E| From https://github.com/jclulow/network-interface
24642024-12-12T03:32:53.066Z[ helios-setup] Dec 12 03:32:52.713 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24652024-12-12T03:32:53.084Z[ helios-setup] Dec 12 03:32:52.731 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24662024-12-12T03:32:53.659Z[ helios-setup] Dec 12 03:32:53.305 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24672024-12-12T03:32:53.659Z[ helios-setup] Dec 12 03:32:53.305 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24682024-12-12T03:32:53.693Z[ helios-setup] Dec 12 03:32:53.340 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24692024-12-12T03:32:53.739Z[ host-package] Compiling slog-envlogger v2.2.0
24702024-12-12T03:32:54.469Z[ helios-setup] Dec 12 03:32:54.116 INFO E| From https://github.com/oxidecomputer/facade
24712024-12-12T03:32:54.469Z[ helios-setup] Dec 12 03:32:54.116 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24722024-12-12T03:32:54.517Z[ helios-setup] Dec 12 03:32:54.163 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24732024-12-12T03:32:55.147Z[ host-package] Compiling nibble_vec v0.1.0
24742024-12-12T03:32:55.298Z[ helios-setup] Dec 12 03:32:54.944 INFO E| From https://github.com/oxidecomputer/dropshot
24752024-12-12T03:32:55.298Z[ helios-setup] Dec 12 03:32:54.944 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24762024-12-12T03:32:55.338Z[ helios-setup] Dec 12 03:32:54.984 INFO E| * [new tag] v0.3.0 -> v0.3.0
24772024-12-12T03:32:55.338Z[ helios-setup] Dec 12 03:32:54.984 INFO E| * [new tag] v0.4.0 -> v0.4.0
24782024-12-12T03:32:55.341Z[ helios-setup] Dec 12 03:32:54.984 INFO E| * [new tag] v0.5.0 -> v0.5.0
24792024-12-12T03:32:55.341Z[ helios-setup] Dec 12 03:32:54.985 INFO E| * [new tag] v0.5.1 -> v0.5.1
24802024-12-12T03:32:55.341Z[ helios-setup] Dec 12 03:32:54.985 INFO E| * [new tag] v0.6.0 -> v0.6.0
24812024-12-12T03:32:55.341Z[ helios-setup] Dec 12 03:32:54.985 INFO E| * [new tag] v0.7.0 -> v0.7.0
24822024-12-12T03:32:55.341Z[ helios-setup] Dec 12 03:32:54.985 INFO E| * [new tag] v0.8.0 -> v0.8.0
24832024-12-12T03:32:55.341Z[ helios-setup] Dec 12 03:32:54.985 INFO E| * [new tag] v0.9.0 -> v0.9.0
24842024-12-12T03:32:55.390Z[ helios-setup] Dec 12 03:32:55.036 INFO E| Updating crates.io index
24852024-12-12T03:32:55.524Z[ helios-setup] Dec 12 03:32:55.170 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24862024-12-12T03:32:56.298Z[ helios-setup] Dec 12 03:32:55.944 INFO E| From https://github.com/oxidecomputer/typify
24872024-12-12T03:32:56.298Z[ helios-setup] Dec 12 03:32:55.944 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24882024-12-12T03:32:56.331Z[ helios-setup] Dec 12 03:32:55.977 INFO E| * [new tag] v0.0.10 -> v0.0.10
24892024-12-12T03:32:56.331Z[ helios-setup] Dec 12 03:32:55.977 INFO E| * [new tag] v0.0.11 -> v0.0.11
24902024-12-12T03:32:56.331Z[ helios-setup] Dec 12 03:32:55.978 INFO E| * [new tag] v0.0.4 -> v0.0.4
24912024-12-12T03:32:56.334Z[ helios-setup] Dec 12 03:32:55.978 INFO E| * [new tag] v0.0.5 -> v0.0.5
24922024-12-12T03:32:56.334Z[ helios-setup] Dec 12 03:32:55.978 INFO E| * [new tag] v0.0.7 -> v0.0.7
24932024-12-12T03:32:56.335Z[ helios-setup] Dec 12 03:32:55.978 INFO E| * [new tag] v0.0.8 -> v0.0.8
24942024-12-12T03:32:56.335Z[ helios-setup] Dec 12 03:32:55.978 INFO E| * [new tag] v0.0.9 -> v0.0.9
24952024-12-12T03:32:56.623Z[ host-package] Compiling endian-type v0.1.2
24962024-12-12T03:32:56.685Z[ helios-setup] Dec 12 03:32:56.331 INFO E| Downloading crates ...
24972024-12-12T03:32:56.936Z[ host-package] Compiling radix_trie v0.2.1
24982024-12-12T03:32:56.962Z[ helios-setup] Dec 12 03:32:56.609 INFO E| Downloaded anstyle v0.3.5
24992024-12-12T03:32:56.976Z[ helios-setup] Dec 12 03:32:56.612 INFO E| Downloaded aho-corasick v0.7.20
25002024-12-12T03:32:56.976Z[ helios-setup] Dec 12 03:32:56.619 INFO E| Downloaded anyhow v1.0.68
25012024-12-12T03:32:56.979Z[ helios-setup] Dec 12 03:32:56.625 INFO E| Downloaded autocfg v1.1.0
25022024-12-12T03:32:56.982Z[ helios-setup] Dec 12 03:32:56.628 INFO E| Downloaded anstyle-parse v0.1.1
25032024-12-12T03:32:56.985Z[ helios-setup] Dec 12 03:32:56.632 INFO E| Downloaded clap v4.2.1
25042024-12-12T03:32:57.000Z[ helios-setup] Dec 12 03:32:56.646 INFO E| Downloaded anstream v0.2.6
25052024-12-12T03:32:57.003Z[ helios-setup] Dec 12 03:32:56.649 INFO E| Downloaded const-random v0.1.15
25062024-12-12T03:32:57.006Z[ helios-setup] Dec 12 03:32:56.652 INFO E| Downloaded const-random-macro v0.1.15
25072024-12-12T03:32:57.008Z[ helios-setup] Dec 12 03:32:56.653 INFO E| Downloaded concolor-override v1.0.0
25082024-12-12T03:32:57.008Z[ helios-setup] Dec 12 03:32:56.654 INFO E| Downloaded bincode v1.3.3
25092024-12-12T03:32:57.012Z[ helios-setup] Dec 12 03:32:56.658 INFO E| Downloaded camino v1.1.4
25102024-12-12T03:32:57.015Z[ helios-setup] Dec 12 03:32:56.662 INFO E| Downloaded concolor-query v0.3.3
25112024-12-12T03:32:57.020Z[ helios-setup] Dec 12 03:32:56.666 INFO E| Downloaded byteorder v1.4.3
25122024-12-12T03:32:57.023Z[ helios-setup] Dec 12 03:32:56.670 INFO E| Downloaded clap_lex v0.4.1
25132024-12-12T03:32:57.026Z[ helios-setup] Dec 12 03:32:56.672 INFO E| Downloaded async-stream v0.3.5
25142024-12-12T03:32:57.030Z[ helios-setup] Dec 12 03:32:56.676 INFO E| Downloaded built v0.6.0
25152024-12-12T03:32:57.033Z[ helios-setup] Dec 12 03:32:56.679 INFO E| Downloaded futures-sink v0.3.28
25162024-12-12T03:32:57.035Z[ helios-setup] Dec 12 03:32:56.681 INFO E| Downloaded async-trait v0.1.68
25172024-12-12T03:32:57.041Z[ helios-setup] Dec 12 03:32:56.687 INFO E| Downloaded async-stream-impl v0.3.5
25182024-12-12T03:32:57.044Z[ helios-setup] Dec 12 03:32:56.689 INFO E| Downloaded ahash v0.7.6
25192024-12-12T03:32:57.049Z[ helios-setup] Dec 12 03:32:56.696 INFO E| Downloaded ryu v1.0.13
25202024-12-12T03:32:57.056Z[ helios-setup] Dec 12 03:32:56.702 INFO E| Downloaded futures-core v0.3.28
25212024-12-12T03:32:57.061Z[ helios-setup] Dec 12 03:32:56.707 INFO E| Downloaded cargo-lock v8.0.3
25222024-12-12T03:32:57.066Z[ helios-setup] Dec 12 03:32:56.712 INFO E| Downloaded clap_derive v4.2.0
25232024-12-12T03:32:57.070Z[ helios-setup] Dec 12 03:32:56.716 INFO E| Downloaded project-root v0.2.2
25242024-12-12T03:32:57.073Z[ helios-setup] Dec 12 03:32:56.717 INFO E| Downloaded cc v1.0.78
25252024-12-12T03:32:57.076Z[ helios-setup] Dec 12 03:32:56.722 INFO E| Downloaded tower-service v0.3.2
25262024-12-12T03:32:57.079Z[ helios-setup] Dec 12 03:32:56.724 INFO E| Downloaded base64 v0.21.0
25272024-12-12T03:32:57.084Z[ helios-setup] Dec 12 03:32:56.730 INFO E| Downloaded try-lock v0.2.4
25282024-12-12T03:32:57.087Z[ helios-setup] Dec 12 03:32:56.732 INFO E| Downloaded semver v0.11.0
25292024-12-12T03:32:57.090Z[ helios-setup] Dec 12 03:32:56.735 INFO E| Downloaded scopeguard v1.1.0
25302024-12-12T03:32:57.092Z[ helios-setup] Dec 12 03:32:56.737 INFO E| Downloaded signal-hook-registry v1.4.0
25312024-12-12T03:32:57.095Z[ helios-setup] Dec 12 03:32:56.740 INFO E| Downloaded semver-parser v0.10.2
25322024-12-12T03:32:57.097Z[ helios-setup] Dec 12 03:32:56.743 INFO E| Downloaded want v0.3.0
25332024-12-12T03:32:57.100Z[ helios-setup] Dec 12 03:32:56.745 INFO E| Downloaded terminal_size v0.2.6
25342024-12-12T03:32:57.102Z[ helios-setup] Dec 12 03:32:56.747 INFO E| Downloaded slog-bunyan v2.4.0
25352024-12-12T03:32:57.105Z[ helios-setup] Dec 12 03:32:56.749 INFO E| Downloaded num_enum v0.5.7
25362024-12-12T03:32:57.110Z[ helios-setup] Dec 12 03:32:56.757 INFO E| Downloaded toolchain_find v0.2.0
25372024-12-12T03:32:57.113Z[ helios-setup] Dec 12 03:32:56.759 INFO E| Downloaded crossbeam-epoch v0.9.13
25382024-12-12T03:32:57.118Z[ helios-setup] Dec 12 03:32:56.764 INFO E| Downloaded utf8parse v0.2.1
25392024-12-12T03:32:57.121Z[ helios-setup] Dec 12 03:32:56.766 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25402024-12-12T03:32:57.243Z[ helios-setup] Dec 12 03:32:56.889 INFO E| Downloaded walkdir v2.3.3
25412024-12-12T03:32:57.246Z[ helios-setup] Dec 12 03:32:56.892 INFO E| Downloaded sct v0.7.0
25422024-12-12T03:32:57.252Z[ helios-setup] Dec 12 03:32:56.898 INFO E| Downloaded serde_derive_internals v0.26.0
25432024-12-12T03:32:57.255Z[ helios-setup] Dec 12 03:32:56.901 INFO E| Downloaded time v0.1.45
25442024-12-12T03:32:57.257Z[ helios-setup] Dec 12 03:32:56.904 INFO E| Downloaded tempfile v3.5.0
25452024-12-12T03:32:57.262Z[ helios-setup] Dec 12 03:32:56.908 INFO E| Downloaded tokio-tungstenite v0.18.0
25462024-12-12T03:32:57.266Z[ helios-setup] Dec 12 03:32:56.912 INFO E| Downloaded log v0.4.17
25472024-12-12T03:32:57.270Z[ helios-setup] Dec 12 03:32:56.916 INFO E| Downloaded ppv-lite86 v0.2.17
25482024-12-12T03:32:57.272Z[ helios-setup] Dec 12 03:32:56.919 INFO E| Downloaded once_cell v1.17.0
25492024-12-12T03:32:57.277Z[ helios-setup] Dec 12 03:32:56.923 INFO E| Downloaded tokio-rustls v0.24.0
25502024-12-12T03:32:57.281Z[ helios-setup] Dec 12 03:32:56.926 INFO E| Downloaded slog-async v2.7.0
25512024-12-12T03:32:57.283Z[ helios-setup] Dec 12 03:32:56.929 INFO E| Downloaded quote v1.0.36
25522024-12-12T03:32:57.287Z[ helios-setup] Dec 12 03:32:56.934 INFO E| Downloaded schemars v0.8.12
25532024-12-12T03:32:57.308Z[ helios-setup] Dec 12 03:32:56.954 INFO E| Downloaded uuid v1.3.0
25542024-12-12T03:32:57.314Z[ helios-setup] Dec 12 03:32:56.960 INFO E| Downloaded unicode-ident v1.0.8
25552024-12-12T03:32:57.319Z[ helios-setup] Dec 12 03:32:56.965 INFO E| Downloaded ucd-trie v0.1.5
25562024-12-12T03:32:57.322Z[ helios-setup] Dec 12 03:32:56.968 INFO E| Downloaded serde_derive v1.0.204
25572024-12-12T03:32:57.327Z[ helios-setup] Dec 12 03:32:56.973 INFO E| Downloaded unsafe-libyaml v0.2.8
25582024-12-12T03:32:57.332Z[ helios-setup] Dec 12 03:32:56.978 INFO E| Downloaded tracing-core v0.1.30
25592024-12-12T03:32:57.337Z[ helios-setup] Dec 12 03:32:56.984 INFO E| Downloaded tungstenite v0.18.0
25602024-12-12T03:32:57.342Z[ helios-setup] Dec 12 03:32:56.988 INFO E| Downloaded serde_yaml v0.9.21
25612024-12-12T03:32:57.349Z[ helios-setup] Dec 12 03:32:56.995 INFO E| Downloaded url v2.3.1
25622024-12-12T03:32:57.358Z[ helios-setup] Dec 12 03:32:57.000 INFO E| Downloaded unicode-linebreak v0.1.4
25632024-12-12T03:32:57.358Z[ helios-setup] Dec 12 03:32:57.004 INFO E| Downloaded tracing v0.1.37
25642024-12-12T03:32:57.365Z[ helios-setup] Dec 12 03:32:57.011 INFO E| Downloaded toml_edit v0.19.8
25652024-12-12T03:32:57.394Z[ helios-setup] Dec 12 03:32:57.040 INFO E| Downloaded winnow v0.4.1
25662024-12-12T03:32:57.407Z[ helios-setup] Dec 12 03:32:57.054 INFO E| Downloaded serde_json v1.0.95
25672024-12-12T03:32:57.419Z[ helios-setup] Dec 12 03:32:57.065 INFO E| Downloaded rustix v0.37.3
25682024-12-12T03:32:57.450Z[ helios-setup] Dec 12 03:32:57.096 INFO E| Downloaded pest v2.5.7
25692024-12-12T03:32:57.459Z[ helios-setup] Dec 12 03:32:57.105 INFO E| Downloaded http v0.2.9
25702024-12-12T03:32:57.465Z[ helios-setup] Dec 12 03:32:57.112 INFO E| Downloaded mio v0.8.5
25712024-12-12T03:32:57.474Z[ helios-setup] Dec 12 03:32:57.120 INFO E| Downloaded unicode-normalization v0.1.22
25722024-12-12T03:32:57.480Z[ helios-setup] Dec 12 03:32:57.126 INFO E| Downloaded syn v1.0.107
25732024-12-12T03:32:57.499Z[ helios-setup] Dec 12 03:32:57.144 INFO E| Downloaded syn v2.0.72
25742024-12-12T03:32:57.516Z[ helios-setup] Dec 12 03:32:57.163 INFO E| Downloaded rayon v1.6.1
25752024-12-12T03:32:57.532Z[ helios-setup] Dec 12 03:32:57.178 INFO E| Downloaded reqwest v0.11.16
25762024-12-12T03:32:57.546Z[ helios-setup] Dec 12 03:32:57.192 INFO E| Downloaded hyper v0.14.25
25772024-12-12T03:32:57.632Z[ helios-setup] Dec 12 03:32:57.278 INFO E| Downloaded h2 v0.3.16
25782024-12-12T03:32:57.644Z[ helios-setup] Dec 12 03:32:57.290 INFO E| Downloaded git2 v0.16.1
25792024-12-12T03:32:57.657Z[ helios-setup] Dec 12 03:32:57.303 INFO E| Downloaded futures-util v0.3.28
25802024-12-12T03:32:57.677Z[ helios-setup] Dec 12 03:32:57.323 INFO E| Downloaded regex v1.7.3
25812024-12-12T03:32:57.691Z[ helios-setup] Dec 12 03:32:57.337 INFO E| Downloaded clap_builder v4.2.1
25822024-12-12T03:32:57.702Z[ helios-setup] Dec 12 03:32:57.348 INFO E| Downloaded chrono v0.4.24
25832024-12-12T03:32:57.714Z[ helios-setup] Dec 12 03:32:57.360 INFO E| Downloaded rustls v0.21.0
25842024-12-12T03:32:57.732Z[ helios-setup] Dec 12 03:32:57.378 INFO E| Downloaded regress v0.5.0
25852024-12-12T03:32:57.747Z[ helios-setup] Dec 12 03:32:57.394 INFO E| Downloaded rustls-webpki v0.100.1
25862024-12-12T03:32:57.754Z[ helios-setup] Dec 12 03:32:57.401 INFO E| Downloaded rhai v1.14.0
25872024-12-12T03:32:57.774Z[ helios-setup] Dec 12 03:32:57.420 INFO E| Downloaded tokio-util v0.7.7
25882024-12-12T03:32:57.784Z[ helios-setup] Dec 12 03:32:57.430 INFO E| Downloaded openapiv3 v1.0.2
25892024-12-12T03:32:57.803Z[ helios-setup] Dec 12 03:32:57.449 INFO E| Downloaded rayon-core v1.10.2
25902024-12-12T03:32:57.809Z[ helios-setup] Dec 12 03:32:57.455 INFO E| Downloaded serde v1.0.204
25912024-12-12T03:32:57.815Z[ helios-setup] Dec 12 03:32:57.461 INFO E| Downloaded crossbeam-channel v0.5.6
25922024-12-12T03:32:57.846Z[ helios-setup] Dec 12 03:32:57.492 INFO E| Downloaded num-traits v0.2.15
25932024-12-12T03:32:57.850Z[ helios-setup] Dec 12 03:32:57.496 INFO E| Downloaded memchr v2.5.0
25942024-12-12T03:32:57.861Z[ helios-setup] Dec 12 03:32:57.508 INFO E| Downloaded futures v0.3.28
25952024-12-12T03:32:57.870Z[ helios-setup] Dec 12 03:32:57.516 INFO E| Downloaded textwrap v0.16.0
25962024-12-12T03:32:57.873Z[ helios-setup] Dec 12 03:32:57.519 INFO E| Downloaded toml v0.5.11
25972024-12-12T03:32:57.877Z[ helios-setup] Dec 12 03:32:57.523 INFO E| Downloaded tokio v1.27.0
25982024-12-12T03:32:57.932Z[ helios-setup] Dec 12 03:32:57.578 INFO E| Downloaded proc-macro2 v1.0.86
25992024-12-12T03:32:57.937Z[ helios-setup] Dec 12 03:32:57.583 INFO E| Downloaded unicode-bidi v0.3.13
26002024-12-12T03:32:57.940Z[ helios-setup] Dec 12 03:32:57.586 INFO E| Downloaded typenum v1.16.0
26012024-12-12T03:32:57.943Z[ helios-setup] Dec 12 03:32:57.590 INFO E| Downloaded toml v0.7.3
26022024-12-12T03:32:57.948Z[ helios-setup] Dec 12 03:32:57.595 INFO E| Downloaded tinyvec v1.6.0
26032024-12-12T03:32:57.953Z[ helios-setup] Dec 12 03:32:57.599 INFO E| Downloaded socket2 v0.4.9
26042024-12-12T03:32:57.956Z[ helios-setup] Dec 12 03:32:57.603 INFO E| Downloaded parking_lot v0.12.1
26052024-12-12T03:32:57.960Z[ helios-setup] Dec 12 03:32:57.606 INFO E| Downloaded crossbeam-utils v0.8.14
26062024-12-12T03:32:57.964Z[ helios-setup] Dec 12 03:32:57.610 INFO E| Downloaded rhai_codegen v1.5.0
26072024-12-12T03:32:57.977Z[ helios-setup] Dec 12 03:32:57.623 INFO E| Downloaded pin-project-lite v0.2.9
26082024-12-12T03:32:57.985Z[ helios-setup] Dec 12 03:32:57.631 INFO E| Downloaded parking_lot_core v0.9.6
26092024-12-12T03:32:57.989Z[ helios-setup] Dec 12 03:32:57.635 INFO E| Downloaded num_enum_derive v0.5.7
26102024-12-12T03:32:57.992Z[ helios-setup] Dec 12 03:32:57.637 INFO E| Downloaded libc v0.2.139
26112024-12-12T03:32:58.039Z[ helios-setup] Dec 12 03:32:57.684 INFO E| Downloaded lock_api v0.4.9
26122024-12-12T03:32:58.042Z[ helios-setup] Dec 12 03:32:57.688 INFO E| Downloaded ipnet v2.7.2
26132024-12-12T03:32:58.045Z[ helios-setup] Dec 12 03:32:57.691 INFO E| Downloaded getrandom v0.2.8
26142024-12-12T03:32:58.048Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26152024-12-12T03:32:58.051Z[ helios-setup] Dec 12 03:32:57.695 INFO E| Downloaded smartstring v1.0.1
26162024-12-12T03:32:58.053Z[ helios-setup] Dec 12 03:32:57.698 INFO E| Downloaded futures-channel v0.3.28
26172024-12-12T03:32:58.056Z[ helios-setup] Dec 12 03:32:57.701 INFO E| Downloaded smallvec v1.10.0
26182024-12-12T03:32:58.059Z[ helios-setup] Dec 12 03:32:57.705 INFO E| Downloaded io-lifetimes v1.0.10
26192024-12-12T03:32:58.062Z[ helios-setup] Dec 12 03:32:57.709 INFO E| Downloaded toml_datetime v0.6.1
26202024-12-12T03:32:58.065Z[ helios-setup] Dec 12 03:32:57.710 INFO E| Downloaded tokio-macros v2.0.0
26212024-12-12T03:32:58.068Z[ helios-setup] Dec 12 03:32:57.712 INFO E| Downloaded thiserror v1.0.38
26222024-12-12T03:32:58.073Z[ helios-setup] Dec 12 03:32:57.719 INFO E| Downloaded sha2 v0.10.6
26232024-12-12T03:32:58.077Z[ helios-setup] Dec 12 03:32:57.723 INFO E| Downloaded semver v1.0.17
26242024-12-12T03:32:58.081Z[ helios-setup] Dec 12 03:32:57.727 INFO E| Downloaded rustfmt-wrapper v0.2.0
26252024-12-12T03:32:58.084Z[ helios-setup] Dec 12 03:32:57.730 INFO E| Downloaded httparse v1.8.0
26262024-12-12T03:32:58.087Z[ helios-setup] Dec 12 03:32:57.733 INFO E| Downloaded itoa v1.0.6
26272024-12-12T03:32:58.089Z[ helios-setup] Dec 12 03:32:57.735 INFO E| Downloaded rustls-pemfile v1.0.2
26282024-12-12T03:32:58.092Z[ helios-setup] Dec 12 03:32:57.737 INFO E| Downloaded pkg-config v0.3.26
26292024-12-12T03:32:58.095Z[ helios-setup] Dec 12 03:32:57.739 INFO E| Downloaded crossbeam-deque v0.8.2
26302024-12-12T03:32:58.097Z[ helios-setup] Dec 12 03:32:57.741 INFO E| Downloaded bytes v1.4.0
26312024-12-12T03:32:58.100Z[ helios-setup] Dec 12 03:32:57.747 INFO E| Downloaded thiserror-impl v1.0.38
26322024-12-12T03:32:58.103Z[ helios-setup] Dec 12 03:32:57.749 INFO E| Downloaded proc-macro-crate v1.2.1
26332024-12-12T03:32:58.105Z[ helios-setup] Dec 12 03:32:57.750 INFO E| Downloaded num_cpus v1.15.0
26342024-12-12T03:32:58.108Z[ helios-setup] Dec 12 03:32:57.754 INFO E| Downloaded strsim v0.10.0
26352024-12-12T03:32:58.111Z[ helios-setup] Dec 12 03:32:57.756 INFO E| Downloaded smawk v0.3.1
26362024-12-12T03:32:58.113Z[ helios-setup] Dec 12 03:32:57.759 INFO E| Downloaded slab v0.4.7
26372024-12-12T03:32:58.116Z[ helios-setup] Dec 12 03:32:57.761 INFO E| Downloaded sha1 v0.10.5
26382024-12-12T03:32:58.118Z[ helios-setup] Dec 12 03:32:57.763 INFO E| Downloaded serde_tokenstream v0.2.0
26392024-12-12T03:32:58.122Z[ helios-setup] Dec 12 03:32:57.768 INFO E| Downloaded serde_spanned v0.6.1
26402024-12-12T03:32:58.124Z[ helios-setup] Dec 12 03:32:57.770 INFO E| Downloaded serde_path_to_error v0.1.11
26412024-12-12T03:32:58.126Z[ helios-setup] Dec 12 03:32:57.772 INFO E| Downloaded lazy_static v1.4.0
26422024-12-12T03:32:58.132Z[ helios-setup] Dec 12 03:32:57.774 INFO E| Downloaded jobserver v0.1.26
26432024-12-12T03:32:58.215Z[ helios-setup] Dec 12 03:32:57.861 INFO E| Downloaded paste v1.0.12
26442024-12-12T03:32:58.219Z[ helios-setup] Dec 12 03:32:57.866 INFO E| Downloaded schemars_derive v0.8.12
26452024-12-12T03:32:58.222Z[ helios-setup] Dec 12 03:32:57.868 INFO E| Downloaded num-integer v0.1.45
26462024-12-12T03:32:58.225Z[ helios-setup] Dec 12 03:32:57.870 INFO E| Downloaded memoffset v0.7.1
26472024-12-12T03:32:58.228Z[ helios-setup] Dec 12 03:32:57.872 INFO E| Downloaded is-terminal v0.4.7
26482024-12-12T03:32:58.230Z[ helios-setup] Dec 12 03:32:57.874 INFO E| Downloaded futures-task v0.3.28
26492024-12-12T03:32:58.230Z[ helios-setup] Dec 12 03:32:57.876 INFO E| Downloaded percent-encoding v2.2.0
26502024-12-12T03:32:58.233Z[ helios-setup] Dec 12 03:32:57.877 INFO E| Downloaded iana-time-zone v0.1.56
26512024-12-12T03:32:58.235Z[ helios-setup] Dec 12 03:32:57.880 INFO E| Downloaded httpdate v1.0.2
26522024-12-12T03:32:58.235Z[ helios-setup] Dec 12 03:32:57.882 INFO E| Downloaded home v0.5.4
26532024-12-12T03:32:58.238Z[ helios-setup] Dec 12 03:32:57.883 INFO E| Downloaded futures-executor v0.3.28
26542024-12-12T03:32:58.240Z[ helios-setup] Dec 12 03:32:57.885 INFO E| Downloaded http-body v0.4.5
26552024-12-12T03:32:58.243Z[ helios-setup] Dec 12 03:32:57.887 INFO E| Downloaded futures-macro v0.3.28
26562024-12-12T03:32:58.243Z[ helios-setup] Dec 12 03:32:57.889 INFO E| Downloaded futures-io v0.3.28
26572024-12-12T03:32:58.245Z[ helios-setup] Dec 12 03:32:57.890 INFO E| Downloaded form_urlencoded v1.1.0
26582024-12-12T03:32:58.246Z[ helios-setup] Dec 12 03:32:57.891 INFO E| Downloaded fastrand v1.9.0
26592024-12-12T03:32:58.248Z[ helios-setup] Dec 12 03:32:57.893 INFO E| Downloaded errno v0.3.1
26602024-12-12T03:32:58.251Z[ helios-setup] Dec 12 03:32:57.896 INFO E| Downloaded either v1.8.0
26612024-12-12T03:32:58.253Z[ helios-setup] Dec 12 03:32:57.898 INFO E| Downloaded dyn-clone v1.0.11
26622024-12-12T03:32:58.256Z[ helios-setup] Dec 12 03:32:57.901 INFO E| Downloaded digest v0.10.6
26632024-12-12T03:32:58.259Z[ helios-setup] Dec 12 03:32:57.904 INFO E| Downloaded ahash v0.8.3
26642024-12-12T03:32:58.321Z[ helios-setup] Dec 12 03:32:57.967 INFO E| Downloaded encoding_rs v0.8.32
26652024-12-12T03:32:58.456Z[ helios-setup] Dec 12 03:32:58.102 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26662024-12-12T03:32:58.636Z[ helios-setup] Dec 12 03:32:58.282 INFO E| Downloaded libz-sys v1.1.8
26672024-12-12T03:32:58.938Z[ helios-setup] Dec 12 03:32:58.583 INFO E| Compiling proc-macro2 v1.0.86
26682024-12-12T03:32:58.938Z[ helios-setup] Dec 12 03:32:58.584 INFO E| Compiling libc v0.2.139
26692024-12-12T03:32:58.940Z[ helios-setup] Dec 12 03:32:58.584 INFO E| Compiling unicode-ident v1.0.8
26702024-12-12T03:32:58.940Z[ helios-setup] Dec 12 03:32:58.584 INFO E| Compiling autocfg v1.1.0
26712024-12-12T03:32:58.940Z[ helios-setup] Dec 12 03:32:58.584 INFO E| Compiling cfg-if v1.0.0
26722024-12-12T03:32:58.940Z[ helios-setup] Dec 12 03:32:58.584 INFO E| Compiling version_check v0.9.4
26732024-12-12T03:32:58.940Z[ helios-setup] Dec 12 03:32:58.584 INFO E| Compiling serde v1.0.204
26742024-12-12T03:32:58.941Z[ helios-setup] Dec 12 03:32:58.584 INFO E| Compiling syn v1.0.107
26752024-12-12T03:32:59.522Z[ helios-setup] Dec 12 03:32:59.168 INFO E| Compiling memchr v2.5.0
26762024-12-12T03:33:00.334Z[ host-package] Compiling fastrand v2.1.1
26772024-12-12T03:33:00.453Z[ helios-setup] Dec 12 03:33:00.098 INFO E| Compiling once_cell v1.17.0
26782024-12-12T03:33:00.518Z[ helios-setup] Dec 12 03:33:00.164 INFO E| Compiling log v0.4.17
26792024-12-12T03:33:00.736Z[ helios-setup] Dec 12 03:33:00.382 INFO E| Compiling thiserror v1.0.38
26802024-12-12T03:33:01.049Z[ host-package] Compiling same-file v1.0.6
26812024-12-12T03:33:01.170Z[ helios-setup] Dec 12 03:33:00.815 INFO E| Compiling serde_json v1.0.95
26822024-12-12T03:33:01.473Z[ helios-setup] Dec 12 03:33:01.119 INFO E| Compiling itoa v1.0.6
26832024-12-12T03:33:02.718Z[ helios-setup] Dec 12 03:33:02.364 INFO E| Compiling indexmap v1.9.3
26842024-12-12T03:33:02.793Z[ helios-setup] Dec 12 03:33:02.439 INFO E| Compiling pin-project-lite v0.2.9
26852024-12-12T03:33:02.969Z[ helios-setup] Dec 12 03:33:02.615 INFO E| Compiling quote v1.0.36
26862024-12-12T03:33:03.104Z[ helios-setup] Dec 12 03:33:02.749 INFO E| Compiling jobserver v0.1.26
26872024-12-12T03:33:03.469Z[ helios-setup] Dec 12 03:33:03.115 INFO E| Compiling getrandom v0.2.8
26882024-12-12T03:33:03.545Z[ host-package] Compiling walkdir v2.5.0
26892024-12-12T03:33:03.750Z[ helios-setup] Dec 12 03:33:03.396 INFO E| Compiling syn v2.0.72
26902024-12-12T03:33:04.114Z[ helios-setup] Dec 12 03:33:03.760 INFO E| Compiling cc v1.0.78
26912024-12-12T03:33:04.188Z[ helios-setup] Dec 12 03:33:03.834 INFO E| Compiling scopeguard v1.1.0
26922024-12-12T03:33:04.309Z[ helios-setup] Dec 12 03:33:03.955 INFO E| Compiling num-integer v0.1.45
26932024-12-12T03:33:04.312Z[ helios-setup] Dec 12 03:33:03.956 INFO E| Compiling futures-core v0.3.28
26942024-12-12T03:33:04.838Z[ host-package] Compiling tempfile v3.13.0
26952024-12-12T03:33:05.075Z[ helios-setup] Dec 12 03:33:04.721 INFO E| Compiling bytes v1.4.0
26962024-12-12T03:33:05.510Z[ helios-setup] Dec 12 03:33:05.156 INFO E| Compiling ryu v1.0.13
26972024-12-12T03:33:06.675Z[ host-package] Compiling ring v0.16.20
26982024-12-12T03:33:06.710Z[ helios-setup] Dec 12 03:33:06.355 INFO E| Compiling lock_api v0.4.9
26992024-12-12T03:33:06.858Z[ helios-setup] Dec 12 03:33:06.504 INFO E| Compiling typenum v1.16.0
27002024-12-12T03:33:07.052Z[ helios-setup] Dec 12 03:33:06.698 INFO E| Compiling parking_lot_core v0.9.6
27012024-12-12T03:33:07.211Z[ host-package] Compiling blake3 v1.5.4
27022024-12-12T03:33:07.790Z[ helios-setup] Dec 12 03:33:07.436 INFO E| Compiling bitflags v1.3.2
27032024-12-12T03:33:08.021Z[ helios-setup] Dec 12 03:33:07.667 INFO E| Compiling num_cpus v1.15.0
27042024-12-12T03:33:08.298Z[ helios-setup] Dec 12 03:33:07.944 INFO E| Compiling slab v0.4.7
27052024-12-12T03:33:08.368Z[ helios-setup] Dec 12 03:33:08.013 INFO E| Compiling generic-array v0.14.6
27062024-12-12T03:33:08.396Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27072024-12-12T03:33:08.435Z[ helios-setup] Dec 12 03:33:08.080 INFO E| Compiling futures-channel v0.3.28
27082024-12-12T03:33:08.587Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27092024-12-12T03:33:08.631Z[ helios-setup] Dec 12 03:33:08.276 INFO E| Compiling futures-sink v0.3.28
27102024-12-12T03:33:08.662Z[ helios-setup] Dec 12 03:33:08.308 INFO E| Compiling futures-task v0.3.28
27112024-12-12T03:33:08.801Z[ host-package] Compiling xattr v1.3.1
27122024-12-12T03:33:09.484Z[ helios-setup] Dec 12 03:33:09.130 INFO E| Compiling tokio v1.27.0
27132024-12-12T03:33:09.527Z[ host-package] Compiling memmap2 v0.9.5
27142024-12-12T03:33:09.711Z[ host-package] Compiling filetime v0.2.25
27152024-12-12T03:33:09.714Z[ helios-setup] Dec 12 03:33:09.360 INFO E| Compiling futures-util v0.3.28
27162024-12-12T03:33:09.717Z[ helios-setup] Dec 12 03:33:09.361 INFO E| Compiling schemars v0.8.12
27172024-12-12T03:33:10.196Z[ host-package] Compiling spin v0.5.2
27182024-12-12T03:33:10.299Z[ host-package] Compiling arrayref v0.3.9
27192024-12-12T03:33:10.724Z[ host-package] Compiling arrayvec v0.7.6
27202024-12-12T03:33:10.809Z[ host-package] Compiling keccak v0.1.5
27212024-12-12T03:33:10.936Z[ helios-setup] Dec 12 03:33:10.582 INFO E| Compiling socket2 v0.4.9
27222024-12-12T03:33:11.026Z[ helios-setup] Dec 12 03:33:10.670 INFO E| Compiling signal-hook-registry v1.4.0
27232024-12-12T03:33:11.179Z[ helios-setup] Dec 12 03:33:10.825 INFO E| Compiling mio v0.8.5
27242024-12-12T03:33:11.354Z[ helios-setup] Dec 12 03:33:10.999 INFO E| Compiling num-traits v0.2.15
27252024-12-12T03:33:11.595Z[ host-package] Compiling constant_time_eq v0.3.1
27262024-12-12T03:33:11.674Z[ helios-setup] Dec 12 03:33:11.319 INFO E| Compiling ahash v0.7.6
27272024-12-12T03:33:12.458Z[ helios-setup] Dec 12 03:33:12.103 INFO E| Compiling futures-io v0.3.28
27282024-12-12T03:33:12.790Z[ helios-setup] Dec 12 03:33:12.435 INFO E| Compiling io-lifetimes v1.0.10
27292024-12-12T03:33:12.840Z[ host-package] Compiling sha3 v0.10.8
27302024-12-12T03:33:12.946Z[ host-package] Compiling tar v0.4.42
27312024-12-12T03:33:13.176Z[ helios-setup] Dec 12 03:33:12.822 INFO E| Compiling pin-utils v0.1.0
27322024-12-12T03:33:13.553Z[ helios-setup] Dec 12 03:33:13.198 INFO E| Compiling crunchy v0.2.2
27332024-12-12T03:33:14.171Z[ host-package] Compiling camino-tempfile v1.1.1
27342024-12-12T03:33:14.466Z[ host-package] Compiling toolchain_find v0.4.0
27352024-12-12T03:33:15.021Z[ helios-setup] Dec 12 03:33:14.664 INFO E| Compiling ahash v0.8.3
27362024-12-12T03:33:15.138Z[ helios-setup] Dec 12 03:33:14.783 INFO E| Compiling rustix v0.37.3
27372024-12-12T03:33:15.141Z[ helios-setup] Dec 12 03:33:14.783 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27382024-12-12T03:33:15.172Z[ host-package] Compiling const_format_proc_macros v0.2.33
27392024-12-12T03:33:15.422Z[ host-package] Compiling topological-sort v0.2.2
27402024-12-12T03:33:15.524Z[ host-package] Compiling maplit v1.0.2
27412024-12-12T03:33:15.734Z[ helios-setup] Dec 12 03:33:15.358 INFO E| Compiling serde_derive_internals v0.26.0
27422024-12-12T03:33:16.044Z[ host-package] Compiling crunchy v0.2.2
27432024-12-12T03:33:16.052Z[ helios-setup] Dec 12 03:33:15.697 INFO E| Compiling tiny-keccak v2.0.2
27442024-12-12T03:33:16.107Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27452024-12-12T03:33:16.216Z[ helios-setup] Dec 12 03:33:15.861 INFO E| Compiling hashbrown v0.12.3
27462024-12-12T03:33:16.550Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27472024-12-12T03:33:16.741Z[ host-package] Compiling omicron-zone-package v0.11.1
27482024-12-12T03:33:16.927Z[ helios-setup] Dec 12 03:33:16.467 INFO E| Compiling crypto-common v0.1.6
27492024-12-12T03:33:17.022Z[ helios-setup] Dec 12 03:33:16.667 INFO E| Compiling block-buffer v0.10.3
27502024-12-12T03:33:17.501Z[ host-package] Compiling tiny-keccak v2.0.2
27512024-12-12T03:33:17.653Z[ host-package] Compiling dsl_auto_type v0.1.2
27522024-12-12T03:33:17.835Z[ helios-setup] Dec 12 03:33:17.480 INFO E| Compiling errno v0.3.1
27532024-12-12T03:33:17.894Z[ host-package] Compiling phf_generator v0.11.2
27542024-12-12T03:33:18.297Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27552024-12-12T03:33:18.513Z[ host-package] Compiling secrecy v0.8.0
27562024-12-12T03:33:18.585Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27572024-12-12T03:33:18.644Z[ helios-setup] Dec 12 03:33:18.289 INFO E| Compiling crossbeam-utils v0.8.14
27582024-12-12T03:33:18.794Z[ host-package] Compiling const_format v0.2.33
27592024-12-12T03:33:18.797Z[ helios-setup] Dec 12 03:33:18.443 INFO E| Compiling pkg-config v0.3.26
27602024-12-12T03:33:18.798Z[ helios-setup] Dec 12 03:33:18.443 INFO E| Compiling fnv v1.0.7
27612024-12-12T03:33:19.043Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27622024-12-12T03:33:19.112Z[ helios-setup] Dec 12 03:33:18.757 INFO E| Compiling slog v2.7.0
27632024-12-12T03:33:19.252Z[ host-package] Compiling r2d2 v0.8.10
27642024-12-12T03:33:19.633Z[ helios-setup] Dec 12 03:33:19.277 INFO E| Compiling http v0.2.9
27652024-12-12T03:33:20.553Z[ host-package] Compiling diesel_derives v2.2.3
27662024-12-12T03:33:20.811Z[ host-package] Compiling phf_codegen v0.11.2
27672024-12-12T03:33:21.026Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27682024-12-12T03:33:21.159Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
27692024-12-12T03:33:21.159Z[ host-package] Compiling ascii-canvas v3.0.0
27702024-12-12T03:33:21.225Z[ helios-setup] Dec 12 03:33:20.869 INFO E| Compiling digest v0.10.6
27712024-12-12T03:33:21.447Z[ host-package] Compiling universal-hash v0.5.1
27722024-12-12T03:33:22.058Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27732024-12-12T03:33:22.214Z[ helios-setup] Dec 12 03:33:21.857 INFO E| Compiling aho-corasick v0.7.20
27742024-12-12T03:33:22.216Z[ helios-setup] Dec 12 03:33:21.857 INFO E| Compiling heck v0.4.1
27752024-12-12T03:33:22.280Z[ host-package] Compiling parse-zoneinfo v0.3.1
27762024-12-12T03:33:22.293Z[ helios-setup] Dec 12 03:33:21.938 INFO E| Compiling regex-syntax v0.6.29
27772024-12-12T03:33:23.156Z[ helios-setup] Dec 12 03:33:22.801 INFO E| Compiling anyhow v1.0.68
27782024-12-12T03:33:24.489Z[ helios-setup] Dec 12 03:33:24.134 INFO E| Compiling httparse v1.8.0
27792024-12-12T03:33:25.280Z[ host-package] Compiling lzma-sys v0.1.20
27802024-12-12T03:33:25.468Z[ helios-setup] Dec 12 03:33:25.112 INFO E| Compiling thiserror-impl v1.0.38
27812024-12-12T03:33:25.637Z[ helios-setup] Dec 12 03:33:25.281 INFO E| Compiling schemars_derive v0.8.12
27822024-12-12T03:33:25.743Z[ helios-setup] Dec 12 03:33:25.387 INFO E| Compiling tinyvec_macros v0.1.1
27832024-12-12T03:33:26.128Z[ helios-setup] Dec 12 03:33:25.772 INFO E| Compiling unicode-width v0.1.10
27842024-12-12T03:33:26.366Z[ helios-setup] Dec 12 03:33:26.011 INFO E| Compiling serde_derive v1.0.204
27852024-12-12T03:33:26.600Z[ helios-setup] Dec 12 03:33:26.244 INFO E| Compiling futures-macro v0.3.28
27862024-12-12T03:33:26.766Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27872024-12-12T03:33:26.870Z[ host-package] Compiling ena v0.14.3
27882024-12-12T03:33:26.900Z[ helios-setup] Dec 12 03:33:26.544 INFO E| Compiling tokio-macros v2.0.0
27892024-12-12T03:33:27.207Z[ helios-setup] Dec 12 03:33:26.851 INFO E| Compiling percent-encoding v2.2.0
27902024-12-12T03:33:27.449Z[ host-package] Compiling opaque-debug v0.3.1
27912024-12-12T03:33:27.781Z[ host-package] Compiling diff v0.1.13
27922024-12-12T03:33:28.031Z[ host-package] Compiling regex-syntax v0.6.29
27932024-12-12T03:33:28.114Z[ helios-setup] Dec 12 03:33:27.758 INFO E| Compiling cpufeatures v0.2.5
27942024-12-12T03:33:28.513Z[ helios-setup] Dec 12 03:33:28.157 INFO E| Compiling form_urlencoded v1.1.0
27952024-12-12T03:33:28.690Z[ helios-setup] Dec 12 03:33:28.334 INFO E| Compiling tinyvec v1.6.0
27962024-12-12T03:33:29.095Z[ host-package] Compiling cfg_aliases v0.1.1
27972024-12-12T03:33:29.492Z[ host-package] Compiling nix v0.28.0
27982024-12-12T03:33:29.851Z[ helios-setup] Dec 12 03:33:29.495 INFO E| Compiling regex v1.7.3
27992024-12-12T03:33:30.079Z[ helios-setup] Dec 12 03:33:29.723 INFO E| Compiling const-random-macro v0.1.15
28002024-12-12T03:33:31.030Z[ host-package] Compiling poly1305 v0.8.0
28012024-12-12T03:33:31.904Z[ helios-setup] Dec 12 03:33:31.548 INFO E| Compiling hashbrown v0.13.2
28022024-12-12T03:33:32.124Z[ helios-setup] Dec 12 03:33:31.769 INFO E| Compiling libz-sys v1.1.8
28032024-12-12T03:33:32.683Z[ helios-setup] Dec 12 03:33:32.327 INFO E| Compiling chrono v0.4.24
28042024-12-12T03:33:34.367Z[ host-package] Compiling thiserror-no-std v2.0.2
28052024-12-12T03:33:35.219Z[ host-package] Compiling chrono-tz-build v0.4.0
28062024-12-12T03:33:35.679Z[ helios-setup] Dec 12 03:33:35.322 INFO E| Compiling uuid v1.3.0
28072024-12-12T03:33:36.081Z[ helios-setup] Dec 12 03:33:35.725 INFO E| Compiling dyn-clone v1.0.11
28082024-12-12T03:33:36.939Z[ helios-setup] Dec 12 03:33:36.583 INFO E| Compiling unicode-normalization v0.1.22
28092024-12-12T03:33:36.984Z[ helios-setup] Dec 12 03:33:36.628 INFO E| Compiling regress v0.5.0
28102024-12-12T03:33:37.833Z[ host-package] Compiling lalrpop v0.19.12
28112024-12-12T03:33:37.873Z[ helios-setup] Dec 12 03:33:37.517 INFO E| Compiling const-random v0.1.15
28122024-12-12T03:33:39.141Z[ helios-setup] Dec 12 03:33:38.784 INFO E| Compiling getopts v0.2.21
28132024-12-12T03:33:39.833Z[ helios-setup] Dec 12 03:33:39.477 INFO E| Compiling tracing-core v0.1.30
28142024-12-12T03:33:39.960Z[ helios-setup] Dec 12 03:33:39.603 INFO E| Compiling memoffset v0.7.1
28152024-12-12T03:33:41.057Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28162024-12-12T03:33:41.185Z[ helios-setup] Dec 12 03:33:40.829 INFO E| Compiling powerfmt v0.2.0
28172024-12-12T03:33:42.500Z[ helios-setup] Dec 12 03:33:42.142 INFO E| Compiling time-core v0.1.2
28182024-12-12T03:33:42.751Z[ helios-setup] Dec 12 03:33:42.395 INFO E| Compiling unicode-bidi v0.3.13
28192024-12-12T03:33:43.022Z[ helios-setup] Dec 12 03:33:42.666 INFO E| Compiling ucd-trie v0.1.5
28202024-12-12T03:33:43.467Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28212024-12-12T03:33:44.194Z[ helios-setup] Dec 12 03:33:43.837 INFO E| Compiling num-conv v0.1.0
28222024-12-12T03:33:44.330Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28232024-12-12T03:33:44.540Z[ host-package] Compiling diesel v2.2.4
28242024-12-12T03:33:44.935Z[ host-package] Compiling chacha20 v0.9.1
28252024-12-12T03:33:44.993Z[ helios-setup] Dec 12 03:33:44.625 INFO E| Compiling idna v0.3.0
28262024-12-12T03:33:45.129Z[ helios-setup] Dec 12 03:33:44.773 INFO E| Compiling time-macros v0.2.18
28272024-12-12T03:33:46.190Z[ host-package] Compiling heck v0.3.3
28282024-12-12T03:33:46.228Z[ helios-setup] Dec 12 03:33:45.871 INFO E| Compiling pest v2.5.7
28292024-12-12T03:33:47.168Z[ host-package] Compiling aead v0.5.2
28302024-12-12T03:33:48.030Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28312024-12-12T03:33:48.664Z[ helios-setup] Dec 12 03:33:48.307 INFO E| Compiling deranged v0.3.11
28322024-12-12T03:33:49.287Z[ helios-setup] Dec 12 03:33:48.930 INFO E| Compiling tracing v0.1.37
28332024-12-12T03:33:50.106Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28342024-12-12T03:33:51.159Z[ host-package] Compiling ref-cast v1.0.23
28352024-12-12T03:33:51.826Z[ helios-setup] Dec 12 03:33:51.468 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28362024-12-12T03:33:52.476Z[ host-package] Compiling vte v0.11.1
28372024-12-12T03:33:53.090Z[ helios-setup] Dec 12 03:33:52.733 INFO E| Compiling time v0.1.45
28382024-12-12T03:33:53.438Z[ helios-setup] Dec 12 03:33:53.081 INFO E| Compiling crossbeam-epoch v0.9.13
28392024-12-12T03:33:53.525Z[ helios-setup] Dec 12 03:33:53.167 INFO E| Compiling num_threads v0.1.6
28402024-12-12T03:33:53.991Z[ helios-setup] Dec 12 03:33:53.634 INFO E| Compiling toml v0.5.11
28412024-12-12T03:33:54.455Z[ helios-setup] Dec 12 03:33:54.097 INFO E| Compiling smallvec v1.10.0
28422024-12-12T03:33:54.597Z[ host-package] Compiling chacha20poly1305 v0.10.1
28432024-12-12T03:33:55.155Z[ host-package] Compiling zone_cfg_derive v0.1.2
28442024-12-12T03:33:55.293Z[ helios-setup] Dec 12 03:33:54.935 INFO E| Compiling serde_tokenstream v0.2.0
28452024-12-12T03:33:55.795Z[ host-package] Compiling chrono-tz v0.10.0
28462024-12-12T03:33:56.284Z[ helios-setup] Dec 12 03:33:55.927 INFO E| Compiling iana-time-zone v0.1.56
28472024-12-12T03:33:57.185Z[ helios-setup] Dec 12 03:33:56.827 INFO E| Compiling parking_lot v0.12.1
28482024-12-12T03:33:57.693Z[ host-package] Compiling vsss-rs v3.3.4
28492024-12-12T03:33:57.762Z[ helios-setup] Dec 12 03:33:57.404 INFO E| Compiling semver v1.0.17
28502024-12-12T03:33:58.032Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28512024-12-12T03:33:59.012Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28522024-12-12T03:34:00.023Z[ helios-setup] Dec 12 03:33:59.666 INFO E| Compiling time v0.3.36
28532024-12-12T03:34:00.233Z[ host-package] Compiling derive_builder_core v0.20.2
28542024-12-12T03:34:01.895Z[ helios-setup] Dec 12 03:34:01.538 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28552024-12-12T03:34:03.789Z[ helios-setup] Dec 12 03:34:03.431 INFO E| Compiling url v2.3.1
28562024-12-12T03:34:04.827Z[ host-package] Compiling fd-lock v4.0.2
28572024-12-12T03:34:05.481Z[ host-package] Compiling headers-core v0.3.0
28582024-12-12T03:34:06.056Z[ host-package] Compiling fxhash v0.2.1
28592024-12-12T03:34:06.704Z[ host-package] Compiling libxml v0.3.3
28602024-12-12T03:34:06.777Z[ helios-setup] Dec 12 03:34:06.419 INFO E| Compiling semver-parser v0.10.2
28612024-12-12T03:34:07.182Z[ host-package] Compiling ref-cast-impl v1.0.23
28622024-12-12T03:34:07.305Z[ host-package] Compiling base64 v0.13.1
28632024-12-12T03:34:08.038Z[ helios-setup] Dec 12 03:34:07.680 INFO E| Compiling crossbeam-channel v0.5.6
28642024-12-12T03:34:09.301Z[ host-package] Compiling bytecount v0.6.8
28652024-12-12T03:34:09.959Z[ host-package] Compiling papergrid v0.11.0
28662024-12-12T03:34:10.549Z[ host-package] Compiling ron v0.7.1
28672024-12-12T03:34:10.629Z[ helios-setup] Dec 12 03:34:10.271 INFO E| Compiling dirs-sys-next v0.1.2
28682024-12-12T03:34:11.751Z[ helios-setup] Dec 12 03:34:11.392 INFO E| Compiling same-file v1.0.6
28692024-12-12T03:34:12.268Z[ helios-setup] Dec 12 03:34:11.910 INFO E| Compiling try-lock v0.2.4
28702024-12-12T03:34:13.175Z[ helios-setup] Dec 12 03:34:12.817 INFO E| Compiling crc32fast v1.3.2
28712024-12-12T03:34:14.873Z[ helios-setup] Dec 12 03:34:14.515 INFO E| Compiling want v0.3.0
28722024-12-12T03:34:14.940Z[ helios-setup] Dec 12 03:34:14.582 INFO E| Compiling walkdir v2.3.3
28732024-12-12T03:34:17.774Z[ helios-setup] Dec 12 03:34:17.415 INFO E| Compiling tokio-util v0.7.7
28742024-12-12T03:34:17.891Z[ helios-setup] Dec 12 03:34:17.532 INFO E| Compiling dirs-next v2.0.0
28752024-12-12T03:34:18.701Z[ helios-setup] Dec 12 03:34:18.343 INFO E| Compiling semver v0.11.0
28762024-12-12T03:34:19.062Z[ helios-setup] Dec 12 03:34:18.703 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28772024-12-12T03:34:20.164Z[ helios-setup] Dec 12 03:34:19.806 INFO E| Compiling h2 v0.3.16
28782024-12-12T03:34:21.407Z[ helios-setup] Dec 12 03:34:21.048 INFO E| Compiling proc-macro-crate v1.2.1
28792024-12-12T03:34:23.107Z[ helios-setup] Dec 12 03:34:22.748 INFO E| Compiling futures-executor v0.3.28
28802024-12-12T03:34:25.334Z[ helios-setup] Dec 12 03:34:24.975 INFO E| Compiling http-body v0.4.5
28812024-12-12T03:34:25.447Z[ helios-setup] Dec 12 03:34:25.088 INFO E| Compiling ring v0.16.20
28822024-12-12T03:34:26.532Z[ helios-setup] Dec 12 03:34:26.172 INFO E| Compiling rand_core v0.6.4
28832024-12-12T03:34:27.569Z[ helios-setup] Dec 12 03:34:27.210 INFO E| Compiling thread_local v1.1.7
28842024-12-12T03:34:27.888Z[ helios-setup] Dec 12 03:34:27.529 INFO E| Compiling home v0.5.4
28852024-12-12T03:34:28.144Z[ helios-setup] Dec 12 03:34:27.784 INFO E| Compiling rayon-core v1.10.2
28862024-12-12T03:34:28.425Z[ helios-setup] Dec 12 03:34:28.066 INFO E| Compiling lazy_static v1.4.0
28872024-12-12T03:34:28.889Z[ helios-setup] Dec 12 03:34:28.527 INFO E| Compiling tower-service v0.3.2
28882024-12-12T03:34:29.333Z[ helios-setup] Dec 12 03:34:28.974 INFO E| Compiling ppv-lite86 v0.2.17
28892024-12-12T03:34:29.452Z[ helios-setup] Dec 12 03:34:29.093 INFO E| Compiling adler v1.0.2
28902024-12-12T03:34:29.755Z[ helios-setup] Dec 12 03:34:29.396 INFO E| Compiling httpdate v1.0.2
28912024-12-12T03:34:30.228Z[ helios-setup] Dec 12 03:34:29.869 INFO E| Compiling base64 v0.21.0
28922024-12-12T03:34:31.401Z[ helios-setup] Dec 12 03:34:31.042 INFO E| Compiling fastrand v1.9.0
28932024-12-12T03:34:31.646Z[ helios-setup] Dec 12 03:34:31.285 INFO E| Compiling utf8parse v0.2.1
28942024-12-12T03:34:32.168Z[ helios-setup] Dec 12 03:34:31.808 INFO E| Compiling anstyle-parse v0.1.1
28952024-12-12T03:34:32.323Z[ host-package] Compiling polar-core v0.27.3
28962024-12-12T03:34:32.443Z[ helios-setup] Dec 12 03:34:32.083 INFO E| Compiling tempfile v3.5.0
28972024-12-12T03:34:32.701Z[ helios-setup] Dec 12 03:34:32.341 INFO E| Compiling hyper v0.14.25
28982024-12-12T03:34:33.218Z[ helios-setup] Dec 12 03:34:32.859 INFO E| Compiling rand_chacha v0.3.1
28992024-12-12T03:34:34.056Z[ helios-setup] Dec 12 03:34:33.696 INFO E| Compiling miniz_oxide v0.6.2
29002024-12-12T03:34:35.818Z[ host-package] Compiling headers v0.4.0
29012024-12-12T03:34:36.900Z[ host-package] Compiling derive_builder_macro v0.20.2
29022024-12-12T03:34:37.506Z[ helios-setup] Dec 12 03:34:37.147 INFO E| Compiling toolchain_find v0.2.0
29032024-12-12T03:34:39.213Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29042024-12-12T03:34:42.933Z[ host-package] Compiling zone v0.1.8
29052024-12-12T03:34:49.632Z[ host-package] Compiling xz2 v0.1.7
29062024-12-12T03:34:51.754Z[ helios-setup] Dec 12 03:34:51.393 INFO E| Compiling futures v0.3.28
29072024-12-12T03:34:52.133Z[ helios-setup] Dec 12 03:34:51.773 INFO E| Compiling num_enum_derive v0.5.7
29082024-12-12T03:34:52.150Z[ helios-setup] Dec 12 03:34:51.790 INFO E| Compiling cargo-lock v8.0.3
29092024-12-12T03:34:52.693Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29102024-12-12T03:34:53.717Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29112024-12-12T03:34:54.286Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29122024-12-12T03:34:57.960Z[ helios-setup] Dec 12 03:34:57.599 INFO E| Compiling crossbeam-deque v0.8.2
29132024-12-12T03:34:58.729Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29142024-12-12T03:34:58.929Z[ helios-setup] Dec 12 03:34:58.568 INFO E| Compiling term v0.7.0
29152024-12-12T03:34:59.379Z[ host-package] Compiling tabled_derive v0.7.0
29162024-12-12T03:35:00.153Z[ helios-setup] Dec 12 03:34:59.790 INFO E| Compiling serde_urlencoded v0.7.1
29172024-12-12T03:35:00.211Z[ helios-setup] Dec 12 03:34:59.850 INFO E| Compiling sha2 v0.10.6
29182024-12-12T03:35:00.277Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29192024-12-12T03:35:00.435Z[ helios-setup] Dec 12 03:35:00.074 INFO E| Compiling sha1 v0.10.5
29202024-12-12T03:35:01.570Z[ helios-setup] Dec 12 03:35:01.209 INFO E| Compiling is-terminal v0.4.7
29212024-12-12T03:35:02.055Z[ helios-setup] Dec 12 03:35:01.694 INFO E| Compiling atty v0.2.14
29222024-12-12T03:35:02.223Z[ helios-setup] Dec 12 03:35:01.862 INFO E| Compiling concolor-override v1.0.0
29232024-12-12T03:35:03.767Z[ host-package] Compiling yasna v0.5.2
29242024-12-12T03:35:03.949Z[ helios-setup] Dec 12 03:35:03.588 INFO E| Compiling concolor-query v0.3.3
29252024-12-12T03:35:04.195Z[ helios-setup] Dec 12 03:35:03.834 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29262024-12-12T03:35:04.245Z[ helios-setup] Dec 12 03:35:03.884 INFO E| Compiling anstyle v0.3.5
29272024-12-12T03:35:05.020Z[ host-package] Compiling peg-macros v0.8.4
29282024-12-12T03:35:06.275Z[ helios-setup] Dec 12 03:35:05.914 INFO E| Compiling anstream v0.2.6
29292024-12-12T03:35:07.741Z[ helios-setup] Dec 12 03:35:07.380 INFO E| Compiling slog-term v2.9.0
29302024-12-12T03:35:08.498Z[ helios-setup] Dec 12 03:35:08.137 INFO E| Compiling flate2 v1.0.25
29312024-12-12T03:35:09.076Z[ host-package] Compiling strum_macros v0.24.3
29322024-12-12T03:35:10.405Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332024-12-12T03:35:10.528Z[ helios-setup] Dec 12 03:35:10.167 INFO E| Compiling num_enum v0.5.7
29342024-12-12T03:35:11.028Z[ helios-setup] Dec 12 03:35:10.666 INFO E| Compiling rustfmt-wrapper v0.2.0
29352024-12-12T03:35:11.102Z[ helios-setup] Dec 12 03:35:10.741 INFO E| Compiling rand v0.8.5
29362024-12-12T03:35:11.952Z[ host-package] Compiling kstat-rs v0.2.4
29372024-12-12T03:35:12.609Z[ helios-setup] Dec 12 03:35:12.248 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29382024-12-12T03:35:12.963Z[ host-package] Compiling samael v0.0.17
29392024-12-12T03:35:13.051Z[ helios-setup] Dec 12 03:35:12.689 INFO E| Compiling openapiv3 v1.0.2
29402024-12-12T03:35:13.363Z[ host-package] Compiling sqlparser_derive v0.2.2
29412024-12-12T03:35:13.935Z[ host-package] Compiling unicase v2.7.0
29422024-12-12T03:35:14.870Z[ host-package] Compiling nu-ansi-term v0.50.1
29432024-12-12T03:35:14.889Z[ helios-setup] Dec 12 03:35:14.527 INFO E| Compiling encoding_rs v0.8.32
29442024-12-12T03:35:15.388Z[ host-package] Compiling indoc v1.0.9
29452024-12-12T03:35:15.426Z[ helios-setup] Dec 12 03:35:15.064 INFO E| Compiling spin v0.5.2
29462024-12-12T03:35:15.581Z[ host-package] Compiling home v0.5.9
29472024-12-12T03:35:16.066Z[ helios-setup] Dec 12 03:35:15.704 INFO E| Compiling byteorder v1.4.3
29482024-12-12T03:35:16.217Z[ host-package] Compiling unicode_categories v0.1.1
29492024-12-12T03:35:17.148Z[ host-package] Compiling sqlformat v0.2.6
29502024-12-12T03:35:17.792Z[ host-package] Compiling rustyline v14.0.0
29512024-12-12T03:35:17.795Z[ helios-setup] Dec 12 03:35:17.433 INFO E| Compiling base64 v0.13.1
29522024-12-12T03:35:19.368Z[ helios-setup] Dec 12 03:35:19.007 INFO E| Compiling mime v0.3.17
29532024-12-12T03:35:21.075Z[ helios-setup] Dec 12 03:35:20.713 INFO E| Compiling untrusted v0.7.1
29542024-12-12T03:35:21.163Z[ host-package] Compiling reedline v0.35.0
29552024-12-12T03:35:21.772Z[ helios-setup] Dec 12 03:35:21.410 INFO E| Compiling either v1.8.0
29562024-12-12T03:35:22.005Z[ helios-setup] Dec 12 03:35:21.643 INFO E| Compiling utf-8 v0.7.6
29572024-12-12T03:35:22.105Z[ helios-setup] Dec 12 03:35:21.742 INFO E| Compiling project-root v0.2.2
29582024-12-12T03:35:22.108Z[ helios-setup] Dec 12 03:35:21.745 INFO E| Compiling ipnet v2.7.2
29592024-12-12T03:35:22.293Z[ helios-setup] Dec 12 03:35:21.931 INFO E| Compiling unsafe-libyaml v0.2.8
29602024-12-12T03:35:22.901Z[ helios-setup] Dec 12 03:35:22.538 INFO E| Compiling strsim v0.10.0
29612024-12-12T03:35:23.029Z[ helios-setup] Dec 12 03:35:22.667 INFO E| Compiling clap_lex v0.4.1
29622024-12-12T03:35:24.419Z[ helios-setup] Dec 12 03:35:24.057 INFO E| Compiling clap_builder v4.2.1
29632024-12-12T03:35:26.521Z[ helios-setup] Dec 12 03:35:26.159 INFO E| Compiling serde_yaml v0.9.21
29642024-12-12T03:35:26.564Z[ helios-setup] Dec 12 03:35:26.202 INFO E| Compiling reqwest v0.11.16
29652024-12-12T03:35:27.631Z[ helios-setup] Dec 12 03:35:27.268 INFO E| Compiling tungstenite v0.18.0
29662024-12-12T03:35:28.146Z[ helios-setup] Dec 12 03:35:27.784 INFO E| Compiling rayon v1.6.1
29672024-12-12T03:35:31.619Z[ host-package] Compiling sqlparser v0.45.0
29682024-12-12T03:35:34.083Z[ helios-setup] Dec 12 03:35:33.720 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29692024-12-12T03:35:36.955Z[ helios-setup] Dec 12 03:35:36.592 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29702024-12-12T03:35:38.174Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29712024-12-12T03:35:38.209Z[ helios-setup] Dec 12 03:35:37.845 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29722024-12-12T03:35:40.759Z[ helios-setup] Dec 12 03:35:40.396 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29732024-12-12T03:35:41.199Z[ host-package] Compiling peg v0.8.4
29742024-12-12T03:35:41.234Z[ helios-setup] Dec 12 03:35:40.871 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29752024-12-12T03:35:41.525Z[ host-package] Compiling rcgen v0.12.1
29762024-12-12T03:35:42.611Z[ helios-setup] Dec 12 03:35:42.248 INFO E| Compiling clap_derive v4.2.0
29772024-12-12T03:35:43.510Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
29782024-12-12T03:35:46.228Z[ helios-setup] Dec 12 03:35:45.865 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29792024-12-12T03:35:47.535Z[ host-package] Compiling tabled v0.15.0
29802024-12-12T03:35:52.598Z[ helios-setup] Dec 12 03:35:52.234 INFO E| Compiling clap v4.2.1
29812024-12-12T03:35:53.057Z[ helios-setup] Dec 12 03:35:52.693 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29822024-12-12T03:36:04.571Z[ helios-setup] Dec 12 03:36:04.206 INFO E| Compiling tokio-tungstenite v0.18.0
29832024-12-12T03:36:06.073Z[ helios-setup] Dec 12 03:36:05.708 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29842024-12-12T03:36:09.233Z[ helios-setup] Dec 12 03:36:08.868 INFO E| Compiling smartstring v1.0.1
29852024-12-12T03:36:09.554Z[ host-package] Compiling derive_builder v0.20.2
29862024-12-12T03:36:10.089Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29872024-12-12T03:36:10.490Z[ helios-setup] Dec 12 03:36:10.125 INFO E| Compiling rustls v0.21.0
29882024-12-12T03:36:12.506Z[ helios-setup] Dec 12 03:36:12.141 INFO E| Compiling toml_datetime v0.6.1
29892024-12-12T03:36:14.310Z[ helios-setup] Dec 12 03:36:13.945 INFO E| Compiling serde_spanned v0.6.1
29902024-12-12T03:36:15.063Z[ helios-setup] Dec 12 03:36:14.698 INFO E| Compiling match_cfg v0.1.0
29912024-12-12T03:36:15.478Z[ helios-setup] Dec 12 03:36:15.112 INFO E| Compiling slog-async v2.7.0
29922024-12-12T03:36:16.794Z[ helios-setup] Dec 12 03:36:16.429 INFO E| Compiling winnow v0.4.1
29932024-12-12T03:36:19.241Z[ helios-setup] Dec 12 03:36:18.876 INFO E| Compiling async-trait v0.1.68
29942024-12-12T03:36:20.775Z[ helios-setup] Dec 12 03:36:20.409 INFO E| Compiling paste v1.0.12
29952024-12-12T03:36:20.823Z[ helios-setup] Dec 12 03:36:20.458 INFO E| Compiling static_assertions v1.1.0
29962024-12-12T03:36:21.104Z[ helios-setup] Dec 12 03:36:20.738 INFO E| Compiling camino v1.1.4
29972024-12-12T03:36:23.396Z[ helios-setup] Dec 12 03:36:23.030 INFO E| Compiling hostname v0.3.1
29982024-12-12T03:36:24.003Z[ helios-setup] Dec 12 03:36:23.637 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29992024-12-12T03:36:24.136Z[ helios-setup] Dec 12 03:36:23.770 INFO E| Compiling slog-json v2.6.1
30002024-12-12T03:36:25.115Z[ helios-setup] Dec 12 03:36:24.750 INFO E| Compiling toml_edit v0.19.8
30012024-12-12T03:36:25.234Z[ helios-setup] Dec 12 03:36:24.869 INFO E| Compiling unicode-linebreak v0.1.4
30022024-12-12T03:36:26.550Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30032024-12-12T03:36:28.144Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
30042024-12-12T03:36:28.690Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30052024-12-12T03:36:29.631Z[ host-package] Compiling bcs v0.1.6
30062024-12-12T03:36:30.563Z[ helios-setup] Dec 12 03:36:30.197 INFO E| Compiling async-stream-impl v0.3.5
30072024-12-12T03:36:30.897Z[ host-package] Compiling oso-derive v0.27.3
30082024-12-12T03:36:31.570Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
30092024-12-12T03:36:33.038Z[ helios-setup] Dec 12 03:36:32.667 INFO E| Compiling rhai_codegen v1.5.0
30102024-12-12T03:36:33.150Z[ host-package] Compiling libz-sys v1.1.20
30112024-12-12T03:36:33.298Z[ helios-setup] Dec 12 03:36:32.932 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30122024-12-12T03:36:34.512Z[ helios-setup] Dec 12 03:36:34.145 INFO E| Compiling take_mut v0.2.2
30132024-12-12T03:36:34.999Z[ host-package] Compiling quick-xml v0.33.0
30142024-12-12T03:36:38.218Z[ helios-setup] Dec 12 03:36:37.852 INFO E| Compiling rhai v1.14.0
30152024-12-12T03:36:40.639Z[ helios-setup] Dec 12 03:36:40.272 INFO E| Compiling async-stream v0.3.5
30162024-12-12T03:36:40.738Z[ helios-setup] Dec 12 03:36:40.372 INFO E| Compiling toml v0.7.3
30172024-12-12T03:36:41.716Z[ helios-setup] Dec 12 03:36:41.350 INFO E| Compiling slog-bunyan v2.4.0
30182024-12-12T03:36:45.811Z[ helios-setup] Dec 12 03:36:45.444 INFO E| Compiling rustls-pemfile v1.0.2
30192024-12-12T03:36:46.452Z[ host-package] Compiling subprocess v0.2.9
30202024-12-12T03:36:47.224Z[ helios-setup] Dec 12 03:36:46.857 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30212024-12-12T03:36:47.528Z[ helios-setup] Dec 12 03:36:47.161 INFO E| Compiling serde_path_to_error v0.1.11
30222024-12-12T03:36:47.941Z[ host-package] Compiling diesel-dtrace v0.3.0
30232024-12-12T03:36:48.256Z[ helios-setup] Dec 12 03:36:47.889 INFO E| Compiling bincode v1.3.3
30242024-12-12T03:36:48.804Z[ host-package] Compiling parking_lot_core v0.8.6
30252024-12-12T03:36:50.235Z[ helios-setup] Dec 12 03:36:49.867 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30262024-12-12T03:36:50.299Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30272024-12-12T03:36:50.540Z[ helios-setup] Dec 12 03:36:50.173 INFO E| Compiling terminal_size v0.2.6
30282024-12-12T03:36:51.148Z[ helios-setup] Dec 12 03:36:50.781 INFO E| Compiling smawk v0.3.1
30292024-12-12T03:36:51.903Z[ helios-setup] Dec 12 03:36:51.536 INFO E| Compiling textwrap v0.16.0
30302024-12-12T03:36:54.729Z[ host-package] Compiling oso v0.27.3
30312024-12-12T03:36:58.344Z[ helios-setup] Dec 12 03:36:57.976 INFO E| Compiling rustls-webpki v0.100.1
30322024-12-12T03:37:01.256Z[ helios-setup] Dec 12 03:37:00.888 INFO E| Compiling sct v0.7.0
30332024-12-12T03:37:10.874Z[ helios-setup] Dec 12 03:37:10.506 INFO E| Compiling git2 v0.16.1
30342024-12-12T03:37:10.932Z[ helios-setup] Dec 12 03:37:10.564 INFO E| Compiling tokio-rustls v0.24.0
30352024-12-12T03:37:22.823Z[ helios-setup] Dec 12 03:37:22.454 INFO E| Compiling built v0.6.0
30362024-12-12T03:37:24.513Z[ helios-setup] Dec 12 03:37:24.144 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30372024-12-12T03:37:26.735Z[ helios-setup] Dec 12 03:37:26.366 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30382024-12-12T03:37:27.744Z[ helios-setup] Dec 12 03:37:27.375 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30392024-12-12T03:37:27.988Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30402024-12-12T03:37:31.176Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30412024-12-12T03:37:37.888Z[ helios-setup] Dec 12 03:37:37.518 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30422024-12-12T03:37:40.525Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30432024-12-12T03:37:40.927Z[ helios-setup] Dec 12 03:37:40.557 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30442024-12-12T03:37:45.838Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30452024-12-12T03:37:46.601Z[ host-package] Compiling bb8 v0.8.5
30462024-12-12T03:37:48.194Z[ host-package] Compiling async-bb8-diesel v0.2.1
30472024-12-12T03:37:54.038Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30482024-12-12T03:37:55.919Z[ host-package] Compiling atty v0.2.14
30492024-12-12T03:37:56.394Z[ host-package] Compiling salty v0.3.0
30502024-12-12T03:38:01.561Z[ host-package] Compiling parking_lot v0.11.2
30512024-12-12T03:38:06.069Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30522024-12-12T03:38:15.201Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
30532024-12-12T03:38:17.770Z[ host-package] Compiling sled v0.34.7
30542024-12-12T03:38:24.441Z[ host-package] Compiling mime_guess v2.0.5
30552024-12-12T03:38:26.885Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30562024-12-12T03:38:27.680Z[ host-package] Compiling hickory-client v0.24.1
30572024-12-12T03:38:28.971Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30582024-12-12T03:38:29.411Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30592024-12-12T03:38:29.474Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30602024-12-12T03:38:30.268Z[ helios-setup] Dec 12 03:38:29.895 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30612024-12-12T03:38:33.677Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30622024-12-12T03:38:35.419Z[ host-package] Compiling hickory-server v0.24.1
30632024-12-12T03:38:35.811Z[ host-package] Compiling primeorder v0.13.6
30642024-12-12T03:38:36.425Z[ host-package] Compiling castaway v0.2.3
30652024-12-12T03:38:36.656Z[ host-package] Compiling vergen v8.3.2
30662024-12-12T03:38:36.998Z[ host-package] Compiling env_filter v0.1.2
30672024-12-12T03:38:39.020Z[ host-package] Compiling cargo-platform v0.1.8
30682024-12-12T03:38:39.707Z[ host-package] Compiling nanorand v0.7.0
30692024-12-12T03:38:40.858Z[ host-package] Compiling memoffset v0.9.1
30702024-12-12T03:38:41.559Z[ host-package] Compiling flume v0.11.1
30712024-12-12T03:38:42.516Z[ host-package] Compiling cargo_metadata v0.18.1
30722024-12-12T03:38:50.568Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30732024-12-12T03:38:57.974Z[ host-package] Compiling env_logger v0.11.5
30742024-12-12T03:39:00.659Z[ host-package] Compiling compact_str v0.8.0
30752024-12-12T03:39:02.728Z[ host-package] Compiling git2 v0.19.0
30762024-12-12T03:39:04.370Z[ host-package] Compiling p384 v0.13.0
30772024-12-12T03:39:09.595Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30782024-12-12T03:39:15.993Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30792024-12-12T03:39:20.921Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30802024-12-12T03:39:24.822Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30812024-12-12T03:39:27.650Z[ host-package] Compiling unicode-truncate v1.1.0
30822024-12-12T03:39:28.126Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
30832024-12-12T03:39:28.214Z[ host-package] Compiling lru v0.12.5
30842024-12-12T03:39:28.762Z[ host-package] Compiling rand_seeder v0.3.0
30852024-12-12T03:39:29.312Z[ host-package] Compiling libsqlite3-sys v0.30.1
30862024-12-12T03:39:30.093Z[ host-package] Compiling instability v0.3.2
30872024-12-12T03:39:30.433Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30882024-12-12T03:39:30.815Z[ host-package] Compiling rustls v0.21.12
30892024-12-12T03:39:31.091Z[ host-package] Compiling http-range v0.1.5
30902024-12-12T03:39:31.186Z[ host-package] Compiling cfg_aliases v0.2.1
30912024-12-12T03:39:31.242Z[ host-package] Compiling cassowary v0.3.0
30922024-12-12T03:39:31.354Z[ host-package] Compiling nix v0.29.0
30932024-12-12T03:39:32.093Z[ host-package] Compiling ratatui v0.28.1
30942024-12-12T03:39:32.132Z[ helios-setup] Dec 12 03:39:31.756 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s
30952024-12-12T03:39:32.264Z[ helios-setup] Dec 12 03:39:31.888 INFO building project "pilot" ok (401 seconds)
30962024-12-12T03:39:32.264Z[ helios-setup] Dec 12 03:39:31.888 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30972024-12-12T03:39:32.267Z[ helios-setup] Dec 12 03:39:31.888 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30982024-12-12T03:39:32.276Z[ helios-setup] Dec 12 03:39:31.900 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
30992024-12-12T03:39:32.480Z[ helios-setup] Dec 12 03:39:32.104 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
31002024-12-12T03:39:32.480Z[ helios-setup] Dec 12 03:39:32.104 INFO E| info: downloading component 'cargo'
31012024-12-12T03:39:32.539Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31022024-12-12T03:39:33.683Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31032024-12-12T03:39:34.065Z[ helios-setup] Dec 12 03:39:33.689 INFO E| info: downloading component 'clippy'
31042024-12-12T03:39:34.334Z[ helios-setup] Dec 12 03:39:33.957 INFO E| info: downloading component 'rust-docs'
31052024-12-12T03:39:34.841Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31062024-12-12T03:39:35.062Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31072024-12-12T03:39:35.626Z[ helios-setup] Dec 12 03:39:35.249 INFO E| info: downloading component 'rust-src'
31082024-12-12T03:39:35.716Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31092024-12-12T03:39:35.819Z[ helios-setup] Dec 12 03:39:35.442 INFO E| info: downloading component 'rust-std'
31102024-12-12T03:39:35.926Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
31112024-12-12T03:39:36.054Z[ host-package] Compiling sct v0.7.1
31122024-12-12T03:39:36.589Z[ host-package] Compiling rustls-webpki v0.101.7
31132024-12-12T03:39:38.098Z[ helios-setup] Dec 12 03:39:37.721 INFO E| info: downloading component 'rustc'
31142024-12-12T03:39:39.646Z[ host-package] Compiling csv-core v0.1.11
31152024-12-12T03:39:40.552Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31162024-12-12T03:39:40.588Z[ host-package] Compiling glob v0.3.1
31172024-12-12T03:39:40.806Z[ host-package] Compiling csv v1.3.0
31182024-12-12T03:39:40.996Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31192024-12-12T03:39:42.744Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
31202024-12-12T03:39:43.145Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
31212024-12-12T03:39:43.395Z[ helios-setup] Dec 12 03:39:43.018 INFO E| info: downloading component 'rustfmt'
31222024-12-12T03:39:43.635Z[ helios-setup] Dec 12 03:39:43.258 INFO E| info: installing component 'cargo'
31232024-12-12T03:39:44.549Z[ host-package] Compiling nix v0.27.1
31242024-12-12T03:39:44.971Z[ helios-setup] Dec 12 03:39:44.594 INFO E| info: installing component 'clippy'
31252024-12-12T03:39:45.548Z[ helios-setup] Dec 12 03:39:45.171 INFO E| info: installing component 'rust-docs'
31262024-12-12T03:39:48.430Z[ host-package] Compiling hyper-staticfile v0.10.1
31272024-12-12T03:39:49.020Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31282024-12-12T03:39:50.815Z[ helios-setup] Dec 12 03:39:50.438 INFO E| info: installing component 'rust-src'
31292024-12-12T03:39:51.640Z[ helios-setup] Dec 12 03:39:51.263 INFO E| info: installing component 'rust-std'
31302024-12-12T03:39:53.194Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312024-12-12T03:39:53.597Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31322024-12-12T03:39:54.402Z[ helios-setup] Dec 12 03:39:54.024 INFO E| info: installing component 'rustc'
31332024-12-12T03:39:55.128Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
31342024-12-12T03:39:55.217Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31352024-12-12T03:40:00.900Z[ helios-setup] Dec 12 03:40:00.522 INFO E| info: installing component 'rustfmt'
31362024-12-12T03:40:00.982Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31372024-12-12T03:40:01.100Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31382024-12-12T03:40:01.442Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31392024-12-12T03:40:01.626Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31402024-12-12T03:40:01.740Z[ helios-setup] Dec 12 03:40:01.362 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31412024-12-12T03:40:01.925Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31422024-12-12T03:40:01.985Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31432024-12-12T03:40:02.683Z[ helios-setup] Dec 12 03:40:02.305 INFO E| From https://github.com/oxidecomputer/amd-apcb
31442024-12-12T03:40:02.683Z[ helios-setup] Dec 12 03:40:02.305 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
31452024-12-12T03:40:02.683Z[ helios-setup] Dec 12 03:40:02.305 INFO E| * [new tag] v0.4.3 -> v0.4.3
31462024-12-12T03:40:02.716Z[ helios-setup] Dec 12 03:40:02.338 INFO E| * [new tag] v0.1.3 -> v0.1.3
31472024-12-12T03:40:02.716Z[ helios-setup] Dec 12 03:40:02.338 INFO E| * [new tag] v0.1.4 -> v0.1.4
31482024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.338 INFO E| * [new tag] v0.1.5 -> v0.1.5
31492024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.338 INFO E| * [new tag] v0.2.0 -> v0.2.0
31502024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.338 INFO E| * [new tag] v0.3.0 -> v0.3.0
31512024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.338 INFO E| * [new tag] v0.3.1 -> v0.3.1
31522024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.339 INFO E| * [new tag] v0.3.2 -> v0.3.2
31532024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.339 INFO E| * [new tag] v0.3.3 -> v0.3.3
31542024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.339 INFO E| * [new tag] v0.4.0 -> v0.4.0
31552024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.339 INFO E| * [new tag] v0.4.1 -> v0.4.1
31562024-12-12T03:40:02.719Z[ helios-setup] Dec 12 03:40:02.339 INFO E| * [new tag] v0.4.2 -> v0.4.2
31572024-12-12T03:40:02.765Z[ helios-setup] Dec 12 03:40:02.387 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31582024-12-12T03:40:03.631Z[ helios-setup] Dec 12 03:40:03.253 INFO E| From https://github.com/oxidecomputer/amd-efs
31592024-12-12T03:40:03.631Z[ helios-setup] Dec 12 03:40:03.253 INFO E| * [new branch] empty -> origin/empty
31602024-12-12T03:40:03.631Z[ helios-setup] Dec 12 03:40:03.253 INFO E| * [new branch] issue-99 -> origin/issue-99
31612024-12-12T03:40:03.634Z[ helios-setup] Dec 12 03:40:03.253 INFO E| * [new branch] main -> origin/main
31622024-12-12T03:40:03.634Z[ helios-setup] Dec 12 03:40:03.253 INFO E| * [new branch] review -> origin/review
31632024-12-12T03:40:03.634Z[ helios-setup] Dec 12 03:40:03.253 INFO E| * [new ref] -> origin/HEAD
31642024-12-12T03:40:03.634Z[ helios-setup] Dec 12 03:40:03.254 INFO E| * [new tag] v0.2.0 -> v0.2.0
31652024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.254 INFO E| * [new tag] v0.2.1 -> v0.2.1
31662024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.254 INFO E| * [new tag] v0.2.2 -> v0.2.2
31672024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.254 INFO E| * [new tag] v0.2.3 -> v0.2.3
31682024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.254 INFO E| * [new tag] v0.2.4 -> v0.2.4
31692024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.254 INFO E| * [new tag] v0.2.5 -> v0.2.5
31702024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.254 INFO E| * [new tag] v0.2.6 -> v0.2.6
31712024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.255 INFO E| * [new tag] v0.2.7 -> v0.2.7
31722024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.255 INFO E| * [new tag] v0.3.0 -> v0.3.0
31732024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.255 INFO E| * [new tag] v0.3.1 -> v0.3.1
31742024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.255 INFO E| * [new tag] v0.4.0 -> v0.4.0
31752024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.255 INFO E| * [new tag] v0.4.1 -> v0.4.1
31762024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.255 INFO E| * [new tag] v0.4.2 -> v0.4.2
31772024-12-12T03:40:03.635Z[ helios-setup] Dec 12 03:40:03.255 INFO E| * [new tag] v0.4.3 -> v0.4.3
31782024-12-12T03:40:03.657Z[ helios-setup] Dec 12 03:40:03.279 INFO E| Updating crates.io index
31792024-12-12T03:40:03.938Z[ helios-setup] Dec 12 03:40:03.559 INFO E| Downloading crates ...
31802024-12-12T03:40:04.085Z[ helios-setup] Dec 12 03:40:03.707 INFO E| Downloaded cfg-if v0.1.10
31812024-12-12T03:40:04.088Z[ helios-setup] Dec 12 03:40:03.709 INFO E| Downloaded fletcher v0.1.0
31822024-12-12T03:40:04.091Z[ helios-setup] Dec 12 03:40:03.711 INFO E| Downloaded bytesize v1.3.0
31832024-12-12T03:40:04.093Z[ helios-setup] Dec 12 03:40:03.714 INFO E| Downloaded ansi_term v0.12.1
31842024-12-12T03:40:04.096Z[ helios-setup] Dec 12 03:40:03.716 INFO E| Downloaded memoffset v0.5.6
31852024-12-12T03:40:04.102Z[ helios-setup] Dec 12 03:40:03.723 INFO E| Downloaded parse_int v0.6.0
31862024-12-12T03:40:04.109Z[ helios-setup] Dec 12 03:40:03.731 INFO E| Downloaded unic-ucd-version v0.9.0
31872024-12-12T03:40:04.112Z[ helios-setup] Dec 12 03:40:03.733 INFO E| Downloaded unic-common v0.9.0
31882024-12-12T03:40:04.114Z[ helios-setup] Dec 12 03:40:03.734 INFO E| Downloaded unic-char-range v0.9.0
31892024-12-12T03:40:04.114Z[ helios-setup] Dec 12 03:40:03.736 INFO E| Downloaded unic-char-property v0.9.0
31902024-12-12T03:40:04.117Z[ helios-setup] Dec 12 03:40:03.738 INFO E| Downloaded strum v0.23.0
31912024-12-12T03:40:04.121Z[ helios-setup] Dec 12 03:40:03.743 INFO E| Downloaded four-cc v0.3.0
31922024-12-12T03:40:04.121Z[ helios-setup] Dec 12 03:40:03.743 INFO E| Downloaded modular-bitfield-impl v0.11.2
31932024-12-12T03:40:04.121Z[ helios-setup] Dec 12 03:40:03.743 INFO E| Downloaded scroll_derive v0.10.5
31942024-12-12T03:40:04.123Z[ helios-setup] Dec 12 03:40:03.745 INFO E| Downloaded proc-macro-crate v0.1.5
31952024-12-12T03:40:04.126Z[ helios-setup] Dec 12 03:40:03.747 INFO E| Downloaded pre v0.2.1
31962024-12-12T03:40:04.128Z[ helios-setup] Dec 12 03:40:03.749 INFO E| Downloaded pest_generator v2.7.13
31972024-12-12T03:40:04.130Z[ helios-setup] Dec 12 03:40:03.751 INFO E| Downloaded thiserror-impl v1.0.64
31982024-12-12T03:40:04.132Z[ helios-setup] Dec 12 03:40:03.753 INFO E| Downloaded structopt-derive v0.4.18
31992024-12-12T03:40:04.136Z[ helios-setup] Dec 12 03:40:03.755 INFO E| Downloaded thiserror v1.0.64
32002024-12-12T03:40:04.142Z[ helios-setup] Dec 12 03:40:03.764 INFO E| Downloaded semver v0.9.0
32012024-12-12T03:40:04.145Z[ helios-setup] Dec 12 03:40:03.766 INFO E| Downloaded vec_map v0.8.2
32022024-12-12T03:40:04.148Z[ helios-setup] Dec 12 03:40:03.768 INFO E| Downloaded scroll v0.10.2
32032024-12-12T03:40:04.151Z[ helios-setup] Dec 12 03:40:03.771 INFO E| Downloaded pest_meta v2.7.13
32042024-12-12T03:40:04.153Z[ helios-setup] Dec 12 03:40:03.775 INFO E| Downloaded pest_derive v2.7.13
32052024-12-12T03:40:04.156Z[ helios-setup] Dec 12 03:40:03.778 INFO E| Downloaded unic-ucd-ident v0.9.0
32062024-12-12T03:40:04.159Z[ helios-setup] Dec 12 03:40:03.781 INFO E| Downloaded structopt v0.3.26
32072024-12-12T03:40:04.172Z[ helios-setup] Dec 12 03:40:03.794 INFO E| Downloaded serde v1.0.210
32082024-12-12T03:40:04.179Z[ helios-setup] Dec 12 03:40:03.800 INFO E| Downloaded modular-bitfield v0.11.2
32092024-12-12T03:40:04.195Z[ helios-setup] Dec 12 03:40:03.817 INFO E| Downloaded pest v2.7.13
32102024-12-12T03:40:04.205Z[ helios-setup] Dec 12 03:40:03.826 INFO E| Downloaded serde_json v1.0.128
32112024-12-12T03:40:04.215Z[ helios-setup] Dec 12 03:40:03.837 INFO E| Downloaded clap v2.34.0
32122024-12-12T03:40:04.225Z[ helios-setup] Dec 12 03:40:03.847 INFO E| Downloaded syn v2.0.79
32132024-12-12T03:40:04.243Z[ helios-setup] Dec 12 03:40:03.865 INFO E| Downloaded goblin v0.4.3
32142024-12-12T03:40:04.251Z[ helios-setup] Dec 12 03:40:03.873 INFO E| Downloaded serde_derive v1.0.210
32152024-12-12T03:40:04.255Z[ helios-setup] Dec 12 03:40:03.878 INFO E| Downloaded pre-proc-macro v0.2.1
32162024-12-12T03:40:04.263Z[ helios-setup] Dec 12 03:40:03.880 INFO E| Downloaded libc v0.2.159
32172024-12-12T03:40:04.300Z[ helios-setup] Dec 12 03:40:03.922 INFO E| Downloaded once_cell v1.20.1
32182024-12-12T03:40:04.304Z[ helios-setup] Dec 12 03:40:03.926 INFO E| Downloaded strum_macros v0.23.1
32192024-12-12T03:40:04.306Z[ helios-setup] Dec 12 03:40:03.928 INFO E| Downloaded rustc_version v0.2.3
32202024-12-12T03:40:04.308Z[ helios-setup] Dec 12 03:40:03.930 INFO E| Downloaded strsim v0.8.0
32212024-12-12T03:40:04.311Z[ helios-setup] Dec 12 03:40:03.931 INFO E| Downloaded semver-parser v0.7.0
32222024-12-12T03:40:04.311Z[ helios-setup] Dec 12 03:40:03.933 INFO E| Downloaded textwrap v0.11.0
32232024-12-12T03:40:04.425Z[ helios-setup] Dec 12 03:40:04.047 INFO E| Compiling proc-macro2 v1.0.86
32242024-12-12T03:40:04.428Z[ helios-setup] Dec 12 03:40:04.047 INFO E| Compiling unicode-ident v1.0.13
32252024-12-12T03:40:04.428Z[ helios-setup] Dec 12 03:40:04.048 INFO E| Compiling syn v1.0.109
32262024-12-12T03:40:04.428Z[ helios-setup] Dec 12 03:40:04.048 INFO E| Compiling version_check v0.9.5
32272024-12-12T03:40:04.429Z[ helios-setup] Dec 12 03:40:04.048 INFO E| Compiling memchr v2.7.4
32282024-12-12T03:40:04.429Z[ helios-setup] Dec 12 03:40:04.048 INFO E| Compiling autocfg v1.4.0
32292024-12-12T03:40:04.429Z[ helios-setup] Dec 12 03:40:04.048 INFO E| Compiling thiserror v1.0.64
32302024-12-12T03:40:04.429Z[ helios-setup] Dec 12 03:40:04.048 INFO E| Compiling semver-parser v0.7.0
32312024-12-12T03:40:05.082Z[ helios-setup] Dec 12 03:40:04.704 INFO E| Compiling serde v1.0.210
32322024-12-12T03:40:05.304Z[ host-package] Compiling hashlink v0.9.1
32332024-12-12T03:40:05.955Z[ helios-setup] Dec 12 03:40:05.577 INFO E| Compiling semver v0.9.0
32342024-12-12T03:40:06.309Z[ helios-setup] Dec 12 03:40:05.931 INFO E| Compiling proc-macro-error-attr v1.0.4
32352024-12-12T03:40:06.369Z[ helios-setup] Dec 12 03:40:05.990 INFO E| Compiling proc-macro-error v1.0.4
32362024-12-12T03:40:06.482Z[ helios-setup] Dec 12 03:40:06.103 INFO E| Compiling serde_json v1.0.128
32372024-12-12T03:40:06.780Z[ host-package] Compiling tungstenite v0.23.0
32382024-12-12T03:40:06.904Z[ helios-setup] Dec 12 03:40:06.519 INFO E| Compiling rustc_version v0.2.3
32392024-12-12T03:40:07.001Z[ helios-setup] Dec 12 03:40:06.623 INFO E| Compiling num-traits v0.2.19
32402024-12-12T03:40:07.120Z[ helios-setup] Dec 12 03:40:06.742 INFO E| Compiling schemars v0.8.21
32412024-12-12T03:40:07.316Z[ helios-setup] Dec 12 03:40:06.938 INFO E| Compiling ryu v1.0.18
32422024-12-12T03:40:07.334Z[ helios-setup] Dec 12 03:40:06.956 INFO E| Compiling unicode-segmentation v1.12.0
32432024-12-12T03:40:07.679Z[ helios-setup] Dec 12 03:40:07.301 INFO E| Compiling itoa v1.0.11
32442024-12-12T03:40:07.829Z[ helios-setup] Dec 12 03:40:07.450 INFO E| Compiling pre-proc-macro v0.2.1
32452024-12-12T03:40:08.097Z[ helios-setup] Dec 12 03:40:07.718 INFO E| Compiling memoffset v0.5.6
32462024-12-12T03:40:08.172Z[ helios-setup] Dec 12 03:40:07.794 INFO E| Compiling rustversion v1.0.17
32472024-12-12T03:40:08.698Z[ helios-setup] Dec 12 03:40:08.319 INFO E| Compiling quote v1.0.37
32482024-12-12T03:40:08.943Z[ helios-setup] Dec 12 03:40:08.564 INFO E| Compiling heck v0.3.3
32492024-12-12T03:40:09.042Z[ helios-setup] Dec 12 03:40:08.664 INFO E| Compiling lazy_static v1.5.0
32502024-12-12T03:40:09.107Z[ helios-setup] Dec 12 03:40:08.728 INFO E| Compiling dyn-clone v1.0.17
32512024-12-12T03:40:09.453Z[ helios-setup] Dec 12 03:40:09.074 INFO E| Compiling libc v0.2.159
32522024-12-12T03:40:09.509Z[ helios-setup] Dec 12 03:40:09.131 INFO E| Compiling ucd-trie v0.1.7
32532024-12-12T03:40:09.550Z[ helios-setup] Dec 12 03:40:09.170 INFO E| Compiling paste v1.0.15
32542024-12-12T03:40:09.855Z[ helios-setup] Dec 12 03:40:09.477 INFO E| Compiling syn v2.0.79
32552024-12-12T03:40:10.979Z[ helios-setup] Dec 12 03:40:10.600 INFO E| Compiling pre v0.2.1
32562024-12-12T03:40:10.997Z[ helios-setup] Dec 12 03:40:10.619 INFO E| Compiling byteorder v1.5.0
32572024-12-12T03:40:11.072Z[ helios-setup] Dec 12 03:40:10.693 INFO E| Compiling once_cell v1.20.1
32582024-12-12T03:40:11.798Z[ helios-setup] Dec 12 03:40:11.402 INFO E| Compiling static_assertions v1.1.0
32592024-12-12T03:40:11.851Z[ host-package] Compiling fallible-iterator v0.3.0
32602024-12-12T03:40:11.872Z[ helios-setup] Dec 12 03:40:11.493 INFO E| Compiling cfg-if v0.1.10
32612024-12-12T03:40:12.634Z[ helios-setup] Dec 12 03:40:12.255 INFO E| Compiling unicode-width v0.1.14
32622024-12-12T03:40:12.905Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32632024-12-12T03:40:13.031Z[ host-package] Compiling tokio-tungstenite v0.23.1
32642024-12-12T03:40:13.546Z[ helios-setup] Dec 12 03:40:13.167 INFO E| Compiling textwrap v0.11.0
32652024-12-12T03:40:13.575Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32662024-12-12T03:40:13.676Z[ host-package] Compiling rusqlite v0.32.1
32672024-12-12T03:40:14.114Z[ helios-setup] Dec 12 03:40:13.708 INFO E| Compiling atty v0.2.14
32682024-12-12T03:40:14.569Z[ helios-setup] Dec 12 03:40:14.190 INFO E| Compiling strsim v0.8.0
32692024-12-12T03:40:14.741Z[ helios-setup] Dec 12 03:40:14.362 INFO E| Compiling bitflags v1.3.2
32702024-12-12T03:40:14.759Z[ helios-setup] Dec 12 03:40:14.381 INFO E| Compiling unic-common v0.9.0
32712024-12-12T03:40:14.835Z[ helios-setup] Dec 12 03:40:14.456 INFO E| Compiling unic-char-range v0.9.0
32722024-12-12T03:40:15.063Z[ helios-setup] Dec 12 03:40:14.684 INFO E| Compiling vec_map v0.8.2
32732024-12-12T03:40:15.076Z[ helios-setup] Dec 12 03:40:14.697 INFO E| Compiling fletcher v0.1.0
32742024-12-12T03:40:15.542Z[ helios-setup] Dec 12 03:40:15.163 INFO E| Compiling parse_int v0.6.0
32752024-12-12T03:40:15.596Z[ helios-setup] Dec 12 03:40:15.217 INFO E| Compiling strum v0.23.0
32762024-12-12T03:40:15.683Z[ helios-setup] Dec 12 03:40:15.304 INFO E| Compiling ansi_term v0.12.1
32772024-12-12T03:40:15.694Z[ helios-setup] Dec 12 03:40:15.313 INFO E| Compiling unic-ucd-version v0.9.0
32782024-12-12T03:40:15.743Z[ helios-setup] Dec 12 03:40:15.364 INFO E| Compiling unic-char-property v0.9.0
32792024-12-12T03:40:15.795Z[ helios-setup] Dec 12 03:40:15.414 INFO E| Compiling log v0.4.22
32802024-12-12T03:40:15.950Z[ helios-setup] Dec 12 03:40:15.569 INFO E| Compiling plain v0.2.3
32812024-12-12T03:40:16.052Z[ helios-setup] Dec 12 03:40:15.668 INFO E| Compiling unic-ucd-ident v0.9.0
32822024-12-12T03:40:16.076Z[ helios-setup] Dec 12 03:40:15.696 INFO E| Compiling bytesize v1.3.0
32832024-12-12T03:40:16.301Z[ helios-setup] Dec 12 03:40:15.922 INFO E| Compiling clap v2.34.0
32842024-12-12T03:40:17.067Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32852024-12-12T03:40:19.087Z[ helios-setup] Dec 12 03:40:18.709 INFO E| Compiling serde_derive_internals v0.29.1
32862024-12-12T03:40:19.345Z[ helios-setup] Dec 12 03:40:18.966 INFO E| Compiling toml v0.5.11
32872024-12-12T03:40:19.804Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32882024-12-12T03:40:22.927Z[ helios-setup] Dec 12 03:40:22.547 INFO E| Compiling proc-macro-crate v0.1.5
32892024-12-12T03:40:24.373Z[ host-package] Compiling tokio-rustls v0.24.1
32902024-12-12T03:40:25.589Z[ helios-setup] Dec 12 03:40:25.206 INFO E| Compiling thiserror-impl v1.0.64
32912024-12-12T03:40:25.589Z[ helios-setup] Dec 12 03:40:25.206 INFO E| Compiling serde_derive v1.0.210
32922024-12-12T03:40:26.202Z[ helios-setup] Dec 12 03:40:25.820 INFO E| Compiling schemars_derive v0.8.21
32932024-12-12T03:40:26.290Z[ helios-setup] Dec 12 03:40:25.910 INFO E| Compiling zerocopy-derive v0.6.6
32942024-12-12T03:40:26.612Z[ helios-setup] Dec 12 03:40:26.233 INFO E| Compiling num-derive v0.4.2
32952024-12-12T03:40:26.818Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32962024-12-12T03:40:26.900Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972024-12-12T03:40:29.404Z[ helios-setup] Dec 12 03:40:29.022 INFO E| Compiling zerocopy v0.6.6
32982024-12-12T03:40:30.743Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32992024-12-12T03:40:31.560Z[ helios-setup] Dec 12 03:40:31.180 INFO E| Compiling pest v2.7.13
33002024-12-12T03:40:32.181Z[ helios-setup] Dec 12 03:40:31.801 INFO E| Compiling modular-bitfield-impl v0.11.2
33012024-12-12T03:40:32.186Z[ helios-setup] Dec 12 03:40:31.807 INFO E| Compiling scroll_derive v0.10.5
33022024-12-12T03:40:32.506Z[ helios-setup] Dec 12 03:40:32.113 INFO E| Compiling strum_macros v0.23.1
33032024-12-12T03:40:32.805Z[ helios-setup] Dec 12 03:40:32.425 INFO E| Compiling structopt-derive v0.4.18
33042024-12-12T03:40:36.010Z[ helios-setup] Dec 12 03:40:35.630 INFO E| Compiling scroll v0.10.2
33052024-12-12T03:40:37.388Z[ helios-setup] Dec 12 03:40:37.008 INFO E| Compiling pest_meta v2.7.13
33062024-12-12T03:40:37.651Z[ helios-setup] Dec 12 03:40:37.270 INFO E| Compiling modular-bitfield v0.11.2
33072024-12-12T03:40:38.065Z[ helios-setup] Dec 12 03:40:37.685 INFO E| Compiling goblin v0.4.3
33082024-12-12T03:40:38.859Z[ helios-setup] Dec 12 03:40:38.479 INFO E| Compiling structopt v0.3.26
33092024-12-12T03:40:39.636Z[ helios-setup] Dec 12 03:40:39.256 INFO E| Compiling pest_generator v2.7.13
33102024-12-12T03:40:44.434Z[ helios-setup] Dec 12 03:40:44.053 INFO E| Compiling pest_derive v2.7.13
33112024-12-12T03:40:44.747Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33122024-12-12T03:40:46.592Z[ host-package] Compiling rustls-pemfile v1.0.4
33132024-12-12T03:40:47.547Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33142024-12-12T03:40:47.900Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33152024-12-12T03:40:48.777Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33162024-12-12T03:40:48.888Z[ host-package] Compiling signal-hook-tokio v0.3.1
33172024-12-12T03:40:48.993Z[ host-package] Compiling twox-hash v1.6.3
33182024-12-12T03:40:49.214Z[ host-package] Compiling smawk v0.3.2
33192024-12-12T03:40:49.589Z[ host-package] Compiling unicode-linebreak v0.1.5
33202024-12-12T03:40:50.245Z[ helios-setup] Dec 12 03:40:49.864 INFO E| Compiling json5 v0.4.1
33212024-12-12T03:40:50.389Z[ host-package] Compiling is_ci v1.2.0
33222024-12-12T03:40:50.443Z[ host-package] Compiling textwrap v0.16.1
33232024-12-12T03:40:51.083Z[ host-package] Compiling supports-color v3.0.1
33242024-12-12T03:40:54.785Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33252024-12-12T03:40:55.500Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33262024-12-12T03:40:56.222Z[ helios-setup] Dec 12 03:40:55.841 INFO E| Compiling four-cc v0.3.0
33272024-12-12T03:40:56.225Z[ helios-setup] Dec 12 03:40:55.841 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
33282024-12-12T03:40:56.451Z[ helios-setup] Dec 12 03:40:56.070 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
33292024-12-12T03:41:06.169Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33302024-12-12T03:41:20.252Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33312024-12-12T03:41:25.054Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33322024-12-12T03:41:30.718Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33332024-12-12T03:41:31.881Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33342024-12-12T03:41:32.961Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33352024-12-12T03:41:40.340Z[ helios-setup] Dec 12 03:41:39.956 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
33362024-12-12T03:41:46.664Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33372024-12-12T03:41:46.836Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
33382024-12-12T03:41:47.120Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33392024-12-12T03:41:55.015Z[ host-package] Compiling fatfs v0.3.6
33402024-12-12T03:41:56.235Z[ host-package] Compiling rtoolbox v0.0.2
33412024-12-12T03:41:56.802Z[ host-package] Compiling assert_matches v1.5.0
33422024-12-12T03:41:58.098Z[ helios-setup] Dec 12 03:41:57.713 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33432024-12-12T03:41:58.178Z[ host-package] Compiling rpassword v7.3.1
33442024-12-12T03:41:58.701Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452024-12-12T03:41:58.905Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33462024-12-12T03:42:05.880Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33472024-12-12T03:42:07.182Z[ host-package] Compiling tui-tree-widget v0.22.0
33482024-12-12T03:42:07.723Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33492024-12-12T03:42:10.486Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33502024-12-12T03:42:10.952Z[ host-package] Compiling uzers v0.12.1
33512024-12-12T03:42:14.496Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33522024-12-12T03:42:22.574Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33532024-12-12T03:42:24.950Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33542024-12-12T03:42:51.933Z[ helios-setup] Dec 12 03:42:51.545 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 50s
33552024-12-12T03:42:51.972Z[ helios-setup] Dec 12 03:42:51.584 INFO building project "amd-host-image-builder" ok (199 seconds)
33562024-12-12T03:42:51.972Z[ helios-setup] Dec 12 03:42:51.584 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33572024-12-12T03:42:51.975Z[ helios-setup] Dec 12 03:42:51.584 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33582024-12-12T03:42:52.364Z[ helios-setup] Dec 12 03:42:51.976 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33592024-12-12T03:42:52.959Z[ helios-setup] Dec 12 03:42:52.571 INFO E| From https://github.com/jclulow/rust-jmclib
33602024-12-12T03:42:52.959Z[ helios-setup] Dec 12 03:42:52.571 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33612024-12-12T03:42:52.981Z[ helios-setup] Dec 12 03:42:52.593 INFO E| Updating crates.io index
33622024-12-12T03:42:53.112Z[ helios-setup] Dec 12 03:42:52.724 INFO E| Downloading crates ...
33632024-12-12T03:42:53.247Z[ helios-setup] Dec 12 03:42:52.859 INFO E| Downloaded anyhow v1.0.72
33642024-12-12T03:42:53.258Z[ helios-setup] Dec 12 03:42:52.871 INFO E| Downloaded sha-1 v0.9.8
33652024-12-12T03:42:53.261Z[ helios-setup] Dec 12 03:42:52.874 INFO E| Downloaded digest v0.9.0
33662024-12-12T03:42:53.265Z[ helios-setup] Dec 12 03:42:52.876 INFO E| Downloaded bitflags v2.3.3
33672024-12-12T03:42:53.267Z[ helios-setup] Dec 12 03:42:52.879 INFO E| Downloaded once_cell v1.18.0
33682024-12-12T03:42:53.271Z[ helios-setup] Dec 12 03:42:52.884 INFO E| Downloaded libdevinfo-sys v1.0.0
33692024-12-12T03:42:53.273Z[ helios-setup] Dec 12 03:42:52.885 INFO E| Downloaded fastrand v2.0.0
33702024-12-12T03:42:53.276Z[ helios-setup] Dec 12 03:42:52.887 INFO E| Downloaded cpufeatures v0.2.9
33712024-12-12T03:42:53.276Z[ helios-setup] Dec 12 03:42:52.888 INFO E| Downloaded md-5 v0.9.1
33722024-12-12T03:42:53.278Z[ helios-setup] Dec 12 03:42:52.891 INFO E| Downloaded uuid v0.8.2
33732024-12-12T03:42:53.283Z[ helios-setup] Dec 12 03:42:52.896 INFO E| Downloaded quote v1.0.31
33742024-12-12T03:42:53.287Z[ helios-setup] Dec 12 03:42:52.900 INFO E| Downloaded tempfile v3.7.0
33752024-12-12T03:42:53.290Z[ helios-setup] Dec 12 03:42:52.903 INFO E| Downloaded proc-macro2 v1.0.66
33762024-12-12T03:42:53.294Z[ helios-setup] Dec 12 03:42:52.907 INFO E| Downloaded unicode-ident v1.0.11
33772024-12-12T03:42:53.299Z[ helios-setup] Dec 12 03:42:52.911 INFO E| Downloaded serde v1.0.193
33782024-12-12T03:42:53.304Z[ helios-setup] Dec 12 03:42:52.916 INFO E| Downloaded serde_derive v1.0.193
33792024-12-12T03:42:53.308Z[ helios-setup] Dec 12 03:42:52.920 INFO E| Downloaded getrandom v0.2.10
33802024-12-12T03:42:53.313Z[ helios-setup] Dec 12 03:42:52.925 INFO E| Downloaded block-buffer v0.9.0
33812024-12-12T03:42:53.315Z[ helios-setup] Dec 12 03:42:52.927 INFO E| Downloaded serde_json v1.0.103
33822024-12-12T03:42:53.354Z[ helios-setup] Dec 12 03:42:52.966 INFO E| Downloaded syn v2.0.32
33832024-12-12T03:42:53.371Z[ helios-setup] Dec 12 03:42:52.983 INFO E| Downloaded rustix v0.38.4
33842024-12-12T03:42:53.452Z[ helios-setup] Dec 12 03:42:53.065 INFO E| Downloaded libc v0.2.147
33852024-12-12T03:42:53.661Z[ helios-setup] Dec 12 03:42:53.273 INFO E| Compiling libc v0.2.147
33862024-12-12T03:42:53.663Z[ helios-setup] Dec 12 03:42:53.273 INFO E| Compiling proc-macro2 v1.0.66
33872024-12-12T03:42:53.663Z[ helios-setup] Dec 12 03:42:53.273 INFO E| Compiling unicode-ident v1.0.11
33882024-12-12T03:42:53.663Z[ helios-setup] Dec 12 03:42:53.273 INFO E| Compiling cfg-if v1.0.0
33892024-12-12T03:42:53.663Z[ helios-setup] Dec 12 03:42:53.273 INFO E| Compiling version_check v0.9.4
33902024-12-12T03:42:53.663Z[ helios-setup] Dec 12 03:42:53.273 INFO E| Compiling typenum v1.16.0
33912024-12-12T03:42:53.663Z[ helios-setup] Dec 12 03:42:53.273 INFO E| Compiling serde v1.0.193
33922024-12-12T03:42:53.663Z[ helios-setup] Dec 12 03:42:53.273 INFO E| Compiling powerfmt v0.2.0
33932024-12-12T03:42:54.124Z[ helios-setup] Dec 12 03:42:53.736 INFO E| Compiling rustix v0.38.4
33942024-12-12T03:42:54.235Z[ helios-setup] Dec 12 03:42:53.847 INFO E| Compiling time-core v0.1.2
33952024-12-12T03:42:54.740Z[ helios-setup] Dec 12 03:42:54.352 INFO E| Compiling num-conv v0.1.0
33962024-12-12T03:42:55.088Z[ helios-setup] Dec 12 03:42:54.700 INFO E| Compiling slog v2.7.0
33972024-12-12T03:42:55.380Z[ helios-setup] Dec 12 03:42:54.992 INFO E| Compiling itoa v1.0.9
33982024-12-12T03:42:55.447Z[ helios-setup] Dec 12 03:42:55.059 INFO E| Compiling time-macros v0.2.18
33992024-12-12T03:42:55.560Z[ helios-setup] Dec 12 03:42:55.172 INFO E| Compiling generic-array v0.14.7
34002024-12-12T03:42:56.095Z[ helios-setup] Dec 12 03:42:55.708 INFO E| Compiling deranged v0.3.11
34012024-12-12T03:42:56.140Z[ helios-setup] Dec 12 03:42:55.752 INFO E| Compiling once_cell v1.18.0
34022024-12-12T03:42:56.172Z[ helios-setup] Dec 12 03:42:55.784 INFO E| Compiling num_threads v0.1.6
34032024-12-12T03:42:56.344Z[ helios-setup] Dec 12 03:42:55.956 INFO E| Compiling bitflags v2.3.3
34042024-12-12T03:42:56.528Z[ helios-setup] Dec 12 03:42:56.140 INFO E| Compiling quote v1.0.31
34052024-12-12T03:42:57.213Z[ helios-setup] Dec 12 03:42:56.825 INFO E| Compiling syn v2.0.32
34062024-12-12T03:42:57.275Z[ helios-setup] Dec 12 03:42:56.887 INFO E| Compiling thread_local v1.1.7
34072024-12-12T03:42:58.048Z[ helios-setup] Dec 12 03:42:57.659 INFO E| Compiling anyhow v1.0.72
34082024-12-12T03:42:58.384Z[ helios-setup] Dec 12 03:42:57.996 INFO E| Compiling fastrand v2.0.0
34092024-12-12T03:42:59.361Z[ helios-setup] Dec 12 03:42:58.973 INFO E| Compiling dirs-sys-next v0.1.2
34102024-12-12T03:42:59.394Z[ helios-setup] Dec 12 03:42:59.006 INFO E| Compiling errno v0.3.1
34112024-12-12T03:42:59.607Z[ helios-setup] Dec 12 03:42:59.219 INFO E| Compiling atty v0.2.14
34122024-12-12T03:42:59.767Z[ helios-setup] Dec 12 03:42:59.379 INFO E| Compiling dirs-next v2.0.0
34132024-12-12T03:42:59.958Z[ helios-setup] Dec 12 03:42:59.569 INFO E| Compiling opaque-debug v0.3.0
34142024-12-12T03:43:00.119Z[ helios-setup] Dec 12 03:42:59.730 INFO E| Compiling term v0.7.0
34152024-12-12T03:43:00.242Z[ helios-setup] Dec 12 03:42:59.854 INFO E| Compiling serde_json v1.0.103
34162024-12-12T03:43:00.803Z[ helios-setup] Dec 12 03:43:00.415 INFO E| Compiling block-buffer v0.9.0
34172024-12-12T03:43:00.940Z[ helios-setup] Dec 12 03:43:00.551 INFO E| Compiling digest v0.9.0
34182024-12-12T03:43:01.107Z[ helios-setup] Dec 12 03:43:00.718 INFO E| Compiling getrandom v0.2.10
34192024-12-12T03:43:01.301Z[ helios-setup] Dec 12 03:43:00.913 INFO E| Compiling ryu v1.0.15
34202024-12-12T03:43:01.421Z[ helios-setup] Dec 12 03:43:01.033 INFO E| Compiling time v0.3.36
34212024-12-12T03:43:01.571Z[ helios-setup] Dec 12 03:43:01.183 INFO E| Compiling unicode-width v0.1.10
34222024-12-12T03:43:01.573Z[ helios-setup] Dec 12 03:43:01.184 INFO E| Compiling same-file v1.0.6
34232024-12-12T03:43:01.883Z[ helios-setup] Dec 12 03:43:01.495 INFO E| Compiling cpufeatures v0.2.9
34242024-12-12T03:43:01.991Z[ helios-setup] Dec 12 03:43:01.603 INFO E| Compiling sha-1 v0.9.8
34252024-12-12T03:43:02.024Z[ helios-setup] Dec 12 03:43:01.636 INFO E| Compiling walkdir v2.3.3
34262024-12-12T03:43:02.091Z[ helios-setup] Dec 12 03:43:01.703 INFO E| Compiling getopts v0.2.21
34272024-12-12T03:43:03.308Z[ helios-setup] Dec 12 03:43:02.920 INFO E| Compiling tempfile v3.7.0
34282024-12-12T03:43:03.487Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34292024-12-12T03:43:03.862Z[ helios-setup] Dec 12 03:43:03.474 INFO E| Compiling md-5 v0.9.1
34302024-12-12T03:43:03.944Z[ helios-setup] Dec 12 03:43:03.556 INFO E| Compiling libdevinfo-sys v1.0.0
34312024-12-12T03:43:04.090Z[ helios-setup] Dec 12 03:43:03.701 INFO E| Compiling glob v0.3.1
34322024-12-12T03:43:05.509Z[ helios-setup] Dec 12 03:43:05.120 INFO E| Compiling slog-term v2.9.0
34332024-12-12T03:43:07.017Z[ helios-setup] Dec 12 03:43:06.628 INFO E| Compiling serde_derive v1.0.193
34342024-12-12T03:43:09.690Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34352024-12-12T03:43:15.253Z[ host-package] Compiling multimap v0.10.0
34362024-12-12T03:43:22.990Z[ helios-setup] Dec 12 03:43:22.601 INFO E| Compiling toml v0.5.11
34372024-12-12T03:43:22.990Z[ helios-setup] Dec 12 03:43:22.601 INFO E| Compiling uuid v0.8.2
34382024-12-12T03:43:25.342Z[ helios-setup] Dec 12 03:43:24.953 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34392024-12-12T03:43:29.371Z[ helios-setup] Dec 12 03:43:28.981 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34402024-12-12T03:43:44.573Z[ helios-setup] Dec 12 03:43:44.182 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.44s
34412024-12-12T03:43:44.609Z[ helios-setup] Dec 12 03:43:44.218 INFO building project "image-builder" ok (52 seconds)
34422024-12-12T03:43:44.611Z[ helios-setup] rm -f helios-build
34432024-12-12T03:43:44.614Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34442024-12-12T03:43:44.617Z[ helios-setup]
34452024-12-12T03:43:44.619Z[ helios-setup] Setup complete! ./helios-build is now available.
34462024-12-12T03:43:44.622Z[ helios-setup]
34472024-12-12T03:43:44.622Z[ helios-setup]
34482024-12-12T03:43:44.622Z[ helios-setup] real 12:18.753021638
34492024-12-12T03:43:44.622Z[ helios-setup] user 29:29.217272100
34502024-12-12T03:43:44.622Z[ helios-setup] sys 3:39.092818966
34512024-12-12T03:43:44.622Z[ helios-setup] trap 1.820499466
34522024-12-12T03:43:44.622Z[ helios-setup] tflt 7.165854535
34532024-12-12T03:43:44.622Z[ helios-setup] dflt 38.318765630
34542024-12-12T03:43:44.622Z[ helios-setup] kflt 0.023004597
34552024-12-12T03:43:44.622Z[ helios-setup] lock 2:07:55.352360648
34562024-12-12T03:43:44.622Z[ helios-setup] slp 3:48:28.444550912
34572024-12-12T03:43:44.622Z[ helios-setup] lat 33:41.547690934
34582024-12-12T03:43:44.625Z[ helios-setup] stop 4:44.389228345
34592024-12-12T03:43:44.625ZDec 12 03:43:44.232 INFO [helios-setup] process exited with exit status: 0 (738.759015705s)
34602024-12-12T03:43:44.625ZDec 12 03:43:44.232 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34612024-12-12T03:43:44.652Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34622024-12-12T03:43:44.946Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34632024-12-12T03:43:44.946Z[ phbl-toolchain] info: downloading component 'cargo'
34642024-12-12T03:43:46.224Z[ phbl-toolchain] info: downloading component 'clippy'
34652024-12-12T03:43:46.563Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34662024-12-12T03:43:51.351Z[ phbl-toolchain] info: downloading component 'miri'
34672024-12-12T03:43:51.531Z[ phbl-toolchain] info: downloading component 'rust-docs'
34682024-12-12T03:43:53.191Z[ phbl-toolchain] info: downloading component 'rust-src'
34692024-12-12T03:43:53.406Z[ phbl-toolchain] info: downloading component 'rust-std'
34702024-12-12T03:43:55.351Z[ phbl-toolchain] info: downloading component 'rustc'
34712024-12-12T03:44:03.705Z[ phbl-toolchain] info: downloading component 'rustfmt'
34722024-12-12T03:44:04.166Z[ phbl-toolchain] info: installing component 'cargo'
34732024-12-12T03:44:05.477Z[ phbl-toolchain] info: installing component 'clippy'
34742024-12-12T03:44:06.050Z[ phbl-toolchain] info: installing component 'llvm-tools'
34752024-12-12T03:44:12.061Z[ phbl-toolchain] info: installing component 'miri'
34762024-12-12T03:44:12.380Z[ phbl-toolchain] info: installing component 'rust-docs'
34772024-12-12T03:44:19.813Z[ phbl-toolchain] info: installing component 'rust-src'
34782024-12-12T03:44:20.608Z[ phbl-toolchain] info: installing component 'rust-std'
34792024-12-12T03:44:22.961Z[ phbl-toolchain] info: installing component 'rustc'
34802024-12-12T03:44:32.318Z[ phbl-toolchain] info: installing component 'rustfmt'
34812024-12-12T03:44:33.138Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34822024-12-12T03:44:33.141ZDec 12 03:44:32.748 INFO [phbl-toolchain] process exited with exit status: 0 (48.516140794s)
34832024-12-12T03:45:43.827Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34842024-12-12T03:45:47.582Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34852024-12-12T03:52:25.590Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 07s
34862024-12-12T03:53:35.940ZDec 12 03:53:35.516 INFO [host-package] process exited with exit status: 0 (1278.369056811s)
34872024-12-12T03:53:35.940ZDec 12 03:53:35.516 INFO [host-stamp] running task
34882024-12-12T03:53:35.943ZDec 12 03:53:35.517 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34892024-12-12T03:53:35.950ZDec 12 03:53:35.526 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+git21b793c2690
34902024-12-12T03:53:35.961ZDec 12 03:53:35.537 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+git21b793c2690
34912024-12-12T03:53:35.969Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34922024-12-12T03:53:35.971Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
34932024-12-12T03:53:35.975ZDec 12 03:53:35.549 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+git21b793c2690
34942024-12-12T03:53:35.985ZDec 12 03:53:35.561 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+git21b793c2690
34952024-12-12T03:53:35.985Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
34962024-12-12T03:53:35.995Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
34972024-12-12T03:53:36.000Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-12-12T03:53:36.002ZDec 12 03:53:35.575 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+git21b793c2690
34992024-12-12T03:53:36.008Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35002024-12-12T03:53:36.013Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35012024-12-12T03:53:36.016ZDec 12 03:53:35.589 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+git21b793c2690
35022024-12-12T03:53:36.028Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35032024-12-12T03:53:36.028ZDec 12 03:53:35.604 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+git21b793c2690
35042024-12-12T03:53:36.042Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35052024-12-12T03:53:36.048Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-12T03:53:36.050ZDec 12 03:53:35.624 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+git21b793c2690
35072024-12-12T03:53:36.068Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-12T03:53:36.068ZDec 12 03:53:35.644 INFO [stamp-overlay] process exited with exit status: 0 (106.652864ms)
35092024-12-12T03:53:36.071ZDec 12 03:53:35.644 INFO [stamp-oxlog] process exited with exit status: 0 (94.928577ms)
35102024-12-12T03:53:36.071ZDec 12 03:53:35.644 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (54.871392ms)
35112024-12-12T03:53:36.084Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35122024-12-12T03:53:36.102Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35132024-12-12T03:53:36.107ZDec 12 03:53:35.682 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.921956ms)
35142024-12-12T03:53:36.289Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35152024-12-12T03:53:36.293ZDec 12 03:53:35.869 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (245.151389ms)
35162024-12-12T03:53:36.417Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35172024-12-12T03:53:36.422ZDec 12 03:53:35.997 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (422.318623ms)
35182024-12-12T03:53:37.172Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35192024-12-12T03:53:37.177ZDec 12 03:53:36.753 INFO [stamp-propolis-server] process exited with exit status: 0 (1.226784233s)
35202024-12-12T03:53:37.378Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35212024-12-12T03:53:39.810Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35222024-12-12T03:53:46.978Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35232024-12-12T03:53:46.982ZDec 12 03:53:46.557 INFO [stamp-switch-asic] process exited with exit status: 0 (10.9527429s)
35242024-12-12T03:53:46.984ZDec 12 03:53:46.557 INFO [host-stamp] task succeeded (11.040923458s)
35252024-12-12T03:53:46.984ZDec 12 03:53:46.557 INFO [host-proto] running task
35262024-12-12T03:53:47.455ZDec 12 03:53:47.030 INFO [host-proto] task succeeded (472.523257ms)
35272024-12-12T03:53:47.455ZDec 12 03:53:47.030 INFO [host-profile] running task
35282024-12-12T03:53:47.458ZDec 12 03:53:47.030 INFO [host-profile] task succeeded (324.867µs)
35292024-12-12T03:53:47.458ZDec 12 03:53:47.030 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.34.301' -P /tmp/.tmpE8K8vy/proto/host/root -N 'ci 21b793c/${os_short_commit} 2024-12-12 03:31' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35302024-12-12T03:53:47.474Z[ host-image] Dec 12 03:53:47.049 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35312024-12-12T03:53:47.474Z[ host-image] Dec 12 03:53:47.049 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35322024-12-12T03:53:47.490Z[ host-image] Dec 12 03:53:47.065 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpE8K8vy/proto/host/root"
35332024-12-12T03:53:47.490Z[ host-image] Dec 12 03:53:47.065 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35342024-12-12T03:53:47.493Z[ host-image] Dec 12 03:53:47.065 INFO image builder template: ramdisk-01-os...
35352024-12-12T03:53:47.493Z[ host-image] Dec 12 03:53:47.065 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/.tmpE8K8vy/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.34.301", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35362024-12-12T03:53:47.511Z[ host-image] Dec 12 03:53:47.086 INFO O| Dec 12 03:53:47.086 INFO CREATE DATASET: rpool/images/build/host/output
35372024-12-12T03:53:47.715Z[ host-image] Dec 12 03:53:47.290 INFO O| Dec 12 03:53:47.290 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35382024-12-12T03:53:47.721Z[ host-image] Dec 12 03:53:47.294 INFO O| Dec 12 03:53:47.294 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35392024-12-12T03:53:47.930Z[ host-image] Dec 12 03:53:47.505 INFO O| Dec 12 03:53:47.505 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35402024-12-12T03:53:48.007Z[ host-image] Dec 12 03:53:47.581 INFO O| Dec 12 03:53:47.581 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35412024-12-12T03:53:48.007Z[ host-image] Dec 12 03:53:47.581 INFO O| Dec 12 03:53:47.581 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35422024-12-12T03:53:48.011Z[ host-image] Dec 12 03:53:47.582 INFO O| Dec 12 03:53:47.582 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35432024-12-12T03:53:48.011Z[ host-image] Dec 12 03:53:47.582 INFO O| Dec 12 03:53:47.582 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35442024-12-12T03:53:48.017Z[ host-image] Dec 12 03:53:47.592 INFO O| Dec 12 03:53:47.592 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35452024-12-12T03:53:48.246Z[ host-image] Dec 12 03:53:47.820 INFO O| Dec 12 03:53:47.820 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35462024-12-12T03:53:48.264Z[ host-image] Dec 12 03:53:47.838 INFO O| Dec 12 03:53:47.838 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35472024-12-12T03:53:48.779Z[ host-image] Dec 12 03:53:48.354 INFO O| Dec 12 03:53:48.354 INFO O| Caching catalogs ... Done
35482024-12-12T03:53:48.914Z[ host-image] Dec 12 03:53:48.488 INFO O| Dec 12 03:53:48.488 INFO STEP 0 (pkg_image_create) COMPLETE
35492024-12-12T03:53:48.914Z[ host-image] Dec 12 03:53:48.488 INFO O| Dec 12 03:53:48.488 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-12-12T03:53:48.916Z[ host-image] Dec 12 03:53:48.488 INFO O| Dec 12 03:53:48.488 INFO skip step because feature "repo_redist" is not enabled
35512024-12-12T03:53:48.916Z[ host-image] Dec 12 03:53:48.488 INFO O| Dec 12 03:53:48.488 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-12-12T03:53:48.932Z[ host-image] Dec 12 03:53:48.507 INFO O| Dec 12 03:53:48.507 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"]
35532024-12-12T03:53:49.537Z[ host-image] Dec 12 03:53:49.111 INFO O| Dec 12 03:53:49.110 INFO STEP 2 (pkg_set_publisher) COMPLETE
35542024-12-12T03:53:49.537Z[ host-image] Dec 12 03:53:49.111 INFO O| Dec 12 03:53:49.111 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-12-12T03:53:49.557Z[ host-image] Dec 12 03:53:49.131 INFO O| Dec 12 03:53:49.131 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"]
35562024-12-12T03:53:50.142Z[ host-image] Dec 12 03:53:49.716 INFO O| Dec 12 03:53:49.715 INFO STEP 3 (pkg_set_publisher) COMPLETE
35572024-12-12T03:53:50.142Z[ host-image] Dec 12 03:53:49.716 INFO O| Dec 12 03:53:49.716 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-12-12T03:53:50.142Z[ host-image] Dec 12 03:53:49.716 INFO O| Dec 12 03:53:49.716 INFO skip step because feature "repo_redist" is not enabled
35592024-12-12T03:53:50.144Z[ host-image] Dec 12 03:53:49.716 INFO O| Dec 12 03:53:49.716 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-12T03:53:50.749Z[ host-image] Dec 12 03:53:50.324 INFO O| Dec 12 03:53:50.323 INFO variant opensolaris.zone is already global
35612024-12-12T03:53:50.749Z[ host-image] Dec 12 03:53:50.324 INFO O| Dec 12 03:53:50.324 INFO STEP 5 (pkg_change_variant) COMPLETE
35622024-12-12T03:53:50.749Z[ host-image] Dec 12 03:53:50.324 INFO O| Dec 12 03:53:50.324 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-12T03:53:51.340Z[ host-image] Dec 12 03:53:50.915 INFO O| Dec 12 03:53:50.914 INFO variant opensolaris.imagetype is full; changing to partial
35642024-12-12T03:53:51.340Z[ host-image] Dec 12 03:53:50.915 INFO O| Dec 12 03:53:50.915 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35652024-12-12T03:53:59.263Z[ host-image] Dec 12 03:53:58.838 INFO O| Dec 12 03:53:58.837 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35662024-12-12T03:53:59.527Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.32s
35672024-12-12T03:54:00.823ZDec 12 03:54:00.397 INFO [recovery-package] process exited with exit status: 0 (24.880551312s)
35682024-12-12T03:54:00.823ZDec 12 03:54:00.397 INFO [recovery-stamp] running task
35692024-12-12T03:54:00.826ZDec 12 03:54:00.398 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35702024-12-12T03:54:00.826ZDec 12 03:54:00.398 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+git21b793c2690
35712024-12-12T03:54:00.841ZDec 12 03:54:00.416 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git21b793c2690
35722024-12-12T03:54:00.851Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35732024-12-12T03:54:00.866Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35742024-12-12T03:54:00.960Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35752024-12-12T03:54:00.965ZDec 12 03:54:00.539 INFO [stamp-installinator] process exited with exit status: 0 (123.36385ms)
35762024-12-12T03:54:00.991Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35772024-12-12T03:54:00.994ZDec 12 03:54:00.568 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (170.671364ms)
35782024-12-12T03:54:00.997ZDec 12 03:54:00.568 INFO [recovery-stamp] task succeeded (171.205204ms)
35792024-12-12T03:54:00.997ZDec 12 03:54:00.569 INFO [recovery-proto] running task
35802024-12-12T03:54:00.997ZDec 12 03:54:00.569 INFO [tuf-stamp] running task
35812024-12-12T03:54:00.997ZDec 12 03:54:00.569 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+git21b793c2690
35822024-12-12T03:54:01.013ZDec 12 03:54:00.587 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+git21b793c2690
35832024-12-12T03:54:01.030Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35842024-12-12T03:54:01.033ZDec 12 03:54:00.604 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+git21b793c2690
35852024-12-12T03:54:01.042Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35862024-12-12T03:54:01.049ZDec 12 03:54:00.623 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+git21b793c2690
35872024-12-12T03:54:01.068Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35882024-12-12T03:54:01.071ZDec 12 03:54:00.643 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+git21b793c2690
35892024-12-12T03:54:01.096Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35902024-12-12T03:54:01.096ZDec 12 03:54:00.670 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+git21b793c2690
35912024-12-12T03:54:01.116Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35922024-12-12T03:54:01.119ZDec 12 03:54:00.689 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+git21b793c2690
35932024-12-12T03:54:01.188Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-12T03:54:01.191ZDec 12 03:54:00.762 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+git21b793c2690
35952024-12-12T03:54:01.233Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-12T03:54:01.237ZDec 12 03:54:00.808 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+git21b793c2690
35972024-12-12T03:54:01.361ZDec 12 03:54:00.935 INFO [recovery-proto] task succeeded (366.306175ms)
35982024-12-12T03:54:01.364ZDec 12 03:54:00.935 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.34.301' -P /tmp/.tmpE8K8vy/proto/recovery/root -N 'recovery 21b793c/${os_short_commit} 2024-12-12 03:31' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35992024-12-12T03:54:01.422Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36002024-12-12T03:54:01.422ZDec 12 03:54:00.996 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+git21b793c2690
36012024-12-12T03:54:01.670Z[ recovery-image] Dec 12 03:54:01.005 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36022024-12-12T03:54:01.678Z[ recovery-image] Dec 12 03:54:01.005 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36032024-12-12T03:54:01.678Z[ recovery-image] Dec 12 03:54:01.046 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpE8K8vy/proto/recovery/root"
36042024-12-12T03:54:01.678Z[ recovery-image] Dec 12 03:54:01.046 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36052024-12-12T03:54:01.678Z[ recovery-image] Dec 12 03:54:01.046 INFO image builder template: ramdisk-01-os...
36062024-12-12T03:54:01.678Z[ recovery-image] Dec 12 03:54:01.046 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/.tmpE8K8vy/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.34.301", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36072024-12-12T03:54:01.678Z[ recovery-image] Dec 12 03:54:01.081 INFO O| Dec 12 03:54:01.079 INFO CREATE DATASET: rpool/images/build/recovery/output
36082024-12-12T03:54:01.691Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-12T03:54:01.693ZDec 12 03:54:01.265 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+git21b793c2690
36102024-12-12T03:54:01.766Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36112024-12-12T03:54:01.781Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-12T03:54:01.786Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36132024-12-12T03:54:01.807ZDec 12 03:54:01.381 INFO [stamp-ntp] process exited with exit status: 0 (737.886397ms)
36142024-12-12T03:54:01.869Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
36152024-12-12T03:54:01.895Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36162024-12-12T03:54:01.967Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36172024-12-12T03:54:02.058ZDec 12 03:54:01.632 INFO [stamp-probe] process exited with exit status: 0 (636.018039ms)
36182024-12-12T03:54:02.117Z[ recovery-image] Dec 12 03:54:01.691 INFO O| Dec 12 03:54:01.691 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36192024-12-12T03:54:02.124Z[ recovery-image] Dec 12 03:54:01.698 INFO O| Dec 12 03:54:01.698 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36202024-12-12T03:54:02.490Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36212024-12-12T03:54:02.494ZDec 12 03:54:02.067 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.443492569s)
36222024-12-12T03:54:02.804Z[ recovery-image] Dec 12 03:54:02.378 INFO O| Dec 12 03:54:02.378 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36232024-12-12T03:54:02.836Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36242024-12-12T03:54:02.868ZDec 12 03:54:02.442 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.855067578s)
36252024-12-12T03:54:02.938Z[ recovery-image] Dec 12 03:54:02.510 INFO O| Dec 12 03:54:02.510 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36262024-12-12T03:54:02.938Z[ recovery-image] Dec 12 03:54:02.510 INFO O| Dec 12 03:54:02.510 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-12T03:54:02.941Z[ recovery-image] Dec 12 03:54:02.510 INFO O| Dec 12 03:54:02.510 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-12T03:54:02.941Z[ recovery-image] Dec 12 03:54:02.510 INFO O| Dec 12 03:54:02.510 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-12T03:54:02.972Z[ recovery-image] Dec 12 03:54:02.546 INFO O| Dec 12 03:54:02.546 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-12T03:54:03.050Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36312024-12-12T03:54:03.065Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36322024-12-12T03:54:03.070ZDec 12 03:54:02.644 INFO [stamp-internal-dns] process exited with exit status: 0 (1.973679881s)
36332024-12-12T03:54:03.074ZDec 12 03:54:02.648 INFO [stamp-external-dns] process exited with exit status: 0 (1.840430124s)
36342024-12-12T03:54:03.353Z[ recovery-image] Dec 12 03:54:02.927 INFO O| Dec 12 03:54:02.927 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-12-12T03:54:03.371Z[ recovery-image] Dec 12 03:54:02.945 INFO O| Dec 12 03:54:02.945 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36362024-12-12T03:54:03.440Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36372024-12-12T03:54:03.445ZDec 12 03:54:03.019 INFO [stamp-oximeter] process exited with exit status: 0 (2.414452483s)
36382024-12-12T03:54:03.841Z[ recovery-image] Dec 12 03:54:03.415 INFO O| Dec 12 03:54:03.415 INFO O| Caching catalogs ... Done
36392024-12-12T03:54:03.960Z[ recovery-image] Dec 12 03:54:03.534 INFO O| Dec 12 03:54:03.534 INFO STEP 0 (pkg_image_create) COMPLETE
36402024-12-12T03:54:03.960Z[ recovery-image] Dec 12 03:54:03.534 INFO O| Dec 12 03:54:03.534 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412024-12-12T03:54:03.960Z[ recovery-image] Dec 12 03:54:03.534 INFO O| Dec 12 03:54:03.534 INFO skip step because feature "repo_redist" is not enabled
36422024-12-12T03:54:03.960Z[ recovery-image] Dec 12 03:54:03.534 INFO O| Dec 12 03:54:03.534 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36432024-12-12T03:54:03.972Z[ recovery-image] Dec 12 03:54:03.546 INFO O| Dec 12 03:54:03.546 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"]
36442024-12-12T03:54:04.463Z[ recovery-image] Dec 12 03:54:04.036 INFO O| Dec 12 03:54:04.036 INFO STEP 2 (pkg_set_publisher) COMPLETE
36452024-12-12T03:54:04.463Z[ recovery-image] Dec 12 03:54:04.037 INFO O| Dec 12 03:54:04.036 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-12-12T03:54:04.477Z[ recovery-image] Dec 12 03:54:04.050 INFO O| Dec 12 03:54:04.050 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"]
36472024-12-12T03:54:04.951Z[ recovery-image] Dec 12 03:54:04.525 INFO O| Dec 12 03:54:04.525 INFO STEP 3 (pkg_set_publisher) COMPLETE
36482024-12-12T03:54:04.951Z[ recovery-image] Dec 12 03:54:04.525 INFO O| Dec 12 03:54:04.525 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-12-12T03:54:04.955Z[ recovery-image] Dec 12 03:54:04.525 INFO O| Dec 12 03:54:04.525 INFO skip step because feature "repo_redist" is not enabled
36502024-12-12T03:54:04.955Z[ recovery-image] Dec 12 03:54:04.525 INFO O| Dec 12 03:54:04.525 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-12T03:54:05.318Z[ host-image] Dec 12 03:54:04.892 INFO O| Dec 12 03:54:04.892 INFO O| Startup: Caching catalogs ... Done
36522024-12-12T03:54:05.360Z[ recovery-image] Dec 12 03:54:04.934 INFO O| Dec 12 03:54:04.933 INFO variant opensolaris.zone is already global
36532024-12-12T03:54:05.360Z[ recovery-image] Dec 12 03:54:04.934 INFO O| Dec 12 03:54:04.933 INFO STEP 5 (pkg_change_variant) COMPLETE
36542024-12-12T03:54:05.360Z[ recovery-image] Dec 12 03:54:04.934 INFO O| Dec 12 03:54:04.934 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-12-12T03:54:05.420Z[ host-image] Dec 12 03:54:04.994 INFO O| Dec 12 03:54:04.994 INFO O| Planning: Planning completed in 0.00 seconds
36562024-12-12T03:54:05.424Z[ host-image] Dec 12 03:54:04.995 INFO O| Dec 12 03:54:04.995 INFO O| Planning: Consolidating action changes ... Done
36572024-12-12T03:54:05.424Z[ host-image] Dec 12 03:54:04.995 INFO O| Dec 12 03:54:04.995 INFO O| Planning: Evaluating mediators ... Done
36582024-12-12T03:54:05.424Z[ host-image] Dec 12 03:54:04.995 INFO O| Dec 12 03:54:04.995 INFO O| Planning: Planning completed in 0.00 seconds
36592024-12-12T03:54:05.424Z[ host-image] Dec 12 03:54:04.995 INFO O| Dec 12 03:54:04.995 INFO O| Variants/Facets to change: 1
36602024-12-12T03:54:05.449Z[ host-image] Dec 12 03:54:05.023 INFO O| Dec 12 03:54:05.023 INFO O| Done
36612024-12-12T03:54:05.449Z[ host-image] Dec 12 03:54:05.023 INFO O| Dec 12 03:54:05.023 INFO O| Done
36622024-12-12T03:54:05.890Z[ recovery-image] Dec 12 03:54:05.464 INFO O| Dec 12 03:54:05.464 INFO variant opensolaris.imagetype is full; changing to partial
36632024-12-12T03:54:05.891Z[ recovery-image] Dec 12 03:54:05.464 INFO O| Dec 12 03:54:05.464 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36642024-12-12T03:54:05.980Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36652024-12-12T03:54:05.986ZDec 12 03:54:05.560 INFO [stamp-nexus] process exited with exit status: 0 (4.294780657s)
36662024-12-12T03:54:06.185Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36672024-12-12T03:54:06.187Z[verify-libraries] Compiling polyval v0.6.2
36682024-12-12T03:54:06.205Z[ host-image] Dec 12 03:54:05.779 INFO O| Dec 12 03:54:05.778 INFO O| Done
36692024-12-12T03:54:06.275Z[ host-image] Dec 12 03:54:05.849 INFO O| Dec 12 03:54:05.848 INFO O| Done
36702024-12-12T03:54:06.278Z[ host-image] Dec 12 03:54:05.850 INFO O| Dec 12 03:54:05.850 INFO O| Done
36712024-12-12T03:54:06.278Z[ host-image] Dec 12 03:54:05.850 INFO O| Dec 12 03:54:05.850 INFO O| Done
36722024-12-12T03:54:06.278Z[ host-image] Dec 12 03:54:05.852 INFO O| Dec 12 03:54:05.852 INFO O| Done
36732024-12-12T03:54:06.351Z[verify-libraries] Compiling ctr v0.9.2
36742024-12-12T03:54:06.417Z[verify-libraries] Compiling ssh-encoding v0.2.0
36752024-12-12T03:54:06.419Z[verify-libraries] Compiling blowfish v0.9.1
36762024-12-12T03:54:06.458Z[verify-libraries] Compiling password-hash v0.4.2
36772024-12-12T03:54:06.463Z[verify-libraries] Compiling matches v0.1.10
36782024-12-12T03:54:06.796Z[verify-libraries] Compiling ghash v0.5.1
36792024-12-12T03:54:07.010Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
36802024-12-12T03:54:07.185Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36812024-12-12T03:54:07.190Z[verify-libraries] Compiling aes-gcm v0.10.3
36822024-12-12T03:54:07.194Z[verify-libraries] Compiling idna v0.2.3
36832024-12-12T03:54:07.200Z[verify-libraries] Compiling p521 v0.13.3
36842024-12-12T03:54:07.200ZDec 12 03:54:06.769 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.199932314s)
36852024-12-12T03:54:07.255Z[verify-libraries] Compiling pbkdf2 v0.11.0
36862024-12-12T03:54:07.266Z[ host-image] Dec 12 03:54:06.839 INFO O| Dec 12 03:54:06.839 INFO STEP 6 (pkg_change_variant) COMPLETE
36872024-12-12T03:54:07.266Z[ host-image] Dec 12 03:54:06.839 INFO O| Dec 12 03:54:06.839 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36882024-12-12T03:54:07.266Z[ host-image] Dec 12 03:54:06.839 INFO O| Dec 12 03:54:06.839 INFO skip step because feature "debug_variant" is not enabled
36892024-12-12T03:54:07.266Z[ host-image] Dec 12 03:54:06.839 INFO O| Dec 12 03:54:06.839 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36902024-12-12T03:54:07.704Z[verify-libraries] Compiling ssh-cipher v0.2.0
36912024-12-12T03:54:07.828Z[verify-libraries] Compiling p256 v0.13.2
36922024-12-12T03:54:07.993Z[verify-libraries] Compiling enum-as-inner v0.5.1
36932024-12-12T03:54:08.082Z[ host-image] Dec 12 03:54:07.656 INFO O| Dec 12 03:54:07.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36942024-12-12T03:54:08.183Z[verify-libraries] Compiling russh-cryptovec v0.7.3
36952024-12-12T03:54:08.958Z[verify-libraries] Compiling ssh-key v0.6.6
36962024-12-12T03:54:09.489Z[verify-libraries] Compiling md5 v0.7.0
36972024-12-12T03:54:09.569Z[ host-image] Dec 12 03:54:09.143 INFO O| Dec 12 03:54:09.143 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36982024-12-12T03:54:09.578Z[ host-image] Dec 12 03:54:09.144 INFO O| Dec 12 03:54:09.144 INFO O| Planning: Planning completed in 0.00 seconds
36992024-12-12T03:54:09.582Z[ host-image] Dec 12 03:54:09.156 INFO O| Dec 12 03:54:09.156 INFO O| Planning: Consolidating action changes ... Done
37002024-12-12T03:54:09.582Z[ host-image] Dec 12 03:54:09.156 INFO O| Dec 12 03:54:09.156 INFO O| Planning: Evaluating mediators ... Done
37012024-12-12T03:54:09.586Z[ host-image] Dec 12 03:54:09.156 INFO O| Dec 12 03:54:09.156 INFO O| Planning: Planning completed in 0.01 seconds
37022024-12-12T03:54:09.586Z[ host-image] Dec 12 03:54:09.157 INFO O| Dec 12 03:54:09.157 INFO O| Variants/Facets to change: 1
37032024-12-12T03:54:09.656Z[ host-image] Dec 12 03:54:09.229 INFO O| Dec 12 03:54:09.229 INFO O| Done
37042024-12-12T03:54:09.656Z[ host-image] Dec 12 03:54:09.229 INFO O| Dec 12 03:54:09.229 INFO O| Done
37052024-12-12T03:54:09.669Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37062024-12-12T03:54:10.198Z[verify-libraries] Compiling num-bigint v0.4.6
37072024-12-12T03:54:10.785Z[ host-image] Dec 12 03:54:10.358 INFO O| Dec 12 03:54:10.358 INFO O| Done
37082024-12-12T03:54:10.900Z[ host-image] Dec 12 03:54:10.473 INFO O| Dec 12 03:54:10.473 INFO O| Done
37092024-12-12T03:54:10.902Z[ host-image] Dec 12 03:54:10.474 INFO O| Dec 12 03:54:10.474 INFO O| Done
37102024-12-12T03:54:10.902Z[ host-image] Dec 12 03:54:10.475 INFO O| Dec 12 03:54:10.474 INFO O| Done
37112024-12-12T03:54:10.905Z[ host-image] Dec 12 03:54:10.476 INFO O| Dec 12 03:54:10.476 INFO O| Done
37122024-12-12T03:54:11.002Z[ host-image] Dec 12 03:54:10.576 INFO O| Dec 12 03:54:10.576 INFO STEP 8 (pkg_change_facet) COMPLETE
37132024-12-12T03:54:11.002Z[ host-image] Dec 12 03:54:10.576 INFO O| Dec 12 03:54:10.576 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37142024-12-12T03:54:11.003Z[ host-image] Dec 12 03:54:10.576 INFO O| Dec 12 03:54:10.576 INFO skip step because feature "recovery" is not enabled
37152024-12-12T03:54:11.008Z[ host-image] Dec 12 03:54:10.576 INFO O| Dec 12 03:54:10.576 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37162024-12-12T03:54:11.008Z[ host-image] Dec 12 03:54:10.576 INFO O| Dec 12 03:54:10.576 INFO skip step because feature "recovery" is not enabled
37172024-12-12T03:54:11.008Z[ host-image] Dec 12 03:54:10.576 INFO O| Dec 12 03:54:10.576 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182024-12-12T03:54:11.022Z[ host-image] Dec 12 03:54:10.595 INFO O| Dec 12 03:54:10.595 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"]
37192024-12-12T03:54:11.267Z[verify-libraries] Compiling des v0.8.1
37202024-12-12T03:54:12.072Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37212024-12-12T03:54:12.202Z[ host-image] Dec 12 03:54:11.775 INFO O| Dec 12 03:54:11.775 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37222024-12-12T03:54:12.375Z[verify-libraries] Compiling hex-literal v0.4.1
37232024-12-12T03:54:12.806Z[verify-libraries] Compiling russh-keys v0.45.0
37242024-12-12T03:54:13.277Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37252024-12-12T03:54:13.438Z[verify-libraries] Compiling petname v2.0.2
37262024-12-12T03:54:14.841Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37272024-12-12T03:54:16.051Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37282024-12-12T03:54:16.105ZDec 12 03:54:15.678 INFO [stamp-clickhouse] process exited with exit status: 0 (14.989088097s)
37292024-12-12T03:54:16.134Z[verify-libraries] Compiling russh v0.45.0
37302024-12-12T03:54:16.201Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37312024-12-12T03:54:16.206ZDec 12 03:54:15.780 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (15.017712741s)
37322024-12-12T03:54:16.206ZDec 12 03:54:15.780 INFO [tuf-stamp] task succeeded (15.211353559s)
37332024-12-12T03:54:18.361Z[ recovery-image] Dec 12 03:54:17.934 INFO O| Dec 12 03:54:17.933 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37342024-12-12T03:54:20.572Z[verify-libraries] Compiling dhcproto v0.12.0
37352024-12-12T03:54:21.478Z[verify-libraries] Compiling internet-checksum v0.2.1
37362024-12-12T03:54:22.212Z[verify-libraries] Compiling heck v0.4.1
37372024-12-12T03:54:23.861Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37382024-12-12T03:54:27.689Z[ recovery-image] Dec 12 03:54:27.262 INFO O| Dec 12 03:54:27.261 INFO O| Startup: Caching catalogs ... Done
37392024-12-12T03:54:27.808Z[ recovery-image] Dec 12 03:54:27.380 INFO O| Dec 12 03:54:27.380 INFO O| Planning: Planning completed in 0.00 seconds
37402024-12-12T03:54:27.812Z[ recovery-image] Dec 12 03:54:27.381 INFO O| Dec 12 03:54:27.381 INFO O| Planning: Consolidating action changes ... Done
37412024-12-12T03:54:27.813Z[ recovery-image] Dec 12 03:54:27.381 INFO O| Dec 12 03:54:27.381 INFO O| Planning: Evaluating mediators ... Done
37422024-12-12T03:54:27.813Z[ recovery-image] Dec 12 03:54:27.382 INFO O| Dec 12 03:54:27.382 INFO O| Planning: Planning completed in 0.00 seconds
37432024-12-12T03:54:27.813Z[ recovery-image] Dec 12 03:54:27.382 INFO O| Dec 12 03:54:27.382 INFO O| Variants/Facets to change: 1
37442024-12-12T03:54:28.071Z[ recovery-image] Dec 12 03:54:27.644 INFO O| Dec 12 03:54:27.643 INFO O| Done
37452024-12-12T03:54:28.071Z[ recovery-image] Dec 12 03:54:27.644 INFO O| Dec 12 03:54:27.643 INFO O| Done
37462024-12-12T03:54:29.265Z[ recovery-image] Dec 12 03:54:28.837 INFO O| Dec 12 03:54:28.837 INFO O| Done
37472024-12-12T03:54:29.378Z[ recovery-image] Dec 12 03:54:28.950 INFO O| Dec 12 03:54:28.950 INFO O| Done
37482024-12-12T03:54:29.381Z[ recovery-image] Dec 12 03:54:28.952 INFO O| Dec 12 03:54:28.951 INFO O| Done
37492024-12-12T03:54:29.381Z[ recovery-image] Dec 12 03:54:28.952 INFO O| Dec 12 03:54:28.952 INFO O| Done
37502024-12-12T03:54:29.381Z[ recovery-image] Dec 12 03:54:28.953 INFO O| Dec 12 03:54:28.953 INFO O| Done
37512024-12-12T03:54:30.157Z[ recovery-image] Dec 12 03:54:29.729 INFO O| Dec 12 03:54:29.729 INFO STEP 6 (pkg_change_variant) COMPLETE
37522024-12-12T03:54:30.157Z[ recovery-image] Dec 12 03:54:29.729 INFO O| Dec 12 03:54:29.729 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532024-12-12T03:54:30.160Z[ recovery-image] Dec 12 03:54:29.729 INFO O| Dec 12 03:54:29.729 INFO skip step because feature "debug_variant" is not enabled
37542024-12-12T03:54:30.160Z[ recovery-image] Dec 12 03:54:29.729 INFO O| Dec 12 03:54:29.729 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552024-12-12T03:54:30.958Z[ recovery-image] Dec 12 03:54:30.530 INFO O| Dec 12 03:54:30.530 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37562024-12-12T03:54:32.144Z[ recovery-image] Dec 12 03:54:31.716 INFO O| Dec 12 03:54:31.715 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37572024-12-12T03:54:32.147Z[ recovery-image] Dec 12 03:54:31.717 INFO O| Dec 12 03:54:31.717 INFO O| Planning: Planning completed in 0.00 seconds
37582024-12-12T03:54:32.147Z[ recovery-image] Dec 12 03:54:31.718 INFO O| Dec 12 03:54:31.718 INFO O| Planning: Consolidating action changes ... Done
37592024-12-12T03:54:32.147Z[ recovery-image] Dec 12 03:54:31.718 INFO O| Dec 12 03:54:31.718 INFO O| Planning: Evaluating mediators ... Done
37602024-12-12T03:54:32.147Z[ recovery-image] Dec 12 03:54:31.719 INFO O| Dec 12 03:54:31.719 INFO O| Planning: Planning completed in 0.00 seconds
37612024-12-12T03:54:32.147Z[ recovery-image] Dec 12 03:54:31.719 INFO O| Dec 12 03:54:31.719 INFO O| Variants/Facets to change: 1
37622024-12-12T03:54:32.242Z[ recovery-image] Dec 12 03:54:31.815 INFO O| Dec 12 03:54:31.814 INFO O| Done
37632024-12-12T03:54:32.242Z[ recovery-image] Dec 12 03:54:31.815 INFO O| Dec 12 03:54:31.814 INFO O| Done
37642024-12-12T03:54:33.150Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37652024-12-12T03:54:33.220Z[ recovery-image] Dec 12 03:54:32.792 INFO O| Dec 12 03:54:32.792 INFO O| Done
37662024-12-12T03:54:33.325Z[ recovery-image] Dec 12 03:54:32.896 INFO O| Dec 12 03:54:32.896 INFO O| Done
37672024-12-12T03:54:33.328Z[ recovery-image] Dec 12 03:54:32.897 INFO O| Dec 12 03:54:32.897 INFO O| Done
37682024-12-12T03:54:33.328Z[ recovery-image] Dec 12 03:54:32.897 INFO O| Dec 12 03:54:32.897 INFO O| Done
37692024-12-12T03:54:33.328Z[ recovery-image] Dec 12 03:54:32.899 INFO O| Dec 12 03:54:32.899 INFO O| Done
37702024-12-12T03:54:33.456Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37712024-12-12T03:54:33.459Z[ recovery-image] Dec 12 03:54:33.030 INFO O| Dec 12 03:54:33.030 INFO STEP 8 (pkg_change_facet) COMPLETE
37722024-12-12T03:54:33.459Z[ recovery-image] Dec 12 03:54:33.030 INFO O| Dec 12 03:54:33.030 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37732024-12-12T03:54:33.975Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37742024-12-12T03:54:34.196Z[ recovery-image] Dec 12 03:54:33.768 INFO O| Dec 12 03:54:33.767 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37752024-12-12T03:54:34.603Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37762024-12-12T03:54:35.017Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37772024-12-12T03:54:35.057Z[verify-libraries] Compiling sync-ptr v0.1.1
37782024-12-12T03:54:35.152Z[ recovery-image] Dec 12 03:54:34.724 INFO O| Dec 12 03:54:34.724 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37792024-12-12T03:54:35.156Z[ recovery-image] Dec 12 03:54:34.726 INFO O| Dec 12 03:54:34.726 INFO O| Planning: Planning completed in 0.00 seconds
37802024-12-12T03:54:35.167Z[ recovery-image] Dec 12 03:54:34.739 INFO O| Dec 12 03:54:34.739 INFO O| Planning: Consolidating action changes ... Done
37812024-12-12T03:54:35.167Z[ recovery-image] Dec 12 03:54:34.739 INFO O| Dec 12 03:54:34.739 INFO O| Planning: Evaluating mediators ... Done
37822024-12-12T03:54:35.169Z[ recovery-image] Dec 12 03:54:34.739 INFO O| Dec 12 03:54:34.739 INFO O| Planning: Planning completed in 0.01 seconds
37832024-12-12T03:54:35.169Z[ recovery-image] Dec 12 03:54:34.740 INFO O| Dec 12 03:54:34.740 INFO O| Variants/Facets to change: 1
37842024-12-12T03:54:35.247Z[ recovery-image] Dec 12 03:54:34.819 INFO O| Dec 12 03:54:34.819 INFO O| Done
37852024-12-12T03:54:35.247Z[ recovery-image] Dec 12 03:54:34.819 INFO O| Dec 12 03:54:34.819 INFO O| Done
37862024-12-12T03:54:35.413Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37872024-12-12T03:54:35.664Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37882024-12-12T03:54:36.154Z[ recovery-image] Dec 12 03:54:35.726 INFO O| Dec 12 03:54:35.726 INFO O| Done
37892024-12-12T03:54:36.266Z[ recovery-image] Dec 12 03:54:35.838 INFO O| Dec 12 03:54:35.838 INFO O| Done
37902024-12-12T03:54:36.270Z[ recovery-image] Dec 12 03:54:35.839 INFO O| Dec 12 03:54:35.839 INFO O| Done
37912024-12-12T03:54:36.270Z[ recovery-image] Dec 12 03:54:35.840 INFO O| Dec 12 03:54:35.840 INFO O| Done
37922024-12-12T03:54:36.270Z[ recovery-image] Dec 12 03:54:35.841 INFO O| Dec 12 03:54:35.841 INFO O| Done
37932024-12-12T03:54:36.396Z[ recovery-image] Dec 12 03:54:35.968 INFO O| Dec 12 03:54:35.967 INFO STEP 9 (pkg_change_facet) COMPLETE
37942024-12-12T03:54:36.396Z[ recovery-image] Dec 12 03:54:35.968 INFO O| Dec 12 03:54:35.968 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37952024-12-12T03:54:37.154Z[ recovery-image] Dec 12 03:54:36.726 INFO O| Dec 12 03:54:36.726 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37962024-12-12T03:54:38.314Z[ recovery-image] Dec 12 03:54:37.886 INFO O| Dec 12 03:54:37.885 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37972024-12-12T03:54:38.316Z[ recovery-image] Dec 12 03:54:37.888 INFO O| Dec 12 03:54:37.887 INFO O| Planning: Planning completed in 0.00 seconds
37982024-12-12T03:54:38.316Z[ recovery-image] Dec 12 03:54:37.888 INFO O| Dec 12 03:54:37.888 INFO O| Planning: Consolidating action changes ... Done
37992024-12-12T03:54:38.319Z[ recovery-image] Dec 12 03:54:37.889 INFO O| Dec 12 03:54:37.889 INFO O| Planning: Evaluating mediators ... Done
38002024-12-12T03:54:38.319Z[ recovery-image] Dec 12 03:54:37.889 INFO O| Dec 12 03:54:37.889 INFO O| Planning: Planning completed in 0.00 seconds
38012024-12-12T03:54:38.319Z[ recovery-image] Dec 12 03:54:37.890 INFO O| Dec 12 03:54:37.890 INFO O| Variants/Facets to change: 1
38022024-12-12T03:54:38.415Z[ recovery-image] Dec 12 03:54:37.987 INFO O| Dec 12 03:54:37.987 INFO O| Done
38032024-12-12T03:54:38.418Z[ recovery-image] Dec 12 03:54:37.987 INFO O| Dec 12 03:54:37.987 INFO O| Done
38042024-12-12T03:54:39.400Z[ recovery-image] Dec 12 03:54:38.972 INFO O| Dec 12 03:54:38.972 INFO O| Done
38052024-12-12T03:54:39.499Z[ recovery-image] Dec 12 03:54:39.071 INFO O| Dec 12 03:54:39.070 INFO O| Done
38062024-12-12T03:54:39.502Z[ recovery-image] Dec 12 03:54:39.072 INFO O| Dec 12 03:54:39.072 INFO O| Done
38072024-12-12T03:54:39.502Z[ recovery-image] Dec 12 03:54:39.072 INFO O| Dec 12 03:54:39.072 INFO O| Done
38082024-12-12T03:54:39.502Z[ recovery-image] Dec 12 03:54:39.074 INFO O| Dec 12 03:54:39.074 INFO O| Done
38092024-12-12T03:54:39.625Z[ recovery-image] Dec 12 03:54:39.197 INFO O| Dec 12 03:54:39.197 INFO STEP 10 (pkg_change_facet) COMPLETE
38102024-12-12T03:54:39.625Z[ recovery-image] Dec 12 03:54:39.197 INFO O| Dec 12 03:54:39.197 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38112024-12-12T03:54:39.645Z[ recovery-image] Dec 12 03:54:39.216 INFO O| Dec 12 03:54:39.216 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"]
38122024-12-12T03:54:40.469Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38132024-12-12T03:54:40.789Z[ recovery-image] Dec 12 03:54:40.361 INFO O| Dec 12 03:54:40.361 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38142024-12-12T03:54:42.126Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38152024-12-12T03:54:44.749Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38162024-12-12T03:54:45.159Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38172024-12-12T03:54:53.721Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38182024-12-12T03:54:54.747Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38192024-12-12T03:54:55.744Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38202024-12-12T03:54:59.243Z[verify-libraries] Compiling termios v0.3.3
38212024-12-12T03:55:00.204Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38222024-12-12T03:55:15.379Z[ host-image] Dec 12 03:55:14.949 INFO O| Dec 12 03:55:14.948 INFO O| Planning: Solver setup ... Done
38232024-12-12T03:55:17.179Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38242024-12-12T03:55:27.529Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38252024-12-12T03:55:45.688Z[ recovery-image] Dec 12 03:55:45.255 INFO O| Dec 12 03:55:45.255 INFO O| Planning: Solver setup ... Done
38262024-12-12T03:56:10.926Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38272024-12-12T03:56:13.365Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38282024-12-12T03:56:19.399Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38292024-12-12T03:56:20.275Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38302024-12-12T03:56:32.996Z[ host-image] Dec 12 03:56:32.561 INFO O| Dec 12 03:56:32.561 INFO O| Planning: Running solver ... Done
38312024-12-12T03:56:33.560Z[ host-image] Dec 12 03:56:33.125 INFO O| Dec 12 03:56:33.125 INFO O| Planning: Finding local manifests ... Done
38322024-12-12T03:56:33.592Z[ host-image] Dec 12 03:56:33.157 INFO O| Dec 12 03:56:33.157 INFO O| Planning: Fetching manifests: 0/124 0% complete
38332024-12-12T03:56:38.234Z[ host-image] Dec 12 03:56:37.799 INFO O| Dec 12 03:56:37.799 INFO O| Planning: Fetching manifests: 124/124 100% complete
38342024-12-12T03:56:39.412Z[ host-image] Dec 12 03:56:38.976 INFO O| Dec 12 03:56:38.976 INFO O| Planning: Package planning ... Done
38352024-12-12T03:56:41.059Z[ host-image] Dec 12 03:56:40.623 INFO O| Dec 12 03:56:40.623 INFO O| Planning: Merging actions ... Done
38362024-12-12T03:56:41.373Z[ host-image] Dec 12 03:56:40.937 INFO O| Dec 12 03:56:40.937 INFO O| Planning: Checking for conflicting actions ... Done
38372024-12-12T03:56:41.776Z[ host-image] Dec 12 03:56:41.341 INFO O| Dec 12 03:56:41.340 INFO O| Planning: Consolidating action changes ... Done
38382024-12-12T03:56:42.342Z[ host-image] Dec 12 03:56:41.906 INFO O| Dec 12 03:56:41.906 INFO O| Planning: Evaluating mediators ... Done
38392024-12-12T03:56:45.708Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38402024-12-12T03:56:48.547Z[ host-image] Dec 12 03:56:48.111 INFO O| Dec 12 03:56:48.111 INFO O| Planning: Planning completed in 156.34 seconds
38412024-12-12T03:56:48.555Z[ host-image] Dec 12 03:56:48.119 INFO O| Dec 12 03:56:48.119 INFO O| Packages to install: 124
38422024-12-12T03:56:48.560Z[ host-image] Dec 12 03:56:48.119 INFO O| Dec 12 03:56:48.119 INFO O| Mediators to change: 4
38432024-12-12T03:56:48.560Z[ host-image] Dec 12 03:56:48.119 INFO O| Dec 12 03:56:48.119 INFO O| Services to change: 6
38442024-12-12T03:56:48.688Z[ host-image] Dec 12 03:56:48.253 INFO O| Dec 12 03:56:48.253 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38452024-12-12T03:56:53.807Z[ host-image] Dec 12 03:56:53.271 INFO O| Dec 12 03:56:53.271 INFO O| Download: 1067/22774 items 5.9/199.6MB 2% complete (1.3M/s)
38462024-12-12T03:56:58.750Z[ host-image] Dec 12 03:56:58.314 INFO O| Dec 12 03:56:58.314 INFO O| Download: 1772/22774 items 12.0/199.6MB 5% complete (1.2M/s)
38472024-12-12T03:57:00.218Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38482024-12-12T03:57:02.285Z[ recovery-image] Dec 12 03:57:01.848 INFO O| Dec 12 03:57:01.848 INFO O| Planning: Running solver ... Done
38492024-12-12T03:57:02.807Z[ recovery-image] Dec 12 03:57:02.370 INFO O| Dec 12 03:57:02.370 INFO O| Planning: Finding local manifests ... Done
38502024-12-12T03:57:02.825Z[ recovery-image] Dec 12 03:57:02.389 INFO O| Dec 12 03:57:02.389 INFO O| Planning: Fetching manifests: 0/124 0% complete
38512024-12-12T03:57:03.759Z[ host-image] Dec 12 03:57:03.322 INFO O| Dec 12 03:57:03.322 INFO O| Download: 2227/22774 items 24.4/199.6MB 12% complete (1.8M/s)
38522024-12-12T03:57:06.117Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38532024-12-12T03:57:08.233Z[ recovery-image] Dec 12 03:57:07.795 INFO O| Dec 12 03:57:07.795 INFO O| Planning: Fetching manifests: 124/124 100% complete
38542024-12-12T03:57:08.759Z[ host-image] Dec 12 03:57:08.323 INFO O| Dec 12 03:57:08.322 INFO O| Download: 3109/22774 items 33.9/199.6MB 16% complete (2.2M/s)
38552024-12-12T03:57:09.222Z[ recovery-image] Dec 12 03:57:08.785 INFO O| Dec 12 03:57:08.785 INFO O| Planning: Package planning ... Done
38562024-12-12T03:57:10.006Z[ recovery-image] Dec 12 03:57:09.569 INFO O| Dec 12 03:57:09.569 INFO O| Planning: Merging actions ... Done
38572024-12-12T03:57:10.218Z[ recovery-image] Dec 12 03:57:09.781 INFO O| Dec 12 03:57:09.781 INFO O| Planning: Checking for conflicting actions ... Done
38582024-12-12T03:57:10.360Z[ recovery-image] Dec 12 03:57:09.924 INFO O| Dec 12 03:57:09.924 INFO O| Planning: Consolidating action changes ... Done
38592024-12-12T03:57:10.750Z[ recovery-image] Dec 12 03:57:10.314 INFO O| Dec 12 03:57:10.314 INFO O| Planning: Evaluating mediators ... Done
38602024-12-12T03:57:13.759Z[ host-image] Dec 12 03:57:13.323 INFO O| Dec 12 03:57:13.322 INFO O| Download: 4416/22774 items 41.1/199.6MB 20% complete (1.7M/s)
38612024-12-12T03:57:16.580Z[ recovery-image] Dec 12 03:57:16.143 INFO O| Dec 12 03:57:16.143 INFO O| Planning: Planning completed in 155.78 seconds
38622024-12-12T03:57:16.587Z[ recovery-image] Dec 12 03:57:16.150 INFO O| Dec 12 03:57:16.150 INFO O| Packages to install: 124
38632024-12-12T03:57:16.590Z[ recovery-image] Dec 12 03:57:16.150 INFO O| Dec 12 03:57:16.150 INFO O| Mediators to change: 4
38642024-12-12T03:57:16.590Z[ recovery-image] Dec 12 03:57:16.150 INFO O| Dec 12 03:57:16.150 INFO O| Services to change: 5
38652024-12-12T03:57:16.685Z[ recovery-image] Dec 12 03:57:16.248 INFO O| Dec 12 03:57:16.248 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38662024-12-12T03:57:18.774Z[ host-image] Dec 12 03:57:18.337 INFO O| Dec 12 03:57:18.337 INFO O| Download: 5059/22774 items 45.9/199.6MB 22% complete (1.2M/s)
38672024-12-12T03:57:21.693Z[ recovery-image] Dec 12 03:57:21.255 INFO O| Dec 12 03:57:21.255 INFO O| Download: 989/15848 items 7.8/176.3MB 4% complete (1.6M/s)
38682024-12-12T03:57:23.790Z[ host-image] Dec 12 03:57:23.352 INFO O| Dec 12 03:57:23.352 INFO O| Download: 6032/22774 items 46.4/199.6MB 23% complete (543k/s)
38692024-12-12T03:57:26.696Z[ recovery-image] Dec 12 03:57:26.258 INFO O| Dec 12 03:57:26.258 INFO O| Download: 1100/15848 items 9.2/176.3MB 5% complete (1.1M/s)
38702024-12-12T03:57:29.041Z[ host-image] Dec 12 03:57:28.603 INFO O| Dec 12 03:57:28.603 INFO O| Download: 6989/22774 items 50.4/199.6MB 25% complete (459k/s)
38712024-12-12T03:57:31.702Z[ recovery-image] Dec 12 03:57:31.264 INFO O| Dec 12 03:57:31.263 INFO O| Download: 1460/15848 items 21.4/176.3MB 12% complete (1.5M/s)
38722024-12-12T03:57:34.191Z[ host-image] Dec 12 03:57:33.752 INFO O| Dec 12 03:57:33.752 INFO O| Download: 7983/22774 items 59.7/199.6MB 29% complete (1.3M/s)
38732024-12-12T03:57:36.727Z[ recovery-image] Dec 12 03:57:36.288 INFO O| Dec 12 03:57:36.288 INFO O| Download: 1658/15848 items 25.7/176.3MB 14% complete (1.7M/s)
38742024-12-12T03:57:39.902Z[ host-image] Dec 12 03:57:39.463 INFO O| Dec 12 03:57:39.463 INFO O| Download: 8360/22774 items 69.0/199.6MB 34% complete (1.8M/s)
38752024-12-12T03:57:41.736Z[ recovery-image] Dec 12 03:57:41.297 INFO O| Dec 12 03:57:41.297 INFO O| Download: 2837/15848 items 36.3/176.3MB 20% complete (1.5M/s)
38762024-12-12T03:57:44.917Z[ host-image] Dec 12 03:57:44.478 INFO O| Dec 12 03:57:44.478 INFO O| Download: 9376/22774 items 81.4/199.6MB 40% complete (2.1M/s)
38772024-12-12T03:57:46.849Z[ recovery-image] Dec 12 03:57:46.410 INFO O| Dec 12 03:57:46.410 INFO O| Download: 3610/15848 items 39.0/176.3MB 22% complete (1.8M/s)
38782024-12-12T03:57:49.986Z[ host-image] Dec 12 03:57:49.547 INFO O| Dec 12 03:57:49.547 INFO O| Download: 10407/22774 items 88.0/199.6MB 44% complete (1.9M/s)
38792024-12-12T03:57:51.849Z[ recovery-image] Dec 12 03:57:51.410 INFO O| Dec 12 03:57:51.410 INFO O| Download: 4205/15848 items 42.6/176.3MB 24% complete (678k/s)
38802024-12-12T03:57:54.994Z[ host-image] Dec 12 03:57:54.554 INFO O| Dec 12 03:57:54.554 INFO O| Download: 11010/22774 items 91.4/199.6MB 45% complete (1009k/s)
38812024-12-12T03:57:56.853Z[ recovery-image] Dec 12 03:57:56.414 INFO O| Dec 12 03:57:56.414 INFO O| Download: 5292/15848 items 43.3/176.3MB 24% complete (436k/s)
38822024-12-12T03:58:00.025Z[ host-image] Dec 12 03:57:59.585 INFO O| Dec 12 03:57:59.585 INFO O| Download: 11290/22774 items 95.4/199.6MB 47% complete (757k/s)
38832024-12-12T03:58:01.857Z[ recovery-image] Dec 12 03:58:01.417 INFO O| Dec 12 03:58:01.417 INFO O| Download: 5838/15848 items 52.4/176.3MB 29% complete (994k/s)
38842024-12-12T03:58:05.318Z[ host-image] Dec 12 03:58:04.878 INFO O| Dec 12 03:58:04.878 INFO O| Download: 12109/22774 items 101.0/199.6MB 50% complete (998k/s)
38852024-12-12T03:58:07.159Z[ recovery-image] Dec 12 03:58:06.719 INFO O| Dec 12 03:58:06.719 INFO O| Download: 6209/15848 items 62.1/176.3MB 35% complete (1.8M/s)
38862024-12-12T03:58:10.329Z[ host-image] Dec 12 03:58:09.889 INFO O| Dec 12 03:58:09.889 INFO O| Download: 12658/22774 items 109.6/199.6MB 54% complete (1.4M/s)
38872024-12-12T03:58:12.347Z[ recovery-image] Dec 12 03:58:11.907 INFO O| Dec 12 03:58:11.907 INFO O| Download: 7210/15848 items 73.2/176.3MB 41% complete (2.1M/s)
38882024-12-12T03:58:15.335Z[ host-image] Dec 12 03:58:14.893 INFO O| Dec 12 03:58:14.893 INFO O| Download: 13458/22774 items 110.0/199.6MB 55% complete (927k/s)
38892024-12-12T03:58:17.588Z[ recovery-image] Dec 12 03:58:17.147 INFO O| Dec 12 03:58:17.147 INFO O| Download: 7866/15848 items 75.7/176.3MB 42% complete (1.3M/s)
38902024-12-12T03:58:20.414Z[ host-image] Dec 12 03:58:19.973 INFO O| Dec 12 03:58:19.973 INFO O| Download: 14416/22774 items 111.6/199.6MB 55% complete (187k/s)
38912024-12-12T03:58:23.219Z[ recovery-image] Dec 12 03:58:22.777 INFO O| Dec 12 03:58:22.777 INFO O| Download: 8662/15848 items 81.5/176.3MB 46% complete (805k/s)
38922024-12-12T03:58:25.415Z[ host-image] Dec 12 03:58:24.973 INFO O| Dec 12 03:58:24.973 INFO O| Download: 15033/22774 items 122.4/199.6MB 61% complete (1.2M/s)
38932024-12-12T03:58:28.244Z[ recovery-image] Dec 12 03:58:27.803 INFO O| Dec 12 03:58:27.803 INFO O| Download: 8935/15848 items 92.6/176.3MB 52% complete (1.6M/s)
38942024-12-12T03:58:30.538Z[ host-image] Dec 12 03:58:30.097 INFO O| Dec 12 03:58:30.096 INFO O| Download: 15722/22774 items 125.9/199.6MB 63% complete (1.5M/s)
38952024-12-12T03:58:33.246Z[ recovery-image] Dec 12 03:58:32.804 INFO O| Dec 12 03:58:32.804 INFO O| Download: 10012/15848 items 93.2/176.3MB 52% complete (1.2M/s)
38962024-12-12T03:58:35.767Z[ host-image] Dec 12 03:58:35.325 INFO O| Dec 12 03:58:35.325 INFO O| Download: 15764/22774 items 126.1/199.6MB 63% complete (1.3M/s)
38972024-12-12T03:58:38.631Z[ recovery-image] Dec 12 03:58:38.189 INFO O| Dec 12 03:58:38.189 INFO O| Download: 10914/15848 items 93.9/176.3MB 53% complete (309k/s)
38982024-12-12T03:58:40.780Z[ host-image] Dec 12 03:58:40.337 INFO O| Dec 12 03:58:40.337 INFO O| Download: 16742/22774 items 138.9/199.6MB 69% complete (1.4M/s)
38992024-12-12T03:58:43.706Z[ recovery-image] Dec 12 03:58:43.264 INFO O| Dec 12 03:58:43.264 INFO O| Download: 11390/15848 items 107.1/176.3MB 60% complete (1.3M/s)
39002024-12-12T03:58:45.787Z[ host-image] Dec 12 03:58:45.345 INFO O| Dec 12 03:58:45.344 INFO O| Download: 17598/22774 items 149.6/199.6MB 74% complete (2.4M/s)
39012024-12-12T03:58:48.844Z[ recovery-image] Dec 12 03:58:48.402 INFO O| Dec 12 03:58:48.401 INFO O| Download: 11948/15848 items 134.0/176.3MB 76% complete (4.0M/s)
39022024-12-12T03:58:50.798Z[ host-image] Dec 12 03:58:50.356 INFO O| Dec 12 03:58:50.356 INFO O| Download: 18070/22774 items 162.2/199.6MB 81% complete (2.3M/s)
39032024-12-12T03:58:53.871Z[ recovery-image] Dec 12 03:58:53.429 INFO O| Dec 12 03:58:53.429 INFO O| Download: 12769/15848 items 142.9/176.3MB 81% complete (3.6M/s)
39042024-12-12T03:58:56.828Z[ host-image] Dec 12 03:58:56.385 INFO O| Dec 12 03:58:56.385 INFO O| Download: 18978/22774 items 165.5/199.6MB 82% complete (1.8M/s)
39052024-12-12T03:58:58.872Z[ recovery-image] Dec 12 03:58:58.429 INFO O| Dec 12 03:58:58.429 INFO O| Download: 13334/15848 items 144.9/176.3MB 82% complete (1.1M/s)
39062024-12-12T03:59:01.850Z[ host-image] Dec 12 03:59:01.407 INFO O| Dec 12 03:59:01.407 INFO O| Download: 19942/22774 items 170.2/199.6MB 85% complete (751k/s)
39072024-12-12T03:59:03.882Z[ recovery-image] Dec 12 03:59:03.438 INFO O| Dec 12 03:59:03.438 INFO O| Download: 14046/15848 items 148.6/176.3MB 84% complete (591k/s)
39082024-12-12T03:59:06.851Z[ host-image] Dec 12 03:59:06.407 INFO O| Dec 12 03:59:06.407 INFO O| Download: 20639/22774 items 172.5/199.6MB 86% complete (712k/s)
39092024-12-12T03:59:09.068Z[ recovery-image] Dec 12 03:59:08.624 INFO O| Dec 12 03:59:08.624 INFO O| Download: 14738/15848 items 154.6/176.3MB 87% complete (868k/s)
39102024-12-12T03:59:11.937Z[ host-image] Dec 12 03:59:11.494 INFO O| Dec 12 03:59:11.494 INFO O| Download: 21241/22774 items 179.9/199.6MB 90% complete (1001k/s)
39112024-12-12T03:59:14.147Z[ recovery-image] Dec 12 03:59:13.703 INFO O| Dec 12 03:59:13.703 INFO O| Download: 15506/15848 items 167.9/176.3MB 95% complete (1.8M/s)
39122024-12-12T03:59:16.964Z[ host-image] Dec 12 03:59:16.520 INFO O| Dec 12 03:59:16.520 INFO O| Download: 21920/22774 items 191.3/199.6MB 95% complete (1.9M/s)
39132024-12-12T03:59:18.943Z[ recovery-image] Dec 12 03:59:18.498 INFO O| Dec 12 03:59:18.498 INFO O| Download: Completed 176.29 MB in 122.25 seconds (1.4M/s)
39142024-12-12T03:59:19.913Z[ recovery-image] Dec 12 03:59:19.468 INFO O| Dec 12 03:59:19.468 INFO O| Actions: 1/25014 actions (Installing new actions)
39152024-12-12T03:59:21.992Z[ host-image] Dec 12 03:59:21.548 INFO O| Dec 12 03:59:21.548 INFO O| Download: 22396/22774 items 199.1/199.6MB 99% complete (1.9M/s)
39162024-12-12T03:59:23.645Z[ host-image] Dec 12 03:59:23.201 INFO O| Dec 12 03:59:23.201 INFO O| Download: Completed 199.56 MB in 154.95 seconds (1.3M/s)
39172024-12-12T03:59:24.924Z[ recovery-image] Dec 12 03:59:24.480 INFO O| Dec 12 03:59:24.480 INFO O| Actions: 9344/25014 actions (Installing new actions)
39182024-12-12T03:59:25.690Z[ host-image] Dec 12 03:59:25.245 INFO O| Dec 12 03:59:25.244 INFO O| Actions: 1/49471 actions (Installing new actions)
39192024-12-12T03:59:29.926Z[ recovery-image] Dec 12 03:59:29.481 INFO O| Dec 12 03:59:29.481 INFO O| Actions: 14965/25014 actions (Installing new actions)
39202024-12-12T03:59:30.690Z[ host-image] Dec 12 03:59:30.245 INFO O| Dec 12 03:59:30.245 INFO O| Actions: 9077/49471 actions (Installing new actions)
39212024-12-12T03:59:34.927Z[ recovery-image] Dec 12 03:59:34.483 INFO O| Dec 12 03:59:34.482 INFO O| Actions: 24508/25014 actions (Installing new actions)
39222024-12-12T03:59:35.711Z[ host-image] Dec 12 03:59:35.265 INFO O| Dec 12 03:59:35.265 INFO O| Actions: 14661/49471 actions (Installing new actions)
39232024-12-12T03:59:36.116Z[ recovery-image] Dec 12 03:59:35.671 INFO O| Dec 12 03:59:35.670 INFO O| Actions: Completed 25014 actions in 16.20 seconds.
39242024-12-12T03:59:36.989Z[ recovery-image] Dec 12 03:59:36.544 INFO O| Dec 12 03:59:36.544 INFO O| Done
39252024-12-12T03:59:36.989Z[ recovery-image] Dec 12 03:59:36.544 INFO O| Dec 12 03:59:36.544 INFO O| Done
39262024-12-12T03:59:38.968Z[ recovery-image] Dec 12 03:59:38.523 INFO O| Dec 12 03:59:38.523 INFO O| Done
39272024-12-12T03:59:40.711Z[ host-image] Dec 12 03:59:40.265 INFO O| Dec 12 03:59:40.265 INFO O| Actions: 22301/49471 actions (Installing new actions)
39282024-12-12T03:59:41.071Z[ recovery-image] Dec 12 03:59:40.626 INFO O| Dec 12 03:59:40.625 INFO O| Done
39292024-12-12T03:59:41.113Z[ recovery-image] Dec 12 03:59:40.668 INFO O| Dec 12 03:59:40.667 INFO O| Done
39302024-12-12T03:59:45.715Z[ host-image] Dec 12 03:59:45.270 INFO O| Dec 12 03:59:45.269 INFO O| Actions: 48993/49471 actions (Installing new actions)
39312024-12-12T03:59:46.269Z[ recovery-image] Dec 12 03:59:45.824 INFO O| Dec 12 03:59:45.823 INFO O| Done
39322024-12-12T03:59:46.684Z[ host-image] Dec 12 03:59:46.239 INFO O| Dec 12 03:59:46.238 INFO O| Actions: Completed 49471 actions in 20.99 seconds.
39332024-12-12T03:59:47.008Z[ recovery-image] Dec 12 03:59:46.563 INFO O| Dec 12 03:59:46.562 INFO O| Done
39342024-12-12T03:59:47.386Z[ host-image] Dec 12 03:59:46.940 INFO O| Dec 12 03:59:46.940 INFO O| Done
39352024-12-12T03:59:47.386Z[ host-image] Dec 12 03:59:46.940 INFO O| Dec 12 03:59:46.940 INFO O| Done
39362024-12-12T03:59:47.579Z[ recovery-image] Dec 12 03:59:47.133 INFO O| Dec 12 03:59:47.133 INFO STEP 11 (pkg_install) COMPLETE
39372024-12-12T03:59:47.579Z[ recovery-image] Dec 12 03:59:47.133 INFO O| Dec 12 03:59:47.133 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39382024-12-12T03:59:47.582Z[ recovery-image] Dec 12 03:59:47.133 INFO O| Dec 12 03:59:47.133 INFO skip step because feature "recovery" is enabled
39392024-12-12T03:59:47.582Z[ recovery-image] Dec 12 03:59:47.133 INFO O| Dec 12 03:59:47.133 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39402024-12-12T03:59:47.582Z[ recovery-image] Dec 12 03:59:47.133 INFO O| Dec 12 03:59:47.133 INFO skip step because feature "omicron1" is not enabled
39412024-12-12T03:59:47.582Z[ recovery-image] Dec 12 03:59:47.133 INFO O| Dec 12 03:59:47.133 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39422024-12-12T03:59:47.601Z[ recovery-image] Dec 12 03:59:47.155 INFO O| Dec 12 03:59:47.155 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.301"]
39432024-12-12T03:59:48.978Z[ host-image] Dec 12 03:59:48.532 INFO O| Dec 12 03:59:48.532 INFO O| Done
39442024-12-12T03:59:49.471Z[ recovery-image] Dec 12 03:59:49.025 INFO O| Dec 12 03:59:49.025 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39452024-12-12T03:59:51.957Z[ host-image] Dec 12 03:59:51.510 INFO O| Dec 12 03:59:51.509 INFO O| Done
39462024-12-12T03:59:52.013Z[ host-image] Dec 12 03:59:51.567 INFO O| Dec 12 03:59:51.567 INFO O| Done
39472024-12-12T03:59:53.712Z[ recovery-image] Dec 12 03:59:53.266 INFO O| Dec 12 03:59:53.266 INFO O| Planning: Solver setup ... Done
39482024-12-12T03:59:53.719Z[ recovery-image] Dec 12 03:59:53.273 INFO O| Dec 12 03:59:53.273 INFO O| Planning: Running solver ... Done
39492024-12-12T03:59:53.804Z[ recovery-image] Dec 12 03:59:53.358 INFO O| Dec 12 03:59:53.358 INFO O| Planning: Finding local manifests ... Done
39502024-12-12T03:59:53.807Z[ recovery-image] Dec 12 03:59:53.359 INFO O| Dec 12 03:59:53.359 INFO O| Planning: Fetching manifests: 0/1 0% complete
39512024-12-12T03:59:53.989Z[ recovery-image] Dec 12 03:59:53.537 INFO O| Dec 12 03:59:53.537 INFO O| Planning: Fetching manifests: 1/1 100% complete
39522024-12-12T03:59:54.018Z[ recovery-image] Dec 12 03:59:53.572 INFO O| Dec 12 03:59:53.572 INFO O| Planning: Package planning ... Done
39532024-12-12T03:59:54.022Z[ recovery-image] Dec 12 03:59:53.573 INFO O| Dec 12 03:59:53.573 INFO O| Planning: Merging actions ... Done
39542024-12-12T03:59:54.088Z[ recovery-image] Dec 12 03:59:53.641 INFO O| Dec 12 03:59:53.641 INFO O| Planning: Checking for conflicting actions ... Done
39552024-12-12T03:59:54.090Z[ recovery-image] Dec 12 03:59:53.642 INFO O| Dec 12 03:59:53.642 INFO O| Planning: Consolidating action changes ... Done
39562024-12-12T03:59:54.368Z[ recovery-image] Dec 12 03:59:53.921 INFO O| Dec 12 03:59:53.921 INFO O| Planning: Evaluating mediators ... Done
39572024-12-12T03:59:54.371Z[ recovery-image] Dec 12 03:59:53.922 INFO O| Dec 12 03:59:53.922 INFO O| Planning: Planning completed in 4.90 seconds
39582024-12-12T03:59:54.371Z[ recovery-image] Dec 12 03:59:53.925 INFO O| Dec 12 03:59:53.925 INFO O| Packages to install: 1
39592024-12-12T03:59:54.390Z[ recovery-image] Dec 12 03:59:53.944 INFO O| Dec 12 03:59:53.944 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39602024-12-12T03:59:55.139Z[ recovery-image] Dec 12 03:59:54.693 INFO O| Dec 12 03:59:54.692 INFO O| Download: Completed 10.00 MB in 0.75 seconds (13.3M/s)
39612024-12-12T03:59:55.194Z[ recovery-image] Dec 12 03:59:54.748 INFO O| Dec 12 03:59:54.747 INFO O| Actions: 1/22 actions (Installing new actions)
39622024-12-12T03:59:55.621Z[ recovery-image] Dec 12 03:59:55.175 INFO O| Dec 12 03:59:55.175 INFO O| Actions: Completed 22 actions in 0.43 seconds.
39632024-12-12T03:59:56.087Z[ recovery-image] Dec 12 03:59:55.641 INFO O| Dec 12 03:59:55.640 INFO O| Done
39642024-12-12T03:59:56.087Z[ recovery-image] Dec 12 03:59:55.641 INFO O| Dec 12 03:59:55.641 INFO O| Done
39652024-12-12T03:59:57.374Z[ recovery-image] Dec 12 03:59:56.928 INFO O| Dec 12 03:59:56.928 INFO O| Done
39662024-12-12T03:59:58.794Z[ recovery-image] Dec 12 03:59:58.347 INFO O| Dec 12 03:59:58.347 INFO O| Done
39672024-12-12T03:59:58.807Z[ recovery-image] Dec 12 03:59:58.361 INFO O| Dec 12 03:59:58.361 INFO O| Done
39682024-12-12T03:59:58.807Z[ recovery-image] Dec 12 03:59:58.361 INFO O| Dec 12 03:59:58.361 INFO O| Done
39692024-12-12T03:59:58.817Z[ recovery-image] Dec 12 03:59:58.371 INFO O| Dec 12 03:59:58.370 INFO O| Done
39702024-12-12T03:59:58.927Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO STEP 14 (pkg_install) COMPLETE
39712024-12-12T03:59:58.927Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39722024-12-12T03:59:58.927Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO skip step because feature "mfg" is not enabled
39732024-12-12T03:59:58.930Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39742024-12-12T03:59:58.930Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO skip step because feature "compliance" is not enabled
39752024-12-12T03:59:58.930Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39762024-12-12T03:59:58.930Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO skip step because feature "stress" is not enabled
39772024-12-12T03:59:58.930Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39782024-12-12T03:59:58.930Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO skip step because feature "nfs" is not enabled
39792024-12-12T03:59:58.930Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39802024-12-12T03:59:58.930Z[ recovery-image] Dec 12 03:59:58.481 INFO O| Dec 12 03:59:58.481 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39812024-12-12T03:59:59.009Z[ recovery-image] Dec 12 03:59:58.562 INFO O| Dec 12 03:59:58.562 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
39822024-12-12T03:59:59.074Z[ host-image] Dec 12 03:59:58.628 INFO O| Dec 12 03:59:58.628 INFO O| Done
39832024-12-12T03:59:59.112Z[ recovery-image] Dec 12 03:59:58.666 INFO O| Dec 12 03:59:58.666 INFO completed processing gimlet/ramdisk-01-os
39842024-12-12T03:59:59.115Z[ recovery-image] Dec 12 03:59:58.669 INFO image builder template: ramdisk-02-trim...
39852024-12-12T03:59:59.117Z[ recovery-image] Dec 12 03:59:58.669 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/.tmpE8K8vy/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.34.301", "-n", "ramdisk-02-trim"], pwd: None
39862024-12-12T03:59:59.145Z[ recovery-image] Dec 12 03:59:58.699 INFO O| Dec 12 03:59:58.698 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39872024-12-12T03:59:59.150Z[ recovery-image] Dec 12 03:59:58.704 INFO O| Dec 12 03:59:58.704 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39882024-12-12T03:59:59.256Z[ recovery-image] Dec 12 03:59:58.810 INFO O| Dec 12 03:59:58.809 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
39892024-12-12T03:59:59.366Z[ recovery-image] Dec 12 03:59:58.919 INFO O| Dec 12 03:59:58.919 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39902024-12-12T03:59:59.366Z[ recovery-image] Dec 12 03:59:58.919 INFO O| Dec 12 03:59:58.919 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39912024-12-12T03:59:59.372Z[ recovery-image] Dec 12 03:59:58.926 INFO O| Dec 12 03:59:58.926 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39922024-12-12T03:59:59.378Z[ recovery-image] Dec 12 03:59:58.932 INFO O| Dec 12 03:59:58.932 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39932024-12-12T03:59:59.386Z[ recovery-image] Dec 12 03:59:58.939 INFO O| Dec 12 03:59:58.939 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39942024-12-12T03:59:59.582Z[ host-image] Dec 12 03:59:59.135 INFO O| Dec 12 03:59:59.135 INFO O| Done
39952024-12-12T03:59:59.876Z[ recovery-image] Dec 12 03:59:59.429 INFO O| Dec 12 03:59:59.429 INFO rolled back to input snapshot; work may begin
39962024-12-12T03:59:59.876Z[ recovery-image] Dec 12 03:59:59.429 INFO O| Dec 12 03:59:59.429 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39972024-12-12T03:59:59.881Z[ recovery-image] Dec 12 03:59:59.435 INFO O| Dec 12 03:59:59.435 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-12-12T03:59:59.893Z[ recovery-image] Dec 12 03:59:59.447 INFO O| Dec 12 03:59:59.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
39992024-12-12T03:59:59.939Z[ recovery-image] Dec 12 03:59:59.493 INFO O| Dec 12 03:59:59.493 INFO STEP 0 (remove_files) COMPLETE
40002024-12-12T03:59:59.939Z[ recovery-image] Dec 12 03:59:59.493 INFO O| Dec 12 03:59:59.493 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-12-12T03:59:59.943Z[ host-image] Dec 12 03:59:59.496 INFO O| Dec 12 03:59:59.496 INFO STEP 11 (pkg_install) COMPLETE
40022024-12-12T03:59:59.945Z[ host-image] Dec 12 03:59:59.497 INFO O| Dec 12 03:59:59.496 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40032024-12-12T03:59:59.958Z[ recovery-image] Dec 12 03:59:59.512 INFO O| Dec 12 03:59:59.512 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40042024-12-12T03:59:59.960Z[ host-image] Dec 12 03:59:59.513 INFO O| Dec 12 03:59:59.513 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
40052024-12-12T03:59:59.963Z[ recovery-image] Dec 12 03:59:59.515 INFO O| Dec 12 03:59:59.515 INFO STEP 1 (remove_files) COMPLETE
40062024-12-12T03:59:59.963Z[ recovery-image] Dec 12 03:59:59.515 INFO O| Dec 12 03:59:59.515 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-12-12T03:59:59.978Z[ recovery-image] Dec 12 03:59:59.532 INFO O| Dec 12 03:59:59.532 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40082024-12-12T04:00:00.001Z[ recovery-image] Dec 12 03:59:59.555 INFO O| Dec 12 03:59:59.555 INFO STEP 2 (remove_files) COMPLETE
40092024-12-12T04:00:00.001Z[ recovery-image] Dec 12 03:59:59.555 INFO O| Dec 12 03:59:59.555 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-12-12T04:00:00.021Z[ recovery-image] Dec 12 03:59:59.575 INFO O| Dec 12 03:59:59.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40112024-12-12T04:00:00.025Z[ recovery-image] Dec 12 03:59:59.578 INFO O| Dec 12 03:59:59.578 INFO STEP 3 (remove_files) COMPLETE
40122024-12-12T04:00:00.025Z[ recovery-image] Dec 12 03:59:59.578 INFO O| Dec 12 03:59:59.578 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-12-12T04:00:00.044Z[ recovery-image] Dec 12 03:59:59.598 INFO O| Dec 12 03:59:59.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40142024-12-12T04:00:00.051Z[ recovery-image] Dec 12 03:59:59.604 INFO O| Dec 12 03:59:59.604 INFO STEP 4 (remove_files) COMPLETE
40152024-12-12T04:00:00.051Z[ recovery-image] Dec 12 03:59:59.604 INFO O| Dec 12 03:59:59.604 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-12-12T04:00:00.070Z[ recovery-image] Dec 12 03:59:59.624 INFO O| Dec 12 03:59:59.624 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40172024-12-12T04:00:00.074Z[ recovery-image] Dec 12 03:59:59.624 INFO O| Dec 12 03:59:59.624 INFO STEP 5 (remove_files) COMPLETE
40182024-12-12T04:00:00.074Z[ recovery-image] Dec 12 03:59:59.624 INFO O| Dec 12 03:59:59.624 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-12-12T04:00:00.087Z[ recovery-image] Dec 12 03:59:59.640 INFO O| Dec 12 03:59:59.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40202024-12-12T04:00:00.110Z[ recovery-image] Dec 12 03:59:59.664 INFO O| Dec 12 03:59:59.663 INFO STEP 6 (remove_files) COMPLETE
40212024-12-12T04:00:00.110Z[ recovery-image] Dec 12 03:59:59.664 INFO O| Dec 12 03:59:59.664 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-12-12T04:00:00.113Z[ recovery-image] Dec 12 03:59:59.664 INFO O| Dec 12 03:59:59.664 INFO skip step because feature "recovery" is enabled
40232024-12-12T04:00:00.113Z[ recovery-image] Dec 12 03:59:59.664 INFO O| Dec 12 03:59:59.664 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-12-12T04:00:00.113Z[ recovery-image] Dec 12 03:59:59.664 INFO O| Dec 12 03:59:59.664 INFO skip step because feature "recovery" is enabled
40252024-12-12T04:00:00.113Z[ recovery-image] Dec 12 03:59:59.664 INFO O| Dec 12 03:59:59.664 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-12-12T04:00:00.113Z[ recovery-image] Dec 12 03:59:59.664 INFO O| Dec 12 03:59:59.664 INFO skip step because feature "recovery" is enabled
40272024-12-12T04:00:00.113Z[ recovery-image] Dec 12 03:59:59.664 INFO O| Dec 12 03:59:59.664 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-12-12T04:00:00.127Z[ recovery-image] Dec 12 03:59:59.681 INFO O| Dec 12 03:59:59.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40292024-12-12T04:00:00.135Z[ recovery-image] Dec 12 03:59:59.689 INFO O| Dec 12 03:59:59.688 INFO STEP 10 (remove_files) COMPLETE
40302024-12-12T04:00:00.137Z[ recovery-image] Dec 12 03:59:59.689 INFO O| Dec 12 03:59:59.689 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-12-12T04:00:00.149Z[ recovery-image] Dec 12 03:59:59.703 INFO O| Dec 12 03:59:59.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40322024-12-12T04:00:00.152Z[ recovery-image] Dec 12 03:59:59.704 INFO O| Dec 12 03:59:59.704 INFO STEP 11 (remove_files) COMPLETE
40332024-12-12T04:00:00.152Z[ recovery-image] Dec 12 03:59:59.704 INFO O| Dec 12 03:59:59.704 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-12-12T04:00:00.161Z[ recovery-image] Dec 12 03:59:59.715 INFO O| Dec 12 03:59:59.715 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40352024-12-12T04:00:00.164Z[ recovery-image] Dec 12 03:59:59.717 INFO O| Dec 12 03:59:59.717 INFO STEP 12 (remove_files) COMPLETE
40362024-12-12T04:00:00.164Z[ recovery-image] Dec 12 03:59:59.717 INFO O| Dec 12 03:59:59.717 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-12T04:00:00.190Z[ recovery-image] Dec 12 03:59:59.743 INFO O| Dec 12 03:59:59.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40382024-12-12T04:00:00.268Z[ recovery-image] Dec 12 03:59:59.822 INFO O| Dec 12 03:59:59.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40392024-12-12T04:00:00.272Z[ recovery-image] Dec 12 03:59:59.823 INFO O| Dec 12 03:59:59.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40402024-12-12T04:00:00.283Z[ recovery-image] Dec 12 03:59:59.837 INFO O| Dec 12 03:59:59.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40412024-12-12T04:00:00.286Z[ recovery-image] Dec 12 03:59:59.838 INFO O| Dec 12 03:59:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40422024-12-12T04:00:00.424Z[ recovery-image] Dec 12 03:59:59.977 INFO O| Dec 12 03:59:59.977 INFO STEP 13 (remove_files) COMPLETE
40432024-12-12T04:00:00.424Z[ recovery-image] Dec 12 03:59:59.977 INFO O| Dec 12 03:59:59.977 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-12-12T04:00:00.436Z[ recovery-image] Dec 12 03:59:59.990 INFO O| Dec 12 03:59:59.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40452024-12-12T04:00:00.439Z[ recovery-image] Dec 12 03:59:59.992 INFO O| Dec 12 03:59:59.991 INFO STEP 14 (remove_files) COMPLETE
40462024-12-12T04:00:00.439Z[ recovery-image] Dec 12 03:59:59.992 INFO O| Dec 12 03:59:59.992 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-12-12T04:00:00.449Z[ recovery-image] Dec 12 04:00:00.003 INFO O| Dec 12 04:00:00.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40482024-12-12T04:00:00.458Z[ recovery-image] Dec 12 04:00:00.012 INFO O| Dec 12 04:00:00.012 INFO STEP 15 (remove_files) COMPLETE
40492024-12-12T04:00:00.461Z[ recovery-image] Dec 12 04:00:00.012 INFO O| Dec 12 04:00:00.012 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-12-12T04:00:00.471Z[ recovery-image] Dec 12 04:00:00.024 INFO O| Dec 12 04:00:00.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40512024-12-12T04:00:00.473Z[ recovery-image] Dec 12 04:00:00.025 INFO O| Dec 12 04:00:00.025 INFO STEP 16 (remove_files) COMPLETE
40522024-12-12T04:00:00.473Z[ recovery-image] Dec 12 04:00:00.025 INFO O| Dec 12 04:00:00.025 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-12-12T04:00:00.484Z[ recovery-image] Dec 12 04:00:00.038 INFO O| Dec 12 04:00:00.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40542024-12-12T04:00:00.487Z[ recovery-image] Dec 12 04:00:00.040 INFO O| Dec 12 04:00:00.040 INFO STEP 17 (remove_files) COMPLETE
40552024-12-12T04:00:00.487Z[ recovery-image] Dec 12 04:00:00.040 INFO O| Dec 12 04:00:00.040 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-12-12T04:00:00.498Z[ recovery-image] Dec 12 04:00:00.051 INFO O| Dec 12 04:00:00.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40572024-12-12T04:00:00.501Z[ recovery-image] Dec 12 04:00:00.052 INFO O| Dec 12 04:00:00.052 INFO STEP 18 (remove_files) COMPLETE
40582024-12-12T04:00:00.501Z[ recovery-image] Dec 12 04:00:00.052 INFO O| Dec 12 04:00:00.052 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-12T04:00:00.510Z[ recovery-image] Dec 12 04:00:00.063 INFO O| Dec 12 04:00:00.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40602024-12-12T04:00:00.510Z[ recovery-image] Dec 12 04:00:00.063 INFO O| Dec 12 04:00:00.063 INFO STEP 19 (remove_files) COMPLETE
40612024-12-12T04:00:00.513Z[ recovery-image] Dec 12 04:00:00.063 INFO O| Dec 12 04:00:00.063 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-12T04:00:00.516Z[ host-image] Dec 12 04:00:00.069 INFO O| Dec 12 04:00:00.069 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40632024-12-12T04:00:00.521Z[ recovery-image] Dec 12 04:00:00.075 INFO O| Dec 12 04:00:00.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40642024-12-12T04:00:00.521Z[ recovery-image] Dec 12 04:00:00.075 INFO O| Dec 12 04:00:00.075 INFO STEP 20 (remove_files) COMPLETE
40652024-12-12T04:00:00.524Z[ recovery-image] Dec 12 04:00:00.075 INFO O| Dec 12 04:00:00.075 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-12-12T04:00:00.535Z[ recovery-image] Dec 12 04:00:00.089 INFO O| Dec 12 04:00:00.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40672024-12-12T04:00:00.535Z[ recovery-image] Dec 12 04:00:00.089 INFO O| Dec 12 04:00:00.089 INFO STEP 21 (remove_files) COMPLETE
40682024-12-12T04:00:00.537Z[ recovery-image] Dec 12 04:00:00.089 INFO O| Dec 12 04:00:00.089 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-12T04:00:00.548Z[ recovery-image] Dec 12 04:00:00.101 INFO O| Dec 12 04:00:00.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40702024-12-12T04:00:00.548Z[ recovery-image] Dec 12 04:00:00.101 INFO O| Dec 12 04:00:00.101 INFO STEP 22 (remove_files) COMPLETE
40712024-12-12T04:00:00.548Z[ recovery-image] Dec 12 04:00:00.101 INFO O| Dec 12 04:00:00.101 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-12T04:00:00.559Z[ recovery-image] Dec 12 04:00:00.113 INFO O| Dec 12 04:00:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40732024-12-12T04:00:00.559Z[ recovery-image] Dec 12 04:00:00.113 INFO O| Dec 12 04:00:00.113 INFO STEP 23 (remove_files) COMPLETE
40742024-12-12T04:00:00.563Z[ recovery-image] Dec 12 04:00:00.113 INFO O| Dec 12 04:00:00.113 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-12T04:00:00.571Z[ recovery-image] Dec 12 04:00:00.125 INFO O| Dec 12 04:00:00.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40762024-12-12T04:00:00.571Z[ recovery-image] Dec 12 04:00:00.125 INFO O| Dec 12 04:00:00.125 INFO STEP 24 (remove_files) COMPLETE
40772024-12-12T04:00:00.575Z[ recovery-image] Dec 12 04:00:00.125 INFO O| Dec 12 04:00:00.125 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-12T04:00:00.583Z[ recovery-image] Dec 12 04:00:00.137 INFO O| Dec 12 04:00:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40792024-12-12T04:00:00.583Z[ recovery-image] Dec 12 04:00:00.137 INFO O| Dec 12 04:00:00.137 INFO STEP 25 (remove_files) COMPLETE
40802024-12-12T04:00:00.583Z[ recovery-image] Dec 12 04:00:00.137 INFO O| Dec 12 04:00:00.137 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-12T04:00:00.594Z[ recovery-image] Dec 12 04:00:00.148 INFO O| Dec 12 04:00:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
40822024-12-12T04:00:00.594Z[ recovery-image] Dec 12 04:00:00.148 INFO O| Dec 12 04:00:00.148 INFO STEP 26 (remove_files) COMPLETE
40832024-12-12T04:00:00.597Z[ recovery-image] Dec 12 04:00:00.148 INFO O| Dec 12 04:00:00.148 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-12T04:00:00.608Z[ recovery-image] Dec 12 04:00:00.162 INFO O| Dec 12 04:00:00.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
40852024-12-12T04:00:00.609Z[ recovery-image] Dec 12 04:00:00.162 INFO O| Dec 12 04:00:00.162 INFO STEP 27 (remove_files) COMPLETE
40862024-12-12T04:00:00.611Z[ recovery-image] Dec 12 04:00:00.162 INFO O| Dec 12 04:00:00.162 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-12T04:00:00.621Z[ recovery-image] Dec 12 04:00:00.175 INFO O| Dec 12 04:00:00.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
40882024-12-12T04:00:00.621Z[ recovery-image] Dec 12 04:00:00.175 INFO O| Dec 12 04:00:00.175 INFO STEP 28 (remove_files) COMPLETE
40892024-12-12T04:00:00.621Z[ recovery-image] Dec 12 04:00:00.175 INFO O| Dec 12 04:00:00.175 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-12T04:00:00.633Z[ recovery-image] Dec 12 04:00:00.187 INFO O| Dec 12 04:00:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
40912024-12-12T04:00:00.633Z[ recovery-image] Dec 12 04:00:00.187 INFO O| Dec 12 04:00:00.187 INFO STEP 29 (remove_files) COMPLETE
40922024-12-12T04:00:00.633Z[ recovery-image] Dec 12 04:00:00.187 INFO O| Dec 12 04:00:00.187 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-12T04:00:00.645Z[ recovery-image] Dec 12 04:00:00.199 INFO O| Dec 12 04:00:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
40942024-12-12T04:00:00.645Z[ recovery-image] Dec 12 04:00:00.199 INFO O| Dec 12 04:00:00.199 INFO STEP 30 (remove_files) COMPLETE
40952024-12-12T04:00:00.648Z[ recovery-image] Dec 12 04:00:00.199 INFO O| Dec 12 04:00:00.199 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-12T04:00:00.659Z[ recovery-image] Dec 12 04:00:00.213 INFO O| Dec 12 04:00:00.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
40972024-12-12T04:00:00.659Z[ recovery-image] Dec 12 04:00:00.213 INFO O| Dec 12 04:00:00.213 INFO STEP 31 (remove_files) COMPLETE
40982024-12-12T04:00:00.659Z[ recovery-image] Dec 12 04:00:00.213 INFO O| Dec 12 04:00:00.213 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-12T04:00:00.672Z[ recovery-image] Dec 12 04:00:00.225 INFO O| Dec 12 04:00:00.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41002024-12-12T04:00:00.672Z[ recovery-image] Dec 12 04:00:00.226 INFO O| Dec 12 04:00:00.226 INFO STEP 32 (remove_files) COMPLETE
41012024-12-12T04:00:00.672Z[ recovery-image] Dec 12 04:00:00.226 INFO O| Dec 12 04:00:00.226 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-12T04:00:00.686Z[ recovery-image] Dec 12 04:00:00.240 INFO O| Dec 12 04:00:00.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41032024-12-12T04:00:00.686Z[ recovery-image] Dec 12 04:00:00.240 INFO O| Dec 12 04:00:00.240 INFO STEP 33 (remove_files) COMPLETE
41042024-12-12T04:00:00.689Z[ recovery-image] Dec 12 04:00:00.240 INFO O| Dec 12 04:00:00.240 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-12T04:00:00.698Z[ recovery-image] Dec 12 04:00:00.252 INFO O| Dec 12 04:00:00.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41062024-12-12T04:00:00.698Z[ recovery-image] Dec 12 04:00:00.252 INFO O| Dec 12 04:00:00.252 INFO STEP 34 (remove_files) COMPLETE
41072024-12-12T04:00:00.701Z[ recovery-image] Dec 12 04:00:00.252 INFO O| Dec 12 04:00:00.252 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-12T04:00:00.709Z[ recovery-image] Dec 12 04:00:00.263 INFO O| Dec 12 04:00:00.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41092024-12-12T04:00:00.709Z[ recovery-image] Dec 12 04:00:00.263 INFO O| Dec 12 04:00:00.263 INFO STEP 35 (remove_files) COMPLETE
41102024-12-12T04:00:00.709Z[ recovery-image] Dec 12 04:00:00.263 INFO O| Dec 12 04:00:00.263 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-12T04:00:00.721Z[ recovery-image] Dec 12 04:00:00.275 INFO O| Dec 12 04:00:00.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41122024-12-12T04:00:00.721Z[ recovery-image] Dec 12 04:00:00.275 INFO O| Dec 12 04:00:00.275 INFO STEP 36 (remove_files) COMPLETE
41132024-12-12T04:00:00.721Z[ recovery-image] Dec 12 04:00:00.275 INFO O| Dec 12 04:00:00.275 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-12T04:00:00.733Z[ recovery-image] Dec 12 04:00:00.286 INFO O| Dec 12 04:00:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41152024-12-12T04:00:00.733Z[ recovery-image] Dec 12 04:00:00.286 INFO O| Dec 12 04:00:00.286 INFO STEP 37 (remove_files) COMPLETE
41162024-12-12T04:00:00.736Z[ recovery-image] Dec 12 04:00:00.287 INFO O| Dec 12 04:00:00.286 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-12T04:00:00.744Z[ recovery-image] Dec 12 04:00:00.298 INFO O| Dec 12 04:00:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41182024-12-12T04:00:00.747Z[ recovery-image] Dec 12 04:00:00.298 INFO O| Dec 12 04:00:00.298 INFO STEP 38 (remove_files) COMPLETE
41192024-12-12T04:00:00.747Z[ recovery-image] Dec 12 04:00:00.298 INFO O| Dec 12 04:00:00.298 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-12T04:00:00.757Z[ recovery-image] Dec 12 04:00:00.311 INFO O| Dec 12 04:00:00.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41212024-12-12T04:00:00.757Z[ recovery-image] Dec 12 04:00:00.311 INFO O| Dec 12 04:00:00.311 INFO STEP 39 (remove_files) COMPLETE
41222024-12-12T04:00:00.757Z[ recovery-image] Dec 12 04:00:00.311 INFO O| Dec 12 04:00:00.311 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-12T04:00:00.770Z[ recovery-image] Dec 12 04:00:00.324 INFO O| Dec 12 04:00:00.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41242024-12-12T04:00:00.770Z[ recovery-image] Dec 12 04:00:00.324 INFO O| Dec 12 04:00:00.324 INFO STEP 40 (remove_files) COMPLETE
41252024-12-12T04:00:00.770Z[ recovery-image] Dec 12 04:00:00.324 INFO O| Dec 12 04:00:00.324 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-12T04:00:00.782Z[ recovery-image] Dec 12 04:00:00.336 INFO O| Dec 12 04:00:00.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41272024-12-12T04:00:00.782Z[ recovery-image] Dec 12 04:00:00.336 INFO O| Dec 12 04:00:00.336 INFO STEP 41 (remove_files) COMPLETE
41282024-12-12T04:00:00.782Z[ recovery-image] Dec 12 04:00:00.336 INFO O| Dec 12 04:00:00.336 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-12T04:00:00.795Z[ recovery-image] Dec 12 04:00:00.348 INFO O| Dec 12 04:00:00.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41302024-12-12T04:00:00.795Z[ recovery-image] Dec 12 04:00:00.348 INFO O| Dec 12 04:00:00.348 INFO STEP 42 (remove_files) COMPLETE
41312024-12-12T04:00:00.804Z[ recovery-image] Dec 12 04:00:00.348 INFO O| Dec 12 04:00:00.348 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-12T04:00:00.807Z[ recovery-image] Dec 12 04:00:00.361 INFO O| Dec 12 04:00:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41332024-12-12T04:00:00.807Z[ recovery-image] Dec 12 04:00:00.361 INFO O| Dec 12 04:00:00.361 INFO STEP 43 (remove_files) COMPLETE
41342024-12-12T04:00:00.808Z[ recovery-image] Dec 12 04:00:00.361 INFO O| Dec 12 04:00:00.361 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-12T04:00:00.821Z[ recovery-image] Dec 12 04:00:00.374 INFO O| Dec 12 04:00:00.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41362024-12-12T04:00:00.821Z[ recovery-image] Dec 12 04:00:00.374 INFO O| Dec 12 04:00:00.374 INFO STEP 44 (remove_files) COMPLETE
41372024-12-12T04:00:00.824Z[ recovery-image] Dec 12 04:00:00.374 INFO O| Dec 12 04:00:00.374 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-12T04:00:00.832Z[ recovery-image] Dec 12 04:00:00.386 INFO O| Dec 12 04:00:00.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41392024-12-12T04:00:00.832Z[ recovery-image] Dec 12 04:00:00.386 INFO O| Dec 12 04:00:00.386 INFO STEP 45 (remove_files) COMPLETE
41402024-12-12T04:00:00.835Z[ recovery-image] Dec 12 04:00:00.386 INFO O| Dec 12 04:00:00.386 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-12T04:00:00.845Z[ recovery-image] Dec 12 04:00:00.398 INFO O| Dec 12 04:00:00.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41422024-12-12T04:00:00.845Z[ recovery-image] Dec 12 04:00:00.398 INFO O| Dec 12 04:00:00.398 INFO STEP 46 (remove_files) COMPLETE
41432024-12-12T04:00:00.847Z[ recovery-image] Dec 12 04:00:00.398 INFO O| Dec 12 04:00:00.398 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-12T04:00:00.857Z[ recovery-image] Dec 12 04:00:00.411 INFO O| Dec 12 04:00:00.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41452024-12-12T04:00:00.857Z[ recovery-image] Dec 12 04:00:00.411 INFO O| Dec 12 04:00:00.411 INFO STEP 47 (remove_files) COMPLETE
41462024-12-12T04:00:00.860Z[ recovery-image] Dec 12 04:00:00.411 INFO O| Dec 12 04:00:00.411 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-12T04:00:00.871Z[ recovery-image] Dec 12 04:00:00.424 INFO O| Dec 12 04:00:00.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41482024-12-12T04:00:00.874Z[ recovery-image] Dec 12 04:00:00.424 INFO O| Dec 12 04:00:00.424 INFO STEP 48 (remove_files) COMPLETE
41492024-12-12T04:00:00.874Z[ recovery-image] Dec 12 04:00:00.424 INFO O| Dec 12 04:00:00.424 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-12T04:00:00.883Z[ recovery-image] Dec 12 04:00:00.436 INFO O| Dec 12 04:00:00.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41512024-12-12T04:00:00.883Z[ recovery-image] Dec 12 04:00:00.437 INFO O| Dec 12 04:00:00.437 INFO STEP 49 (remove_files) COMPLETE
41522024-12-12T04:00:00.883Z[ recovery-image] Dec 12 04:00:00.437 INFO O| Dec 12 04:00:00.437 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-12T04:00:00.895Z[ recovery-image] Dec 12 04:00:00.449 INFO O| Dec 12 04:00:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41542024-12-12T04:00:00.895Z[ recovery-image] Dec 12 04:00:00.449 INFO O| Dec 12 04:00:00.449 INFO STEP 50 (remove_files) COMPLETE
41552024-12-12T04:00:00.895Z[ recovery-image] Dec 12 04:00:00.449 INFO O| Dec 12 04:00:00.449 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-12T04:00:00.908Z[ recovery-image] Dec 12 04:00:00.462 INFO O| Dec 12 04:00:00.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41572024-12-12T04:00:00.908Z[ recovery-image] Dec 12 04:00:00.462 INFO O| Dec 12 04:00:00.462 INFO STEP 51 (remove_files) COMPLETE
41582024-12-12T04:00:00.908Z[ recovery-image] Dec 12 04:00:00.462 INFO O| Dec 12 04:00:00.462 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-12T04:00:00.921Z[ recovery-image] Dec 12 04:00:00.474 INFO O| Dec 12 04:00:00.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41602024-12-12T04:00:00.921Z[ recovery-image] Dec 12 04:00:00.474 INFO O| Dec 12 04:00:00.474 INFO STEP 52 (remove_files) COMPLETE
41612024-12-12T04:00:00.923Z[ recovery-image] Dec 12 04:00:00.474 INFO O| Dec 12 04:00:00.474 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-12T04:00:00.934Z[ recovery-image] Dec 12 04:00:00.487 INFO O| Dec 12 04:00:00.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41632024-12-12T04:00:00.934Z[ recovery-image] Dec 12 04:00:00.487 INFO O| Dec 12 04:00:00.487 INFO STEP 53 (remove_files) COMPLETE
41642024-12-12T04:00:00.934Z[ recovery-image] Dec 12 04:00:00.487 INFO O| Dec 12 04:00:00.487 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-12T04:00:00.947Z[ recovery-image] Dec 12 04:00:00.500 INFO O| Dec 12 04:00:00.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41662024-12-12T04:00:00.947Z[ recovery-image] Dec 12 04:00:00.500 INFO O| Dec 12 04:00:00.500 INFO STEP 54 (remove_files) COMPLETE
41672024-12-12T04:00:00.949Z[ recovery-image] Dec 12 04:00:00.500 INFO O| Dec 12 04:00:00.500 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-12T04:00:00.959Z[ recovery-image] Dec 12 04:00:00.512 INFO O| Dec 12 04:00:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41692024-12-12T04:00:00.961Z[ recovery-image] Dec 12 04:00:00.512 INFO O| Dec 12 04:00:00.512 INFO STEP 55 (remove_files) COMPLETE
41702024-12-12T04:00:00.962Z[ recovery-image] Dec 12 04:00:00.513 INFO O| Dec 12 04:00:00.512 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-12T04:00:00.970Z[ recovery-image] Dec 12 04:00:00.524 INFO O| Dec 12 04:00:00.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41722024-12-12T04:00:00.970Z[ recovery-image] Dec 12 04:00:00.524 INFO O| Dec 12 04:00:00.524 INFO STEP 56 (remove_files) COMPLETE
41732024-12-12T04:00:00.970Z[ recovery-image] Dec 12 04:00:00.524 INFO O| Dec 12 04:00:00.524 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-12T04:00:00.984Z[ recovery-image] Dec 12 04:00:00.537 INFO O| Dec 12 04:00:00.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41752024-12-12T04:00:00.984Z[ recovery-image] Dec 12 04:00:00.537 INFO O| Dec 12 04:00:00.537 INFO STEP 57 (remove_files) COMPLETE
41762024-12-12T04:00:00.986Z[ recovery-image] Dec 12 04:00:00.537 INFO O| Dec 12 04:00:00.537 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-12T04:00:00.998Z[ recovery-image] Dec 12 04:00:00.551 INFO O| Dec 12 04:00:00.551 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41782024-12-12T04:00:00.998Z[ recovery-image] Dec 12 04:00:00.551 INFO O| Dec 12 04:00:00.551 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41792024-12-12T04:00:01.000Z[ recovery-image] Dec 12 04:00:00.551 INFO O| Dec 12 04:00:00.551 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41802024-12-12T04:00:01.000Z[ recovery-image] Dec 12 04:00:00.552 INFO O| Dec 12 04:00:00.552 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41812024-12-12T04:00:01.001Z[ recovery-image] Dec 12 04:00:00.552 INFO O| Dec 12 04:00:00.552 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41822024-12-12T04:00:01.001Z[ recovery-image] Dec 12 04:00:00.552 INFO O| Dec 12 04:00:00.552 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41832024-12-12T04:00:01.001Z[ recovery-image] Dec 12 04:00:00.552 INFO O| Dec 12 04:00:00.552 INFO ok!
41842024-12-12T04:00:01.001Z[ recovery-image] Dec 12 04:00:00.552 INFO O| Dec 12 04:00:00.552 INFO STEP 58 (ensure_file) COMPLETE
41852024-12-12T04:00:01.001Z[ recovery-image] Dec 12 04:00:00.552 INFO O| Dec 12 04:00:00.552 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-12T04:00:01.013Z[ recovery-image] Dec 12 04:00:00.566 INFO O| Dec 12 04:00:00.566 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
41872024-12-12T04:00:01.013Z[ recovery-image] Dec 12 04:00:00.566 INFO O| Dec 12 04:00:00.566 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
41882024-12-12T04:00:01.016Z[ recovery-image] Dec 12 04:00:00.566 INFO O| Dec 12 04:00:00.566 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41892024-12-12T04:00:01.016Z[ recovery-image] Dec 12 04:00:00.566 INFO O| Dec 12 04:00:00.566 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41902024-12-12T04:00:01.016Z[ recovery-image] Dec 12 04:00:00.567 INFO O| Dec 12 04:00:00.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41912024-12-12T04:00:01.016Z[ recovery-image] Dec 12 04:00:00.567 INFO O| Dec 12 04:00:00.567 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41922024-12-12T04:00:01.016Z[ recovery-image] Dec 12 04:00:00.567 INFO O| Dec 12 04:00:00.567 INFO ok!
41932024-12-12T04:00:01.016Z[ recovery-image] Dec 12 04:00:00.567 INFO O| Dec 12 04:00:00.567 INFO STEP 59 (ensure_file) COMPLETE
41942024-12-12T04:00:01.016Z[ recovery-image] Dec 12 04:00:00.567 INFO O| Dec 12 04:00:00.567 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-12T04:00:01.026Z[ recovery-image] Dec 12 04:00:00.580 INFO O| Dec 12 04:00:00.580 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
41962024-12-12T04:00:01.027Z[ recovery-image] Dec 12 04:00:00.580 INFO O| Dec 12 04:00:00.580 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
41972024-12-12T04:00:01.029Z[ recovery-image] Dec 12 04:00:00.580 INFO O| Dec 12 04:00:00.580 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
41982024-12-12T04:00:01.029Z[ recovery-image] Dec 12 04:00:00.580 INFO O| Dec 12 04:00:00.580 INFO ok!
41992024-12-12T04:00:01.029Z[ recovery-image] Dec 12 04:00:00.580 INFO O| Dec 12 04:00:00.580 INFO STEP 60 (ensure_file) COMPLETE
42002024-12-12T04:00:01.029Z[ recovery-image] Dec 12 04:00:00.580 INFO O| Dec 12 04:00:00.580 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-12T04:00:01.041Z[ recovery-image] Dec 12 04:00:00.594 INFO O| Dec 12 04:00:00.594 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42022024-12-12T04:00:01.043Z[ recovery-image] Dec 12 04:00:00.594 INFO O| Dec 12 04:00:00.594 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42032024-12-12T04:00:01.043Z[ recovery-image] Dec 12 04:00:00.594 INFO O| Dec 12 04:00:00.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42042024-12-12T04:00:01.043Z[ recovery-image] Dec 12 04:00:00.594 INFO O| Dec 12 04:00:00.594 INFO ok!
42052024-12-12T04:00:01.043Z[ recovery-image] Dec 12 04:00:00.594 INFO O| Dec 12 04:00:00.594 INFO STEP 61 (ensure_file) COMPLETE
42062024-12-12T04:00:01.043Z[ recovery-image] Dec 12 04:00:00.594 INFO O| Dec 12 04:00:00.594 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-12T04:00:01.055Z[ recovery-image] Dec 12 04:00:00.609 INFO O| Dec 12 04:00:00.609 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42082024-12-12T04:00:01.055Z[ recovery-image] Dec 12 04:00:00.609 INFO O| Dec 12 04:00:00.609 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42092024-12-12T04:00:01.058Z[ recovery-image] Dec 12 04:00:00.609 INFO O| Dec 12 04:00:00.609 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42102024-12-12T04:00:01.058Z[ recovery-image] Dec 12 04:00:00.609 INFO O| Dec 12 04:00:00.609 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42112024-12-12T04:00:01.058Z[ recovery-image] Dec 12 04:00:00.609 INFO O| Dec 12 04:00:00.609 INFO ok!
42122024-12-12T04:00:01.059Z[ recovery-image] Dec 12 04:00:00.609 INFO O| Dec 12 04:00:00.609 INFO STEP 62 (ensure_file) COMPLETE
42132024-12-12T04:00:01.059Z[ recovery-image] Dec 12 04:00:00.609 INFO O| Dec 12 04:00:00.609 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-12T04:00:01.068Z[ recovery-image] Dec 12 04:00:00.622 INFO O| Dec 12 04:00:00.621 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42152024-12-12T04:00:01.071Z[ recovery-image] Dec 12 04:00:00.622 INFO O| Dec 12 04:00:00.622 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42162024-12-12T04:00:01.071Z[ recovery-image] Dec 12 04:00:00.622 INFO O| Dec 12 04:00:00.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42172024-12-12T04:00:01.071Z[ recovery-image] Dec 12 04:00:00.622 INFO O| Dec 12 04:00:00.622 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42182024-12-12T04:00:01.071Z[ recovery-image] Dec 12 04:00:00.622 INFO O| Dec 12 04:00:00.622 INFO ok!
42192024-12-12T04:00:01.071Z[ recovery-image] Dec 12 04:00:00.622 INFO O| Dec 12 04:00:00.622 INFO STEP 63 (ensure_file) COMPLETE
42202024-12-12T04:00:01.071Z[ recovery-image] Dec 12 04:00:00.622 INFO O| Dec 12 04:00:00.622 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212024-12-12T04:00:01.084Z[ recovery-image] Dec 12 04:00:00.638 INFO O| Dec 12 04:00:00.637 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42222024-12-12T04:00:01.084Z[ recovery-image] Dec 12 04:00:00.638 INFO O| Dec 12 04:00:00.638 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42232024-12-12T04:00:01.084Z[ recovery-image] Dec 12 04:00:00.638 INFO O| Dec 12 04:00:00.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42242024-12-12T04:00:01.087Z[ recovery-image] Dec 12 04:00:00.638 INFO O| Dec 12 04:00:00.638 INFO ok!
42252024-12-12T04:00:01.087Z[ recovery-image] Dec 12 04:00:00.638 INFO O| Dec 12 04:00:00.638 INFO STEP 64 (assemble_files) COMPLETE
42262024-12-12T04:00:01.087Z[ recovery-image] Dec 12 04:00:00.638 INFO O| Dec 12 04:00:00.638 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272024-12-12T04:00:01.097Z[ recovery-image] Dec 12 04:00:00.650 INFO O| Dec 12 04:00:00.650 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42282024-12-12T04:00:01.097Z[ recovery-image] Dec 12 04:00:00.650 INFO O| Dec 12 04:00:00.650 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42292024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.650 INFO O| Dec 12 04:00:00.650 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42302024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.650 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42312024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO ok!
42322024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO STEP 65 (ensure_file) COMPLETE
42332024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42342024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO skip step because feature "omicron1" is not enabled
42352024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42362024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO skip step because feature "omicron1" is not enabled
42372024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO skip step because feature "omicron1" is not enabled
42392024-12-12T04:00:01.100Z[ recovery-image] Dec 12 04:00:00.651 INFO O| Dec 12 04:00:00.651 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402024-12-12T04:00:01.114Z[ recovery-image] Dec 12 04:00:00.668 INFO O| Dec 12 04:00:00.668 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42412024-12-12T04:00:01.114Z[ recovery-image] Dec 12 04:00:00.668 INFO O| Dec 12 04:00:00.668 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42422024-12-12T04:00:02.556Z[ recovery-image] Dec 12 04:00:02.110 INFO O| Dec 12 04:00:02.109 INFO STEP 69 (pack_tar) COMPLETE
42432024-12-12T04:00:02.556Z[ recovery-image] Dec 12 04:00:02.110 INFO O| Dec 12 04:00:02.110 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42442024-12-12T04:00:02.559Z[ recovery-image] Dec 12 04:00:02.110 INFO O| Dec 12 04:00:02.110 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42452024-12-12T04:00:03.267Z[ recovery-image] Dec 12 04:00:02.821 INFO O| Dec 12 04:00:02.820 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42462024-12-12T04:00:03.343Z[ recovery-image] Dec 12 04:00:02.896 INFO O| Dec 12 04:00:02.896 INFO completed processing gimlet/ramdisk-02-trim
42472024-12-12T04:00:03.345Z[ recovery-image] Dec 12 04:00:02.898 INFO image builder template: ramdisk-03-recovery-trim...
42482024-12-12T04:00:03.345Z[ recovery-image] Dec 12 04:00:02.898 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/.tmpE8K8vy/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.34.301", "-n", "ramdisk-03-recovery-trim"], pwd: None
42492024-12-12T04:00:03.355Z[ host-image] Dec 12 04:00:02.908 INFO O| Dec 12 04:00:02.908 INFO O| Planning: Solver setup ... Done
42502024-12-12T04:00:03.359Z[ host-image] Dec 12 04:00:02.913 INFO O| Dec 12 04:00:02.913 INFO O| Planning: Running solver ... Done
42512024-12-12T04:00:03.423Z[ host-image] Dec 12 04:00:02.977 INFO O| Dec 12 04:00:02.977 INFO O| Planning: Finding local manifests ... Done
42522024-12-12T04:00:03.426Z[ host-image] Dec 12 04:00:02.978 INFO O| Dec 12 04:00:02.978 INFO O| Planning: Fetching manifests: 0/5 0% complete
42532024-12-12T04:00:03.458Z[ recovery-image] Dec 12 04:00:03.012 INFO O| Dec 12 04:00:03.011 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42542024-12-12T04:00:03.464Z[ recovery-image] Dec 12 04:00:03.017 INFO O| Dec 12 04:00:03.017 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42552024-12-12T04:00:03.543Z[ recovery-image] Dec 12 04:00:03.096 INFO O| Dec 12 04:00:03.096 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42562024-12-12T04:00:03.572Z[ host-image] Dec 12 04:00:03.125 INFO O| Dec 12 04:00:03.125 INFO O| Planning: Fetching manifests: 5/5 100% complete
42572024-12-12T04:00:03.588Z[ recovery-image] Dec 12 04:00:03.141 INFO O| Dec 12 04:00:03.141 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42582024-12-12T04:00:03.588Z[ recovery-image] Dec 12 04:00:03.142 INFO O| Dec 12 04:00:03.142 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42592024-12-12T04:00:03.599Z[ recovery-image] Dec 12 04:00:03.152 INFO O| Dec 12 04:00:03.152 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42602024-12-12T04:00:03.601Z[ host-image] Dec 12 04:00:03.155 INFO O| Dec 12 04:00:03.155 INFO O| Planning: Package planning ... Done
42612024-12-12T04:00:03.605Z[ recovery-image] Dec 12 04:00:03.158 INFO O| Dec 12 04:00:03.158 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42622024-12-12T04:00:03.607Z[ host-image] Dec 12 04:00:03.161 INFO O| Dec 12 04:00:03.160 INFO O| Planning: Merging actions ... Done
42632024-12-12T04:00:03.612Z[ recovery-image] Dec 12 04:00:03.165 INFO O| Dec 12 04:00:03.165 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42642024-12-12T04:00:03.691Z[ host-image] Dec 12 04:00:03.244 INFO O| Dec 12 04:00:03.244 INFO O| Planning: Checking for conflicting actions ... Done
42652024-12-12T04:00:03.693Z[ host-image] Dec 12 04:00:03.246 INFO O| Dec 12 04:00:03.246 INFO O| Planning: Consolidating action changes ... Done
42662024-12-12T04:00:03.862Z[ recovery-image] Dec 12 04:00:03.416 INFO O| Dec 12 04:00:03.416 INFO rolled back to input snapshot; work may begin
42672024-12-12T04:00:03.862Z[ recovery-image] Dec 12 04:00:03.416 INFO O| Dec 12 04:00:03.416 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42682024-12-12T04:00:03.869Z[ recovery-image] Dec 12 04:00:03.422 INFO O| Dec 12 04:00:03.422 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-12-12T04:00:03.880Z[ recovery-image] Dec 12 04:00:03.434 INFO O| Dec 12 04:00:03.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42702024-12-12T04:00:03.883Z[ recovery-image] Dec 12 04:00:03.437 INFO O| Dec 12 04:00:03.437 INFO STEP 0 (remove_files) COMPLETE
42712024-12-12T04:00:03.883Z[ recovery-image] Dec 12 04:00:03.437 INFO O| Dec 12 04:00:03.437 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-12-12T04:00:03.892Z[ host-image] Dec 12 04:00:03.446 INFO O| Dec 12 04:00:03.446 INFO O| Planning: Evaluating mediators ... Done
42732024-12-12T04:00:03.895Z[ host-image] Dec 12 04:00:03.447 INFO O| Dec 12 04:00:03.447 INFO O| Planning: Planning completed in 3.38 seconds
42742024-12-12T04:00:03.899Z[ host-image] Dec 12 04:00:03.449 INFO O| Dec 12 04:00:03.449 INFO O| Packages to install: 5
42752024-12-12T04:00:03.899Z[ host-image] Dec 12 04:00:03.449 INFO O| Dec 12 04:00:03.449 INFO O| Services to change: 2
42762024-12-12T04:00:03.899Z[ recovery-image] Dec 12 04:00:03.450 INFO O| Dec 12 04:00:03.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42772024-12-12T04:00:03.908Z[ host-image] Dec 12 04:00:03.462 INFO O| Dec 12 04:00:03.461 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
42782024-12-12T04:00:03.952Z[ recovery-image] Dec 12 04:00:03.505 INFO O| Dec 12 04:00:03.505 INFO STEP 1 (remove_files) COMPLETE
42792024-12-12T04:00:03.952Z[ recovery-image] Dec 12 04:00:03.506 INFO O| Dec 12 04:00:03.505 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-12-12T04:00:03.967Z[ recovery-image] Dec 12 04:00:03.521 INFO O| Dec 12 04:00:03.521 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42812024-12-12T04:00:03.970Z[ recovery-image] Dec 12 04:00:03.522 INFO O| Dec 12 04:00:03.522 INFO STEP 2 (remove_files) COMPLETE
42822024-12-12T04:00:03.970Z[ recovery-image] Dec 12 04:00:03.522 INFO O| Dec 12 04:00:03.522 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-12-12T04:00:03.981Z[ recovery-image] Dec 12 04:00:03.535 INFO O| Dec 12 04:00:03.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42842024-12-12T04:00:04.026Z[ recovery-image] Dec 12 04:00:03.579 INFO O| Dec 12 04:00:03.579 INFO STEP 3 (remove_files) COMPLETE
42852024-12-12T04:00:04.026Z[ recovery-image] Dec 12 04:00:03.579 INFO O| Dec 12 04:00:03.579 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-12-12T04:00:04.038Z[ recovery-image] Dec 12 04:00:03.592 INFO O| Dec 12 04:00:03.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
42872024-12-12T04:00:04.055Z[ recovery-image] Dec 12 04:00:03.608 INFO O| Dec 12 04:00:03.608 INFO STEP 4 (remove_files) COMPLETE
42882024-12-12T04:00:04.055Z[ recovery-image] Dec 12 04:00:03.608 INFO O| Dec 12 04:00:03.608 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-12-12T04:00:04.067Z[ recovery-image] Dec 12 04:00:03.620 INFO O| Dec 12 04:00:03.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
42902024-12-12T04:00:04.070Z[ recovery-image] Dec 12 04:00:03.624 INFO O| Dec 12 04:00:03.624 INFO STEP 5 (remove_files) COMPLETE
42912024-12-12T04:00:04.070Z[ recovery-image] Dec 12 04:00:03.624 INFO O| Dec 12 04:00:03.624 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-12-12T04:00:04.083Z[ recovery-image] Dec 12 04:00:03.636 INFO O| Dec 12 04:00:03.636 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
42932024-12-12T04:00:04.085Z[ recovery-image] Dec 12 04:00:03.638 INFO O| Dec 12 04:00:03.638 INFO STEP 6 (remove_files) COMPLETE
42942024-12-12T04:00:04.085Z[ recovery-image] Dec 12 04:00:03.638 INFO O| Dec 12 04:00:03.638 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-12-12T04:00:04.097Z[ recovery-image] Dec 12 04:00:03.650 INFO O| Dec 12 04:00:03.650 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
42962024-12-12T04:00:04.099Z[ recovery-image] Dec 12 04:00:03.652 INFO O| Dec 12 04:00:03.652 INFO STEP 7 (remove_files) COMPLETE
42972024-12-12T04:00:04.099Z[ recovery-image] Dec 12 04:00:03.652 INFO O| Dec 12 04:00:03.652 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-12-12T04:00:04.111Z[ recovery-image] Dec 12 04:00:03.665 INFO O| Dec 12 04:00:03.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
42992024-12-12T04:00:04.114Z[ recovery-image] Dec 12 04:00:03.668 INFO O| Dec 12 04:00:03.668 INFO STEP 8 (remove_files) COMPLETE
43002024-12-12T04:00:04.117Z[ recovery-image] Dec 12 04:00:03.668 INFO O| Dec 12 04:00:03.668 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-12-12T04:00:04.128Z[ recovery-image] Dec 12 04:00:03.682 INFO O| Dec 12 04:00:03.682 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43022024-12-12T04:00:04.131Z[ recovery-image] Dec 12 04:00:03.682 INFO O| Dec 12 04:00:03.682 INFO STEP 9 (remove_files) COMPLETE
43032024-12-12T04:00:04.131Z[ recovery-image] Dec 12 04:00:03.682 INFO O| Dec 12 04:00:03.682 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-12-12T04:00:04.141Z[ recovery-image] Dec 12 04:00:03.695 INFO O| Dec 12 04:00:03.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43052024-12-12T04:00:04.163Z[ recovery-image] Dec 12 04:00:03.696 INFO O| Dec 12 04:00:03.696 INFO STEP 10 (remove_files) COMPLETE
43062024-12-12T04:00:04.164Z[ recovery-image] Dec 12 04:00:03.696 INFO O| Dec 12 04:00:03.696 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-12-12T04:00:04.166Z[ recovery-image] Dec 12 04:00:03.708 INFO O| Dec 12 04:00:03.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43082024-12-12T04:00:04.205Z[ recovery-image] Dec 12 04:00:03.759 INFO O| Dec 12 04:00:03.759 INFO STEP 11 (remove_files) COMPLETE
43092024-12-12T04:00:04.205Z[ recovery-image] Dec 12 04:00:03.759 INFO O| Dec 12 04:00:03.759 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-12-12T04:00:04.218Z[ recovery-image] Dec 12 04:00:03.772 INFO O| Dec 12 04:00:03.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43112024-12-12T04:00:04.221Z[ recovery-image] Dec 12 04:00:03.775 INFO O| Dec 12 04:00:03.775 INFO STEP 12 (remove_files) COMPLETE
43122024-12-12T04:00:04.221Z[ recovery-image] Dec 12 04:00:03.775 INFO O| Dec 12 04:00:03.775 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-12T04:00:04.233Z[ recovery-image] Dec 12 04:00:03.786 INFO O| Dec 12 04:00:03.786 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43142024-12-12T04:00:04.236Z[ recovery-image] Dec 12 04:00:03.789 INFO O| Dec 12 04:00:03.789 INFO STEP 13 (remove_files) COMPLETE
43152024-12-12T04:00:04.236Z[ recovery-image] Dec 12 04:00:03.789 INFO O| Dec 12 04:00:03.789 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-12T04:00:04.246Z[ recovery-image] Dec 12 04:00:03.800 INFO O| Dec 12 04:00:03.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43172024-12-12T04:00:04.248Z[ recovery-image] Dec 12 04:00:03.800 INFO O| Dec 12 04:00:03.800 INFO STEP 14 (remove_files) COMPLETE
43182024-12-12T04:00:04.249Z[ recovery-image] Dec 12 04:00:03.800 INFO O| Dec 12 04:00:03.800 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-12T04:00:04.257Z[ recovery-image] Dec 12 04:00:03.811 INFO O| Dec 12 04:00:03.811 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43202024-12-12T04:00:04.259Z[ recovery-image] Dec 12 04:00:03.812 INFO O| Dec 12 04:00:03.812 INFO STEP 15 (remove_files) COMPLETE
43212024-12-12T04:00:04.259Z[ recovery-image] Dec 12 04:00:03.812 INFO O| Dec 12 04:00:03.812 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-12T04:00:04.269Z[ recovery-image] Dec 12 04:00:03.823 INFO O| Dec 12 04:00:03.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43232024-12-12T04:00:04.280Z[ recovery-image] Dec 12 04:00:03.833 INFO O| Dec 12 04:00:03.833 INFO STEP 16 (remove_files) COMPLETE
43242024-12-12T04:00:04.280Z[ recovery-image] Dec 12 04:00:03.833 INFO O| Dec 12 04:00:03.833 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-12T04:00:04.292Z[ recovery-image] Dec 12 04:00:03.846 INFO O| Dec 12 04:00:03.846 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43262024-12-12T04:00:04.292Z[ recovery-image] Dec 12 04:00:03.846 INFO O| Dec 12 04:00:03.846 INFO STEP 17 (remove_files) COMPLETE
43272024-12-12T04:00:04.295Z[ recovery-image] Dec 12 04:00:03.846 INFO O| Dec 12 04:00:03.846 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-12T04:00:04.304Z[ recovery-image] Dec 12 04:00:03.857 INFO O| Dec 12 04:00:03.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43292024-12-12T04:00:04.306Z[ recovery-image] Dec 12 04:00:03.858 INFO O| Dec 12 04:00:03.858 INFO STEP 18 (remove_files) COMPLETE
43302024-12-12T04:00:04.306Z[ recovery-image] Dec 12 04:00:03.858 INFO O| Dec 12 04:00:03.858 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-12T04:00:04.315Z[ recovery-image] Dec 12 04:00:03.869 INFO O| Dec 12 04:00:03.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43322024-12-12T04:00:04.367Z[ recovery-image] Dec 12 04:00:03.920 INFO O| Dec 12 04:00:03.920 INFO STEP 19 (remove_files) COMPLETE
43332024-12-12T04:00:04.367Z[ recovery-image] Dec 12 04:00:03.920 INFO O| Dec 12 04:00:03.920 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-12T04:00:04.381Z[ recovery-image] Dec 12 04:00:03.935 INFO O| Dec 12 04:00:03.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43352024-12-12T04:00:04.384Z[ recovery-image] Dec 12 04:00:03.935 INFO O| Dec 12 04:00:03.935 INFO STEP 20 (remove_files) COMPLETE
43362024-12-12T04:00:04.384Z[ recovery-image] Dec 12 04:00:03.935 INFO O| Dec 12 04:00:03.935 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-12T04:00:04.393Z[ recovery-image] Dec 12 04:00:03.947 INFO O| Dec 12 04:00:03.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43382024-12-12T04:00:04.393Z[ recovery-image] Dec 12 04:00:03.947 INFO O| Dec 12 04:00:03.947 INFO STEP 21 (remove_files) COMPLETE
43392024-12-12T04:00:04.393Z[ recovery-image] Dec 12 04:00:03.947 INFO O| Dec 12 04:00:03.947 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-12T04:00:04.404Z[ recovery-image] Dec 12 04:00:03.957 INFO O| Dec 12 04:00:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43412024-12-12T04:00:04.407Z[ recovery-image] Dec 12 04:00:03.958 INFO O| Dec 12 04:00:03.958 INFO STEP 22 (remove_files) COMPLETE
43422024-12-12T04:00:04.407Z[ recovery-image] Dec 12 04:00:03.958 INFO O| Dec 12 04:00:03.958 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-12T04:00:04.416Z[ recovery-image] Dec 12 04:00:03.969 INFO O| Dec 12 04:00:03.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43442024-12-12T04:00:04.419Z[ recovery-image] Dec 12 04:00:03.969 INFO O| Dec 12 04:00:03.969 INFO STEP 23 (remove_files) COMPLETE
43452024-12-12T04:00:04.419Z[ recovery-image] Dec 12 04:00:03.969 INFO O| Dec 12 04:00:03.969 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-12T04:00:04.427Z[ recovery-image] Dec 12 04:00:03.980 INFO O| Dec 12 04:00:03.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43472024-12-12T04:00:04.429Z[ recovery-image] Dec 12 04:00:03.981 INFO O| Dec 12 04:00:03.980 INFO STEP 24 (remove_files) COMPLETE
43482024-12-12T04:00:04.429Z[ recovery-image] Dec 12 04:00:03.981 INFO O| Dec 12 04:00:03.980 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-12T04:00:04.437Z[ recovery-image] Dec 12 04:00:03.991 INFO O| Dec 12 04:00:03.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43502024-12-12T04:00:04.438Z[ recovery-image] Dec 12 04:00:03.991 INFO O| Dec 12 04:00:03.991 INFO STEP 25 (remove_files) COMPLETE
43512024-12-12T04:00:04.440Z[ recovery-image] Dec 12 04:00:03.991 INFO O| Dec 12 04:00:03.991 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-12T04:00:04.448Z[ recovery-image] Dec 12 04:00:04.001 INFO O| Dec 12 04:00:04.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43532024-12-12T04:00:04.448Z[ recovery-image] Dec 12 04:00:04.001 INFO O| Dec 12 04:00:04.001 INFO STEP 26 (remove_files) COMPLETE
43542024-12-12T04:00:04.448Z[ recovery-image] Dec 12 04:00:04.001 INFO O| Dec 12 04:00:04.001 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-12T04:00:04.459Z[ recovery-image] Dec 12 04:00:04.012 INFO O| Dec 12 04:00:04.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43562024-12-12T04:00:04.462Z[ recovery-image] Dec 12 04:00:04.013 INFO O| Dec 12 04:00:04.013 INFO STEP 27 (remove_files) COMPLETE
43572024-12-12T04:00:04.462Z[ recovery-image] Dec 12 04:00:04.013 INFO O| Dec 12 04:00:04.013 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-12T04:00:04.470Z[ recovery-image] Dec 12 04:00:04.024 INFO O| Dec 12 04:00:04.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43592024-12-12T04:00:04.473Z[ recovery-image] Dec 12 04:00:04.025 INFO O| Dec 12 04:00:04.025 INFO STEP 28 (remove_files) COMPLETE
43602024-12-12T04:00:04.473Z[ recovery-image] Dec 12 04:00:04.025 INFO O| Dec 12 04:00:04.025 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-12T04:00:04.481Z[ recovery-image] Dec 12 04:00:04.035 INFO O| Dec 12 04:00:04.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43622024-12-12T04:00:04.482Z[ recovery-image] Dec 12 04:00:04.035 INFO O| Dec 12 04:00:04.035 INFO STEP 29 (remove_files) COMPLETE
43632024-12-12T04:00:04.482Z[ recovery-image] Dec 12 04:00:04.035 INFO O| Dec 12 04:00:04.035 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-12T04:00:04.492Z[ recovery-image] Dec 12 04:00:04.045 INFO O| Dec 12 04:00:04.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43652024-12-12T04:00:04.492Z[ recovery-image] Dec 12 04:00:04.045 INFO O| Dec 12 04:00:04.045 INFO STEP 30 (remove_files) COMPLETE
43662024-12-12T04:00:04.494Z[ recovery-image] Dec 12 04:00:04.045 INFO O| Dec 12 04:00:04.045 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-12T04:00:04.502Z[ recovery-image] Dec 12 04:00:04.055 INFO O| Dec 12 04:00:04.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43682024-12-12T04:00:04.502Z[ recovery-image] Dec 12 04:00:04.055 INFO O| Dec 12 04:00:04.055 INFO STEP 31 (remove_files) COMPLETE
43692024-12-12T04:00:04.502Z[ recovery-image] Dec 12 04:00:04.055 INFO O| Dec 12 04:00:04.055 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-12T04:00:04.513Z[ recovery-image] Dec 12 04:00:04.067 INFO O| Dec 12 04:00:04.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43712024-12-12T04:00:04.516Z[ recovery-image] Dec 12 04:00:04.067 INFO O| Dec 12 04:00:04.067 INFO STEP 32 (remove_files) COMPLETE
43722024-12-12T04:00:04.517Z[ recovery-image] Dec 12 04:00:04.067 INFO O| Dec 12 04:00:04.067 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-12T04:00:04.525Z[ recovery-image] Dec 12 04:00:04.079 INFO O| Dec 12 04:00:04.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43742024-12-12T04:00:04.526Z[ recovery-image] Dec 12 04:00:04.079 INFO O| Dec 12 04:00:04.079 INFO STEP 33 (remove_files) COMPLETE
43752024-12-12T04:00:04.528Z[ recovery-image] Dec 12 04:00:04.079 INFO O| Dec 12 04:00:04.079 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-12T04:00:04.537Z[ recovery-image] Dec 12 04:00:04.090 INFO O| Dec 12 04:00:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43772024-12-12T04:00:04.537Z[ recovery-image] Dec 12 04:00:04.091 INFO O| Dec 12 04:00:04.091 INFO STEP 34 (remove_files) COMPLETE
43782024-12-12T04:00:04.540Z[ recovery-image] Dec 12 04:00:04.091 INFO O| Dec 12 04:00:04.091 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-12T04:00:04.547Z[ recovery-image] Dec 12 04:00:04.101 INFO O| Dec 12 04:00:04.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
43802024-12-12T04:00:04.547Z[ recovery-image] Dec 12 04:00:04.101 INFO O| Dec 12 04:00:04.101 INFO STEP 35 (remove_files) COMPLETE
43812024-12-12T04:00:04.547Z[ recovery-image] Dec 12 04:00:04.101 INFO O| Dec 12 04:00:04.101 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-12T04:00:04.558Z[ recovery-image] Dec 12 04:00:04.111 INFO O| Dec 12 04:00:04.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
43832024-12-12T04:00:04.558Z[ recovery-image] Dec 12 04:00:04.111 INFO O| Dec 12 04:00:04.111 INFO STEP 36 (remove_files) COMPLETE
43842024-12-12T04:00:04.561Z[ recovery-image] Dec 12 04:00:04.111 INFO O| Dec 12 04:00:04.111 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-12T04:00:04.569Z[ recovery-image] Dec 12 04:00:04.123 INFO O| Dec 12 04:00:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
43862024-12-12T04:00:04.572Z[ recovery-image] Dec 12 04:00:04.123 INFO O| Dec 12 04:00:04.123 INFO STEP 37 (remove_files) COMPLETE
43872024-12-12T04:00:04.572Z[ recovery-image] Dec 12 04:00:04.123 INFO O| Dec 12 04:00:04.123 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-12T04:00:04.580Z[ recovery-image] Dec 12 04:00:04.133 INFO O| Dec 12 04:00:04.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
43892024-12-12T04:00:04.582Z[ recovery-image] Dec 12 04:00:04.133 INFO O| Dec 12 04:00:04.133 INFO STEP 38 (remove_files) COMPLETE
43902024-12-12T04:00:04.582Z[ recovery-image] Dec 12 04:00:04.133 INFO O| Dec 12 04:00:04.133 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-12T04:00:04.591Z[ recovery-image] Dec 12 04:00:04.144 INFO O| Dec 12 04:00:04.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
43922024-12-12T04:00:04.594Z[ recovery-image] Dec 12 04:00:04.145 INFO O| Dec 12 04:00:04.145 INFO STEP 39 (remove_files) COMPLETE
43932024-12-12T04:00:04.595Z[ recovery-image] Dec 12 04:00:04.145 INFO O| Dec 12 04:00:04.145 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-12T04:00:04.602Z[ recovery-image] Dec 12 04:00:04.155 INFO O| Dec 12 04:00:04.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
43952024-12-12T04:00:04.602Z[ recovery-image] Dec 12 04:00:04.155 INFO O| Dec 12 04:00:04.155 INFO STEP 40 (remove_files) COMPLETE
43962024-12-12T04:00:04.602Z[ recovery-image] Dec 12 04:00:04.156 INFO O| Dec 12 04:00:04.155 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-12T04:00:04.614Z[ recovery-image] Dec 12 04:00:04.167 INFO O| Dec 12 04:00:04.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
43982024-12-12T04:00:04.614Z[ recovery-image] Dec 12 04:00:04.167 INFO O| Dec 12 04:00:04.167 INFO STEP 41 (remove_files) COMPLETE
43992024-12-12T04:00:04.614Z[ recovery-image] Dec 12 04:00:04.167 INFO O| Dec 12 04:00:04.167 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-12T04:00:04.625Z[ recovery-image] Dec 12 04:00:04.178 INFO O| Dec 12 04:00:04.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44012024-12-12T04:00:04.625Z[ recovery-image] Dec 12 04:00:04.178 INFO O| Dec 12 04:00:04.178 INFO STEP 42 (remove_files) COMPLETE
44022024-12-12T04:00:04.627Z[ recovery-image] Dec 12 04:00:04.178 INFO O| Dec 12 04:00:04.178 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-12T04:00:04.635Z[ recovery-image] Dec 12 04:00:04.188 INFO O| Dec 12 04:00:04.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44042024-12-12T04:00:04.635Z[ recovery-image] Dec 12 04:00:04.188 INFO O| Dec 12 04:00:04.188 INFO STEP 43 (remove_files) COMPLETE
44052024-12-12T04:00:04.635Z[ recovery-image] Dec 12 04:00:04.188 INFO O| Dec 12 04:00:04.188 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-12T04:00:04.645Z[ recovery-image] Dec 12 04:00:04.199 INFO O| Dec 12 04:00:04.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44072024-12-12T04:00:04.648Z[ recovery-image] Dec 12 04:00:04.199 INFO O| Dec 12 04:00:04.199 INFO STEP 44 (remove_files) COMPLETE
44082024-12-12T04:00:04.648Z[ recovery-image] Dec 12 04:00:04.199 INFO O| Dec 12 04:00:04.199 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-12T04:00:04.656Z[ recovery-image] Dec 12 04:00:04.209 INFO O| Dec 12 04:00:04.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44102024-12-12T04:00:04.658Z[ recovery-image] Dec 12 04:00:04.209 INFO O| Dec 12 04:00:04.209 INFO STEP 45 (remove_files) COMPLETE
44112024-12-12T04:00:04.659Z[ recovery-image] Dec 12 04:00:04.209 INFO O| Dec 12 04:00:04.209 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-12T04:00:04.666Z[ recovery-image] Dec 12 04:00:04.220 INFO O| Dec 12 04:00:04.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44132024-12-12T04:00:04.669Z[ recovery-image] Dec 12 04:00:04.220 INFO O| Dec 12 04:00:04.220 INFO STEP 46 (remove_files) COMPLETE
44142024-12-12T04:00:04.669Z[ recovery-image] Dec 12 04:00:04.220 INFO O| Dec 12 04:00:04.220 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-12T04:00:04.678Z[ recovery-image] Dec 12 04:00:04.231 INFO O| Dec 12 04:00:04.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44162024-12-12T04:00:04.681Z[ recovery-image] Dec 12 04:00:04.232 INFO O| Dec 12 04:00:04.232 INFO STEP 47 (remove_files) COMPLETE
44172024-12-12T04:00:04.681Z[ recovery-image] Dec 12 04:00:04.232 INFO O| Dec 12 04:00:04.232 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-12T04:00:04.689Z[ recovery-image] Dec 12 04:00:04.242 INFO O| Dec 12 04:00:04.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44192024-12-12T04:00:04.691Z[ recovery-image] Dec 12 04:00:04.242 INFO O| Dec 12 04:00:04.242 INFO STEP 48 (remove_files) COMPLETE
44202024-12-12T04:00:04.691Z[ recovery-image] Dec 12 04:00:04.242 INFO O| Dec 12 04:00:04.242 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-12T04:00:04.699Z[ recovery-image] Dec 12 04:00:04.253 INFO O| Dec 12 04:00:04.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44222024-12-12T04:00:04.702Z[ recovery-image] Dec 12 04:00:04.253 INFO O| Dec 12 04:00:04.253 INFO STEP 49 (remove_files) COMPLETE
44232024-12-12T04:00:04.702Z[ recovery-image] Dec 12 04:00:04.253 INFO O| Dec 12 04:00:04.253 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-12T04:00:04.710Z[ recovery-image] Dec 12 04:00:04.263 INFO O| Dec 12 04:00:04.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44252024-12-12T04:00:04.712Z[ recovery-image] Dec 12 04:00:04.263 INFO O| Dec 12 04:00:04.263 INFO STEP 50 (remove_files) COMPLETE
44262024-12-12T04:00:04.712Z[ recovery-image] Dec 12 04:00:04.264 INFO O| Dec 12 04:00:04.263 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-12T04:00:04.720Z[ recovery-image] Dec 12 04:00:04.274 INFO O| Dec 12 04:00:04.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44282024-12-12T04:00:04.722Z[ recovery-image] Dec 12 04:00:04.275 INFO O| Dec 12 04:00:04.275 INFO STEP 51 (remove_files) COMPLETE
44292024-12-12T04:00:04.723Z[ recovery-image] Dec 12 04:00:04.275 INFO O| Dec 12 04:00:04.275 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-12T04:00:04.732Z[ recovery-image] Dec 12 04:00:04.285 INFO O| Dec 12 04:00:04.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44312024-12-12T04:00:04.734Z[ recovery-image] Dec 12 04:00:04.286 INFO O| Dec 12 04:00:04.286 INFO STEP 52 (remove_files) COMPLETE
44322024-12-12T04:00:04.734Z[ recovery-image] Dec 12 04:00:04.286 INFO O| Dec 12 04:00:04.286 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-12T04:00:04.743Z[ recovery-image] Dec 12 04:00:04.296 INFO O| Dec 12 04:00:04.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44342024-12-12T04:00:04.746Z[ recovery-image] Dec 12 04:00:04.297 INFO O| Dec 12 04:00:04.297 INFO STEP 53 (remove_files) COMPLETE
44352024-12-12T04:00:04.746Z[ recovery-image] Dec 12 04:00:04.297 INFO O| Dec 12 04:00:04.297 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-12T04:00:04.754Z[ recovery-image] Dec 12 04:00:04.307 INFO O| Dec 12 04:00:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44372024-12-12T04:00:04.757Z[ recovery-image] Dec 12 04:00:04.308 INFO O| Dec 12 04:00:04.308 INFO STEP 54 (remove_files) COMPLETE
44382024-12-12T04:00:04.757Z[ recovery-image] Dec 12 04:00:04.308 INFO O| Dec 12 04:00:04.308 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-12T04:00:04.769Z[ recovery-image] Dec 12 04:00:04.322 INFO O| Dec 12 04:00:04.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44402024-12-12T04:00:04.769Z[ recovery-image] Dec 12 04:00:04.322 INFO O| Dec 12 04:00:04.322 INFO STEP 55 (remove_files) COMPLETE
44412024-12-12T04:00:04.771Z[ recovery-image] Dec 12 04:00:04.322 INFO O| Dec 12 04:00:04.322 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-12T04:00:04.782Z[ recovery-image] Dec 12 04:00:04.335 INFO O| Dec 12 04:00:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44432024-12-12T04:00:04.782Z[ recovery-image] Dec 12 04:00:04.335 INFO O| Dec 12 04:00:04.335 INFO STEP 56 (remove_files) COMPLETE
44442024-12-12T04:00:04.784Z[ recovery-image] Dec 12 04:00:04.335 INFO O| Dec 12 04:00:04.335 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-12T04:00:04.793Z[ recovery-image] Dec 12 04:00:04.346 INFO O| Dec 12 04:00:04.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44462024-12-12T04:00:04.793Z[ recovery-image] Dec 12 04:00:04.346 INFO O| Dec 12 04:00:04.346 INFO STEP 57 (remove_files) COMPLETE
44472024-12-12T04:00:04.795Z[ recovery-image] Dec 12 04:00:04.346 INFO O| Dec 12 04:00:04.346 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-12T04:00:04.803Z[ recovery-image] Dec 12 04:00:04.357 INFO O| Dec 12 04:00:04.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44492024-12-12T04:00:04.806Z[ recovery-image] Dec 12 04:00:04.357 INFO O| Dec 12 04:00:04.357 INFO STEP 58 (remove_files) COMPLETE
44502024-12-12T04:00:04.806Z[ recovery-image] Dec 12 04:00:04.357 INFO O| Dec 12 04:00:04.357 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-12T04:00:04.814Z[ recovery-image] Dec 12 04:00:04.367 INFO O| Dec 12 04:00:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44522024-12-12T04:00:04.817Z[ recovery-image] Dec 12 04:00:04.368 INFO O| Dec 12 04:00:04.367 INFO STEP 59 (remove_files) COMPLETE
44532024-12-12T04:00:04.817Z[ recovery-image] Dec 12 04:00:04.368 INFO O| Dec 12 04:00:04.367 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-12T04:00:04.825Z[ recovery-image] Dec 12 04:00:04.378 INFO O| Dec 12 04:00:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44552024-12-12T04:00:04.825Z[ recovery-image] Dec 12 04:00:04.378 INFO O| Dec 12 04:00:04.378 INFO STEP 60 (remove_files) COMPLETE
44562024-12-12T04:00:04.825Z[ recovery-image] Dec 12 04:00:04.378 INFO O| Dec 12 04:00:04.378 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-12T04:00:04.835Z[ recovery-image] Dec 12 04:00:04.389 INFO O| Dec 12 04:00:04.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44582024-12-12T04:00:04.838Z[ recovery-image] Dec 12 04:00:04.389 INFO O| Dec 12 04:00:04.389 INFO STEP 61 (remove_files) COMPLETE
44592024-12-12T04:00:04.838Z[ recovery-image] Dec 12 04:00:04.389 INFO O| Dec 12 04:00:04.389 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-12T04:00:04.846Z[ recovery-image] Dec 12 04:00:04.400 INFO O| Dec 12 04:00:04.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44612024-12-12T04:00:04.846Z[ recovery-image] Dec 12 04:00:04.400 INFO O| Dec 12 04:00:04.400 INFO STEP 62 (remove_files) COMPLETE
44622024-12-12T04:00:04.848Z[ recovery-image] Dec 12 04:00:04.400 INFO O| Dec 12 04:00:04.400 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-12T04:00:04.856Z[ recovery-image] Dec 12 04:00:04.410 INFO O| Dec 12 04:00:04.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44642024-12-12T04:00:04.859Z[ recovery-image] Dec 12 04:00:04.411 INFO O| Dec 12 04:00:04.410 INFO STEP 63 (remove_files) COMPLETE
44652024-12-12T04:00:04.859Z[ recovery-image] Dec 12 04:00:04.411 INFO O| Dec 12 04:00:04.411 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-12T04:00:04.868Z[ recovery-image] Dec 12 04:00:04.421 INFO O| Dec 12 04:00:04.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44672024-12-12T04:00:04.868Z[ recovery-image] Dec 12 04:00:04.421 INFO O| Dec 12 04:00:04.421 INFO STEP 64 (remove_files) COMPLETE
44682024-12-12T04:00:04.871Z[ recovery-image] Dec 12 04:00:04.421 INFO O| Dec 12 04:00:04.421 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-12T04:00:04.880Z[ recovery-image] Dec 12 04:00:04.433 INFO O| Dec 12 04:00:04.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44702024-12-12T04:00:04.880Z[ recovery-image] Dec 12 04:00:04.433 INFO O| Dec 12 04:00:04.433 INFO STEP 65 (remove_files) COMPLETE
44712024-12-12T04:00:04.882Z[ recovery-image] Dec 12 04:00:04.434 INFO O| Dec 12 04:00:04.433 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-12T04:00:04.891Z[ recovery-image] Dec 12 04:00:04.444 INFO O| Dec 12 04:00:04.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44732024-12-12T04:00:04.891Z[ recovery-image] Dec 12 04:00:04.444 INFO O| Dec 12 04:00:04.444 INFO STEP 66 (remove_files) COMPLETE
44742024-12-12T04:00:04.891Z[ recovery-image] Dec 12 04:00:04.444 INFO O| Dec 12 04:00:04.444 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-12T04:00:04.902Z[ recovery-image] Dec 12 04:00:04.455 INFO O| Dec 12 04:00:04.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44762024-12-12T04:00:04.902Z[ recovery-image] Dec 12 04:00:04.455 INFO O| Dec 12 04:00:04.455 INFO STEP 67 (remove_files) COMPLETE
44772024-12-12T04:00:04.905Z[ recovery-image] Dec 12 04:00:04.455 INFO O| Dec 12 04:00:04.455 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-12T04:00:04.912Z[ recovery-image] Dec 12 04:00:04.466 INFO O| Dec 12 04:00:04.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
44792024-12-12T04:00:04.912Z[ recovery-image] Dec 12 04:00:04.466 INFO O| Dec 12 04:00:04.466 INFO STEP 68 (remove_files) COMPLETE
44802024-12-12T04:00:04.915Z[ recovery-image] Dec 12 04:00:04.466 INFO O| Dec 12 04:00:04.466 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-12T04:00:04.924Z[ recovery-image] Dec 12 04:00:04.477 INFO O| Dec 12 04:00:04.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
44822024-12-12T04:00:04.924Z[ recovery-image] Dec 12 04:00:04.477 INFO O| Dec 12 04:00:04.477 INFO STEP 69 (remove_files) COMPLETE
44832024-12-12T04:00:04.926Z[ recovery-image] Dec 12 04:00:04.477 INFO O| Dec 12 04:00:04.477 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-12T04:00:04.930Z[ host-image] Dec 12 04:00:04.483 INFO O| Dec 12 04:00:04.483 INFO O| Download: Completed 1.44 MB in 1.02 seconds (1.4M/s)
44852024-12-12T04:00:04.937Z[ recovery-image] Dec 12 04:00:04.490 INFO O| Dec 12 04:00:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
44862024-12-12T04:00:04.937Z[ recovery-image] Dec 12 04:00:04.490 INFO O| Dec 12 04:00:04.490 INFO STEP 70 (remove_files) COMPLETE
44872024-12-12T04:00:04.940Z[ recovery-image] Dec 12 04:00:04.490 INFO O| Dec 12 04:00:04.490 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-12-12T04:00:04.949Z[ recovery-image] Dec 12 04:00:04.503 INFO O| Dec 12 04:00:04.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
44892024-12-12T04:00:04.949Z[ recovery-image] Dec 12 04:00:04.503 INFO O| Dec 12 04:00:04.503 INFO STEP 71 (remove_files) COMPLETE
44902024-12-12T04:00:04.952Z[ recovery-image] Dec 12 04:00:04.503 INFO O| Dec 12 04:00:04.503 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-12-12T04:00:04.959Z[ host-image] Dec 12 04:00:04.513 INFO O| Dec 12 04:00:04.513 INFO O| Actions: 1/305 actions (Installing new actions)
44922024-12-12T04:00:04.962Z[ recovery-image] Dec 12 04:00:04.514 INFO O| Dec 12 04:00:04.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
44932024-12-12T04:00:04.962Z[ recovery-image] Dec 12 04:00:04.514 INFO O| Dec 12 04:00:04.514 INFO STEP 72 (remove_files) COMPLETE
44942024-12-12T04:00:04.962Z[ recovery-image] Dec 12 04:00:04.514 INFO O| Dec 12 04:00:04.514 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-12T04:00:04.971Z[ recovery-image] Dec 12 04:00:04.525 INFO O| Dec 12 04:00:04.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
44962024-12-12T04:00:04.971Z[ recovery-image] Dec 12 04:00:04.525 INFO O| Dec 12 04:00:04.525 INFO STEP 73 (remove_files) COMPLETE
44972024-12-12T04:00:04.972Z[ recovery-image] Dec 12 04:00:04.525 INFO O| Dec 12 04:00:04.525 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-12T04:00:04.982Z[ recovery-image] Dec 12 04:00:04.536 INFO O| Dec 12 04:00:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
44992024-12-12T04:00:04.983Z[ recovery-image] Dec 12 04:00:04.536 INFO O| Dec 12 04:00:04.536 INFO STEP 74 (remove_files) COMPLETE
45002024-12-12T04:00:04.985Z[ recovery-image] Dec 12 04:00:04.536 INFO O| Dec 12 04:00:04.536 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-12T04:00:04.993Z[ recovery-image] Dec 12 04:00:04.547 INFO O| Dec 12 04:00:04.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45022024-12-12T04:00:04.993Z[ recovery-image] Dec 12 04:00:04.547 INFO O| Dec 12 04:00:04.547 INFO STEP 75 (remove_files) COMPLETE
45032024-12-12T04:00:04.993Z[ recovery-image] Dec 12 04:00:04.547 INFO O| Dec 12 04:00:04.547 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-12T04:00:05.004Z[ recovery-image] Dec 12 04:00:04.558 INFO O| Dec 12 04:00:04.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45052024-12-12T04:00:05.004Z[ recovery-image] Dec 12 04:00:04.558 INFO O| Dec 12 04:00:04.558 INFO STEP 76 (remove_files) COMPLETE
45062024-12-12T04:00:05.008Z[ recovery-image] Dec 12 04:00:04.558 INFO O| Dec 12 04:00:04.558 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-12T04:00:05.016Z[ recovery-image] Dec 12 04:00:04.569 INFO O| Dec 12 04:00:04.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45082024-12-12T04:00:05.016Z[ recovery-image] Dec 12 04:00:04.569 INFO O| Dec 12 04:00:04.569 INFO STEP 77 (remove_files) COMPLETE
45092024-12-12T04:00:05.018Z[ recovery-image] Dec 12 04:00:04.569 INFO O| Dec 12 04:00:04.569 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-12T04:00:05.028Z[ recovery-image] Dec 12 04:00:04.582 INFO O| Dec 12 04:00:04.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45112024-12-12T04:00:05.028Z[ recovery-image] Dec 12 04:00:04.582 INFO O| Dec 12 04:00:04.582 INFO STEP 78 (remove_files) COMPLETE
45122024-12-12T04:00:05.031Z[ recovery-image] Dec 12 04:00:04.582 INFO O| Dec 12 04:00:04.582 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-12T04:00:05.040Z[ recovery-image] Dec 12 04:00:04.593 INFO O| Dec 12 04:00:04.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45142024-12-12T04:00:05.040Z[ recovery-image] Dec 12 04:00:04.593 INFO O| Dec 12 04:00:04.593 INFO STEP 79 (remove_files) COMPLETE
45152024-12-12T04:00:05.040Z[ recovery-image] Dec 12 04:00:04.593 INFO O| Dec 12 04:00:04.593 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-12T04:00:05.053Z[ recovery-image] Dec 12 04:00:04.606 INFO O| Dec 12 04:00:04.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45172024-12-12T04:00:05.053Z[ recovery-image] Dec 12 04:00:04.606 INFO O| Dec 12 04:00:04.606 INFO STEP 80 (remove_files) COMPLETE
45182024-12-12T04:00:05.056Z[ recovery-image] Dec 12 04:00:04.606 INFO O| Dec 12 04:00:04.606 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-12T04:00:05.063Z[ recovery-image] Dec 12 04:00:04.617 INFO O| Dec 12 04:00:04.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45202024-12-12T04:00:05.063Z[ recovery-image] Dec 12 04:00:04.617 INFO O| Dec 12 04:00:04.617 INFO STEP 81 (remove_files) COMPLETE
45212024-12-12T04:00:05.063Z[ host-image] Dec 12 04:00:04.617 INFO O| Dec 12 04:00:04.617 INFO O| Actions: Completed 305 actions in 0.10 seconds.
45222024-12-12T04:00:05.063Z[ recovery-image] Dec 12 04:00:04.617 INFO O| Dec 12 04:00:04.617 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-12T04:00:05.074Z[ recovery-image] Dec 12 04:00:04.628 INFO O| Dec 12 04:00:04.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45242024-12-12T04:00:05.077Z[ recovery-image] Dec 12 04:00:04.628 INFO O| Dec 12 04:00:04.628 INFO STEP 82 (remove_files) COMPLETE
45252024-12-12T04:00:05.077Z[ recovery-image] Dec 12 04:00:04.628 INFO O| Dec 12 04:00:04.628 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-12T04:00:05.086Z[ recovery-image] Dec 12 04:00:04.639 INFO O| Dec 12 04:00:04.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45272024-12-12T04:00:05.086Z[ recovery-image] Dec 12 04:00:04.639 INFO O| Dec 12 04:00:04.639 INFO STEP 83 (remove_files) COMPLETE
45282024-12-12T04:00:05.088Z[ recovery-image] Dec 12 04:00:04.639 INFO O| Dec 12 04:00:04.639 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-12T04:00:05.097Z[ recovery-image] Dec 12 04:00:04.650 INFO O| Dec 12 04:00:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45302024-12-12T04:00:05.097Z[ recovery-image] Dec 12 04:00:04.650 INFO O| Dec 12 04:00:04.650 INFO STEP 84 (remove_files) COMPLETE
45312024-12-12T04:00:05.097Z[ recovery-image] Dec 12 04:00:04.651 INFO O| Dec 12 04:00:04.650 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-12T04:00:05.108Z[ recovery-image] Dec 12 04:00:04.662 INFO O| Dec 12 04:00:04.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45332024-12-12T04:00:05.109Z[ recovery-image] Dec 12 04:00:04.662 INFO O| Dec 12 04:00:04.662 INFO STEP 85 (remove_files) COMPLETE
45342024-12-12T04:00:05.111Z[ recovery-image] Dec 12 04:00:04.662 INFO O| Dec 12 04:00:04.662 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-12T04:00:05.120Z[ recovery-image] Dec 12 04:00:04.673 INFO O| Dec 12 04:00:04.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45362024-12-12T04:00:05.120Z[ recovery-image] Dec 12 04:00:04.673 INFO O| Dec 12 04:00:04.673 INFO STEP 86 (remove_files) COMPLETE
45372024-12-12T04:00:05.120Z[ recovery-image] Dec 12 04:00:04.673 INFO O| Dec 12 04:00:04.673 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-12T04:00:05.131Z[ recovery-image] Dec 12 04:00:04.685 INFO O| Dec 12 04:00:04.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45392024-12-12T04:00:05.131Z[ recovery-image] Dec 12 04:00:04.685 INFO O| Dec 12 04:00:04.685 INFO STEP 87 (remove_files) COMPLETE
45402024-12-12T04:00:05.134Z[ recovery-image] Dec 12 04:00:04.685 INFO O| Dec 12 04:00:04.685 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-12T04:00:05.142Z[ recovery-image] Dec 12 04:00:04.696 INFO O| Dec 12 04:00:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45422024-12-12T04:00:05.142Z[ recovery-image] Dec 12 04:00:04.696 INFO O| Dec 12 04:00:04.696 INFO STEP 88 (remove_files) COMPLETE
45432024-12-12T04:00:05.145Z[ recovery-image] Dec 12 04:00:04.696 INFO O| Dec 12 04:00:04.696 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-12T04:00:05.154Z[ recovery-image] Dec 12 04:00:04.707 INFO O| Dec 12 04:00:04.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45452024-12-12T04:00:05.154Z[ recovery-image] Dec 12 04:00:04.707 INFO O| Dec 12 04:00:04.707 INFO STEP 89 (remove_files) COMPLETE
45462024-12-12T04:00:05.154Z[ recovery-image] Dec 12 04:00:04.707 INFO O| Dec 12 04:00:04.707 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-12T04:00:05.165Z[ recovery-image] Dec 12 04:00:04.719 INFO O| Dec 12 04:00:04.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45482024-12-12T04:00:05.165Z[ recovery-image] Dec 12 04:00:04.719 INFO O| Dec 12 04:00:04.719 INFO STEP 90 (remove_files) COMPLETE
45492024-12-12T04:00:05.165Z[ recovery-image] Dec 12 04:00:04.719 INFO O| Dec 12 04:00:04.719 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-12T04:00:05.178Z[ recovery-image] Dec 12 04:00:04.732 INFO O| Dec 12 04:00:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45512024-12-12T04:00:05.178Z[ recovery-image] Dec 12 04:00:04.732 INFO O| Dec 12 04:00:04.732 INFO STEP 91 (remove_files) COMPLETE
45522024-12-12T04:00:05.181Z[ recovery-image] Dec 12 04:00:04.732 INFO O| Dec 12 04:00:04.732 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-12T04:00:05.191Z[ recovery-image] Dec 12 04:00:04.745 INFO O| Dec 12 04:00:04.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45542024-12-12T04:00:05.191Z[ recovery-image] Dec 12 04:00:04.745 INFO O| Dec 12 04:00:04.745 INFO STEP 92 (remove_files) COMPLETE
45552024-12-12T04:00:05.194Z[ recovery-image] Dec 12 04:00:04.745 INFO O| Dec 12 04:00:04.745 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-12T04:00:05.205Z[ recovery-image] Dec 12 04:00:04.758 INFO O| Dec 12 04:00:04.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45572024-12-12T04:00:05.205Z[ recovery-image] Dec 12 04:00:04.758 INFO O| Dec 12 04:00:04.758 INFO STEP 93 (remove_files) COMPLETE
45582024-12-12T04:00:05.207Z[ recovery-image] Dec 12 04:00:04.758 INFO O| Dec 12 04:00:04.758 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-12T04:00:05.216Z[ recovery-image] Dec 12 04:00:04.770 INFO O| Dec 12 04:00:04.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45602024-12-12T04:00:05.216Z[ recovery-image] Dec 12 04:00:04.770 INFO O| Dec 12 04:00:04.770 INFO STEP 94 (remove_files) COMPLETE
45612024-12-12T04:00:05.219Z[ recovery-image] Dec 12 04:00:04.770 INFO O| Dec 12 04:00:04.770 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-12T04:00:05.228Z[ recovery-image] Dec 12 04:00:04.781 INFO O| Dec 12 04:00:04.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45632024-12-12T04:00:05.230Z[ recovery-image] Dec 12 04:00:04.782 INFO O| Dec 12 04:00:04.782 INFO STEP 95 (remove_files) COMPLETE
45642024-12-12T04:00:05.230Z[ recovery-image] Dec 12 04:00:04.782 INFO O| Dec 12 04:00:04.782 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-12T04:00:05.241Z[ recovery-image] Dec 12 04:00:04.794 INFO O| Dec 12 04:00:04.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45662024-12-12T04:00:05.241Z[ recovery-image] Dec 12 04:00:04.794 INFO O| Dec 12 04:00:04.794 INFO STEP 96 (remove_files) COMPLETE
45672024-12-12T04:00:05.243Z[ recovery-image] Dec 12 04:00:04.794 INFO O| Dec 12 04:00:04.794 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-12T04:00:05.252Z[ recovery-image] Dec 12 04:00:04.806 INFO O| Dec 12 04:00:04.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45692024-12-12T04:00:05.252Z[ recovery-image] Dec 12 04:00:04.806 INFO O| Dec 12 04:00:04.806 INFO STEP 97 (remove_files) COMPLETE
45702024-12-12T04:00:05.252Z[ recovery-image] Dec 12 04:00:04.806 INFO O| Dec 12 04:00:04.806 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-12T04:00:05.264Z[ recovery-image] Dec 12 04:00:04.817 INFO O| Dec 12 04:00:04.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45722024-12-12T04:00:05.264Z[ recovery-image] Dec 12 04:00:04.817 INFO O| Dec 12 04:00:04.817 INFO STEP 98 (remove_files) COMPLETE
45732024-12-12T04:00:05.267Z[ recovery-image] Dec 12 04:00:04.818 INFO O| Dec 12 04:00:04.817 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-12T04:00:05.275Z[ recovery-image] Dec 12 04:00:04.829 INFO O| Dec 12 04:00:04.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45752024-12-12T04:00:05.278Z[ recovery-image] Dec 12 04:00:04.830 INFO O| Dec 12 04:00:04.830 INFO STEP 99 (remove_files) COMPLETE
45762024-12-12T04:00:05.278Z[ recovery-image] Dec 12 04:00:04.830 INFO O| Dec 12 04:00:04.830 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-12T04:00:05.288Z[ recovery-image] Dec 12 04:00:04.841 INFO O| Dec 12 04:00:04.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45782024-12-12T04:00:05.290Z[ recovery-image] Dec 12 04:00:04.842 INFO O| Dec 12 04:00:04.841 INFO STEP 100 (remove_files) COMPLETE
45792024-12-12T04:00:05.290Z[ recovery-image] Dec 12 04:00:04.842 INFO O| Dec 12 04:00:04.842 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-12T04:00:05.300Z[ recovery-image] Dec 12 04:00:04.853 INFO O| Dec 12 04:00:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
45812024-12-12T04:00:05.300Z[ recovery-image] Dec 12 04:00:04.853 INFO O| Dec 12 04:00:04.853 INFO STEP 101 (remove_files) COMPLETE
45822024-12-12T04:00:05.302Z[ recovery-image] Dec 12 04:00:04.853 INFO O| Dec 12 04:00:04.853 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-12T04:00:05.311Z[ recovery-image] Dec 12 04:00:04.865 INFO O| Dec 12 04:00:04.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
45842024-12-12T04:00:05.311Z[ recovery-image] Dec 12 04:00:04.865 INFO O| Dec 12 04:00:04.865 INFO STEP 102 (remove_files) COMPLETE
45852024-12-12T04:00:05.311Z[ host-image] Dec 12 04:00:04.865 INFO O| Dec 12 04:00:04.865 INFO O| Done
45862024-12-12T04:00:05.311Z[ recovery-image] Dec 12 04:00:04.865 INFO O| Dec 12 04:00:04.865 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-12T04:00:05.311Z[ host-image] Dec 12 04:00:04.865 INFO O| Dec 12 04:00:04.865 INFO O| Done
45882024-12-12T04:00:05.322Z[ recovery-image] Dec 12 04:00:04.876 INFO O| Dec 12 04:00:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
45892024-12-12T04:00:05.325Z[ recovery-image] Dec 12 04:00:04.876 INFO O| Dec 12 04:00:04.876 INFO STEP 103 (remove_files) COMPLETE
45902024-12-12T04:00:05.325Z[ recovery-image] Dec 12 04:00:04.876 INFO O| Dec 12 04:00:04.876 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-12-12T04:00:05.333Z[ recovery-image] Dec 12 04:00:04.886 INFO O| Dec 12 04:00:04.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
45922024-12-12T04:00:05.333Z[ recovery-image] Dec 12 04:00:04.887 INFO O| Dec 12 04:00:04.887 INFO STEP 104 (remove_files) COMPLETE
45932024-12-12T04:00:05.333Z[ recovery-image] Dec 12 04:00:04.887 INFO O| Dec 12 04:00:04.887 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-12-12T04:00:05.344Z[ recovery-image] Dec 12 04:00:04.897 INFO O| Dec 12 04:00:04.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
45952024-12-12T04:00:05.344Z[ recovery-image] Dec 12 04:00:04.897 INFO O| Dec 12 04:00:04.897 INFO STEP 105 (remove_files) COMPLETE
45962024-12-12T04:00:05.346Z[ recovery-image] Dec 12 04:00:04.897 INFO O| Dec 12 04:00:04.897 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-12-12T04:00:05.356Z[ recovery-image] Dec 12 04:00:04.910 INFO O| Dec 12 04:00:04.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
45982024-12-12T04:00:05.357Z[ recovery-image] Dec 12 04:00:04.910 INFO O| Dec 12 04:00:04.910 INFO STEP 106 (remove_files) COMPLETE
45992024-12-12T04:00:05.359Z[ recovery-image] Dec 12 04:00:04.910 INFO O| Dec 12 04:00:04.910 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-12-12T04:00:05.369Z[ recovery-image] Dec 12 04:00:04.923 INFO O| Dec 12 04:00:04.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46012024-12-12T04:00:05.369Z[ recovery-image] Dec 12 04:00:04.923 INFO O| Dec 12 04:00:04.923 INFO STEP 107 (remove_files) COMPLETE
46022024-12-12T04:00:05.372Z[ recovery-image] Dec 12 04:00:04.923 INFO O| Dec 12 04:00:04.923 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-12-12T04:00:05.382Z[ recovery-image] Dec 12 04:00:04.936 INFO O| Dec 12 04:00:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46042024-12-12T04:00:05.383Z[ recovery-image] Dec 12 04:00:04.936 INFO O| Dec 12 04:00:04.936 INFO STEP 108 (remove_files) COMPLETE
46052024-12-12T04:00:05.385Z[ recovery-image] Dec 12 04:00:04.936 INFO O| Dec 12 04:00:04.936 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-12-12T04:00:05.395Z[ recovery-image] Dec 12 04:00:04.949 INFO O| Dec 12 04:00:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46072024-12-12T04:00:05.395Z[ recovery-image] Dec 12 04:00:04.949 INFO O| Dec 12 04:00:04.949 INFO STEP 109 (remove_files) COMPLETE
46082024-12-12T04:00:05.398Z[ recovery-image] Dec 12 04:00:04.949 INFO O| Dec 12 04:00:04.949 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-12-12T04:00:05.407Z[ recovery-image] Dec 12 04:00:04.961 INFO O| Dec 12 04:00:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46102024-12-12T04:00:05.410Z[ recovery-image] Dec 12 04:00:04.961 INFO O| Dec 12 04:00:04.961 INFO STEP 110 (remove_files) COMPLETE
46112024-12-12T04:00:05.410Z[ recovery-image] Dec 12 04:00:04.961 INFO O| Dec 12 04:00:04.961 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-12-12T04:00:05.419Z[ recovery-image] Dec 12 04:00:04.973 INFO O| Dec 12 04:00:04.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46132024-12-12T04:00:05.419Z[ recovery-image] Dec 12 04:00:04.973 INFO O| Dec 12 04:00:04.973 INFO STEP 111 (remove_files) COMPLETE
46142024-12-12T04:00:05.422Z[ recovery-image] Dec 12 04:00:04.973 INFO O| Dec 12 04:00:04.973 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-12-12T04:00:05.431Z[ recovery-image] Dec 12 04:00:04.985 INFO O| Dec 12 04:00:04.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46162024-12-12T04:00:05.431Z[ recovery-image] Dec 12 04:00:04.985 INFO O| Dec 12 04:00:04.985 INFO STEP 112 (remove_files) COMPLETE
46172024-12-12T04:00:05.434Z[ recovery-image] Dec 12 04:00:04.985 INFO O| Dec 12 04:00:04.985 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-12-12T04:00:05.442Z[ recovery-image] Dec 12 04:00:04.995 INFO O| Dec 12 04:00:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46192024-12-12T04:00:05.445Z[ recovery-image] Dec 12 04:00:04.995 INFO O| Dec 12 04:00:04.995 INFO STEP 113 (remove_files) COMPLETE
46202024-12-12T04:00:05.445Z[ recovery-image] Dec 12 04:00:04.995 INFO O| Dec 12 04:00:04.995 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-12-12T04:00:05.455Z[ recovery-image] Dec 12 04:00:05.009 INFO O| Dec 12 04:00:05.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46222024-12-12T04:00:05.455Z[ recovery-image] Dec 12 04:00:05.009 INFO O| Dec 12 04:00:05.009 INFO STEP 114 (remove_files) COMPLETE
46232024-12-12T04:00:05.458Z[ recovery-image] Dec 12 04:00:05.009 INFO O| Dec 12 04:00:05.009 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-12-12T04:00:05.467Z[ recovery-image] Dec 12 04:00:05.020 INFO O| Dec 12 04:00:05.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46252024-12-12T04:00:05.467Z[ recovery-image] Dec 12 04:00:05.020 INFO O| Dec 12 04:00:05.020 INFO STEP 115 (remove_files) COMPLETE
46262024-12-12T04:00:05.469Z[ recovery-image] Dec 12 04:00:05.020 INFO O| Dec 12 04:00:05.020 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-12-12T04:00:05.478Z[ recovery-image] Dec 12 04:00:05.031 INFO O| Dec 12 04:00:05.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46282024-12-12T04:00:05.478Z[ recovery-image] Dec 12 04:00:05.031 INFO O| Dec 12 04:00:05.031 INFO STEP 116 (remove_files) COMPLETE
46292024-12-12T04:00:05.480Z[ recovery-image] Dec 12 04:00:05.031 INFO O| Dec 12 04:00:05.031 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-12-12T04:00:05.488Z[ recovery-image] Dec 12 04:00:05.042 INFO O| Dec 12 04:00:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46312024-12-12T04:00:05.488Z[ recovery-image] Dec 12 04:00:05.042 INFO O| Dec 12 04:00:05.042 INFO STEP 117 (remove_files) COMPLETE
46322024-12-12T04:00:05.490Z[ recovery-image] Dec 12 04:00:05.042 INFO O| Dec 12 04:00:05.042 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-12-12T04:00:05.499Z[ recovery-image] Dec 12 04:00:05.053 INFO O| Dec 12 04:00:05.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46342024-12-12T04:00:05.499Z[ recovery-image] Dec 12 04:00:05.053 INFO O| Dec 12 04:00:05.053 INFO STEP 118 (remove_files) COMPLETE
46352024-12-12T04:00:05.502Z[ recovery-image] Dec 12 04:00:05.053 INFO O| Dec 12 04:00:05.053 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-12-12T04:00:05.511Z[ recovery-image] Dec 12 04:00:05.064 INFO O| Dec 12 04:00:05.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46372024-12-12T04:00:05.511Z[ recovery-image] Dec 12 04:00:05.064 INFO O| Dec 12 04:00:05.064 INFO STEP 119 (remove_files) COMPLETE
46382024-12-12T04:00:05.513Z[ recovery-image] Dec 12 04:00:05.064 INFO O| Dec 12 04:00:05.064 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-12-12T04:00:05.522Z[ recovery-image] Dec 12 04:00:05.076 INFO O| Dec 12 04:00:05.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46402024-12-12T04:00:05.525Z[ recovery-image] Dec 12 04:00:05.076 INFO O| Dec 12 04:00:05.076 INFO STEP 120 (remove_files) COMPLETE
46412024-12-12T04:00:05.525Z[ recovery-image] Dec 12 04:00:05.076 INFO O| Dec 12 04:00:05.076 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-12-12T04:00:05.534Z[ recovery-image] Dec 12 04:00:05.087 INFO O| Dec 12 04:00:05.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46432024-12-12T04:00:05.534Z[ recovery-image] Dec 12 04:00:05.087 INFO O| Dec 12 04:00:05.087 INFO STEP 121 (remove_files) COMPLETE
46442024-12-12T04:00:05.534Z[ recovery-image] Dec 12 04:00:05.087 INFO O| Dec 12 04:00:05.087 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-12-12T04:00:05.545Z[ recovery-image] Dec 12 04:00:05.098 INFO O| Dec 12 04:00:05.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46462024-12-12T04:00:05.545Z[ recovery-image] Dec 12 04:00:05.098 INFO O| Dec 12 04:00:05.098 INFO STEP 122 (remove_files) COMPLETE
46472024-12-12T04:00:05.547Z[ recovery-image] Dec 12 04:00:05.098 INFO O| Dec 12 04:00:05.098 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-12-12T04:00:05.556Z[ recovery-image] Dec 12 04:00:05.109 INFO O| Dec 12 04:00:05.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46492024-12-12T04:00:05.557Z[ recovery-image] Dec 12 04:00:05.109 INFO O| Dec 12 04:00:05.109 INFO STEP 123 (remove_files) COMPLETE
46502024-12-12T04:00:05.559Z[ recovery-image] Dec 12 04:00:05.109 INFO O| Dec 12 04:00:05.109 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-12-12T04:00:05.566Z[ recovery-image] Dec 12 04:00:05.120 INFO O| Dec 12 04:00:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46522024-12-12T04:00:05.566Z[ recovery-image] Dec 12 04:00:05.120 INFO O| Dec 12 04:00:05.120 INFO STEP 124 (remove_files) COMPLETE
46532024-12-12T04:00:05.568Z[ recovery-image] Dec 12 04:00:05.120 INFO O| Dec 12 04:00:05.120 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-12-12T04:00:05.577Z[ recovery-image] Dec 12 04:00:05.130 INFO O| Dec 12 04:00:05.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46552024-12-12T04:00:05.577Z[ recovery-image] Dec 12 04:00:05.131 INFO O| Dec 12 04:00:05.131 INFO STEP 125 (remove_files) COMPLETE
46562024-12-12T04:00:05.577Z[ recovery-image] Dec 12 04:00:05.131 INFO O| Dec 12 04:00:05.131 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-12-12T04:00:05.589Z[ recovery-image] Dec 12 04:00:05.142 INFO O| Dec 12 04:00:05.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46582024-12-12T04:00:05.589Z[ recovery-image] Dec 12 04:00:05.142 INFO O| Dec 12 04:00:05.142 INFO STEP 126 (remove_files) COMPLETE
46592024-12-12T04:00:05.591Z[ recovery-image] Dec 12 04:00:05.142 INFO O| Dec 12 04:00:05.142 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-12-12T04:00:05.601Z[ recovery-image] Dec 12 04:00:05.154 INFO O| Dec 12 04:00:05.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46612024-12-12T04:00:05.601Z[ recovery-image] Dec 12 04:00:05.154 INFO O| Dec 12 04:00:05.154 INFO STEP 127 (remove_files) COMPLETE
46622024-12-12T04:00:05.603Z[ recovery-image] Dec 12 04:00:05.154 INFO O| Dec 12 04:00:05.154 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-12-12T04:00:05.611Z[ recovery-image] Dec 12 04:00:05.165 INFO O| Dec 12 04:00:05.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46642024-12-12T04:00:05.611Z[ recovery-image] Dec 12 04:00:05.165 INFO O| Dec 12 04:00:05.165 INFO STEP 128 (remove_files) COMPLETE
46652024-12-12T04:00:05.614Z[ recovery-image] Dec 12 04:00:05.165 INFO O| Dec 12 04:00:05.165 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-12-12T04:00:05.623Z[ recovery-image] Dec 12 04:00:05.176 INFO O| Dec 12 04:00:05.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46672024-12-12T04:00:05.623Z[ recovery-image] Dec 12 04:00:05.176 INFO O| Dec 12 04:00:05.176 INFO STEP 129 (remove_files) COMPLETE
46682024-12-12T04:00:05.623Z[ recovery-image] Dec 12 04:00:05.176 INFO O| Dec 12 04:00:05.176 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-12-12T04:00:05.634Z[ recovery-image] Dec 12 04:00:05.187 INFO O| Dec 12 04:00:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46702024-12-12T04:00:05.637Z[ recovery-image] Dec 12 04:00:05.188 INFO O| Dec 12 04:00:05.187 INFO STEP 130 (remove_files) COMPLETE
46712024-12-12T04:00:05.637Z[ recovery-image] Dec 12 04:00:05.188 INFO O| Dec 12 04:00:05.187 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-12-12T04:00:05.644Z[ recovery-image] Dec 12 04:00:05.198 INFO O| Dec 12 04:00:05.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46732024-12-12T04:00:05.644Z[ recovery-image] Dec 12 04:00:05.198 INFO O| Dec 12 04:00:05.198 INFO STEP 131 (remove_files) COMPLETE
46742024-12-12T04:00:05.647Z[ recovery-image] Dec 12 04:00:05.198 INFO O| Dec 12 04:00:05.198 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-12-12T04:00:05.655Z[ recovery-image] Dec 12 04:00:05.208 INFO O| Dec 12 04:00:05.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46762024-12-12T04:00:05.655Z[ recovery-image] Dec 12 04:00:05.208 INFO O| Dec 12 04:00:05.208 INFO STEP 132 (remove_files) COMPLETE
46772024-12-12T04:00:05.657Z[ recovery-image] Dec 12 04:00:05.209 INFO O| Dec 12 04:00:05.208 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-12-12T04:00:05.666Z[ recovery-image] Dec 12 04:00:05.219 INFO O| Dec 12 04:00:05.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46792024-12-12T04:00:05.666Z[ recovery-image] Dec 12 04:00:05.219 INFO O| Dec 12 04:00:05.219 INFO STEP 133 (remove_files) COMPLETE
46802024-12-12T04:00:05.668Z[ recovery-image] Dec 12 04:00:05.219 INFO O| Dec 12 04:00:05.219 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-12-12T04:00:05.676Z[ recovery-image] Dec 12 04:00:05.230 INFO O| Dec 12 04:00:05.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
46822024-12-12T04:00:05.676Z[ recovery-image] Dec 12 04:00:05.230 INFO O| Dec 12 04:00:05.230 INFO STEP 134 (remove_files) COMPLETE
46832024-12-12T04:00:05.679Z[ recovery-image] Dec 12 04:00:05.230 INFO O| Dec 12 04:00:05.230 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-12-12T04:00:05.686Z[ recovery-image] Dec 12 04:00:05.240 INFO O| Dec 12 04:00:05.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
46852024-12-12T04:00:05.686Z[ recovery-image] Dec 12 04:00:05.240 INFO O| Dec 12 04:00:05.240 INFO STEP 135 (remove_files) COMPLETE
46862024-12-12T04:00:05.689Z[ recovery-image] Dec 12 04:00:05.240 INFO O| Dec 12 04:00:05.240 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-12-12T04:00:05.699Z[ recovery-image] Dec 12 04:00:05.252 INFO O| Dec 12 04:00:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
46882024-12-12T04:00:05.699Z[ recovery-image] Dec 12 04:00:05.252 INFO O| Dec 12 04:00:05.252 INFO STEP 136 (remove_files) COMPLETE
46892024-12-12T04:00:05.699Z[ recovery-image] Dec 12 04:00:05.252 INFO O| Dec 12 04:00:05.252 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-12-12T04:00:05.710Z[ recovery-image] Dec 12 04:00:05.263 INFO O| Dec 12 04:00:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
46912024-12-12T04:00:05.710Z[ recovery-image] Dec 12 04:00:05.263 INFO O| Dec 12 04:00:05.263 INFO STEP 137 (remove_files) COMPLETE
46922024-12-12T04:00:05.710Z[ recovery-image] Dec 12 04:00:05.263 INFO O| Dec 12 04:00:05.263 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-12-12T04:00:05.720Z[ recovery-image] Dec 12 04:00:05.274 INFO O| Dec 12 04:00:05.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
46942024-12-12T04:00:05.723Z[ recovery-image] Dec 12 04:00:05.274 INFO O| Dec 12 04:00:05.274 INFO STEP 138 (remove_files) COMPLETE
46952024-12-12T04:00:05.723Z[ recovery-image] Dec 12 04:00:05.274 INFO O| Dec 12 04:00:05.274 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-12-12T04:00:05.735Z[ recovery-image] Dec 12 04:00:05.285 INFO O| Dec 12 04:00:05.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
46972024-12-12T04:00:05.735Z[ recovery-image] Dec 12 04:00:05.285 INFO O| Dec 12 04:00:05.285 INFO STEP 139 (remove_files) COMPLETE
46982024-12-12T04:00:05.735Z[ recovery-image] Dec 12 04:00:05.285 INFO O| Dec 12 04:00:05.285 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-12-12T04:00:05.742Z[ recovery-image] Dec 12 04:00:05.296 INFO O| Dec 12 04:00:05.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47002024-12-12T04:00:05.742Z[ recovery-image] Dec 12 04:00:05.296 INFO O| Dec 12 04:00:05.296 INFO STEP 140 (remove_files) COMPLETE
47012024-12-12T04:00:05.745Z[ recovery-image] Dec 12 04:00:05.296 INFO O| Dec 12 04:00:05.296 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-12-12T04:00:05.753Z[ recovery-image] Dec 12 04:00:05.306 INFO O| Dec 12 04:00:05.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47032024-12-12T04:00:05.753Z[ recovery-image] Dec 12 04:00:05.306 INFO O| Dec 12 04:00:05.306 INFO STEP 141 (remove_files) COMPLETE
47042024-12-12T04:00:05.756Z[ recovery-image] Dec 12 04:00:05.306 INFO O| Dec 12 04:00:05.306 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-12-12T04:00:05.764Z[ recovery-image] Dec 12 04:00:05.317 INFO O| Dec 12 04:00:05.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47062024-12-12T04:00:05.764Z[ recovery-image] Dec 12 04:00:05.317 INFO O| Dec 12 04:00:05.317 INFO STEP 142 (remove_files) COMPLETE
47072024-12-12T04:00:05.764Z[ recovery-image] Dec 12 04:00:05.317 INFO O| Dec 12 04:00:05.317 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-12-12T04:00:05.775Z[ recovery-image] Dec 12 04:00:05.328 INFO O| Dec 12 04:00:05.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47092024-12-12T04:00:05.775Z[ recovery-image] Dec 12 04:00:05.328 INFO O| Dec 12 04:00:05.328 INFO STEP 143 (remove_files) COMPLETE
47102024-12-12T04:00:05.777Z[ recovery-image] Dec 12 04:00:05.328 INFO O| Dec 12 04:00:05.328 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-12-12T04:00:05.785Z[ recovery-image] Dec 12 04:00:05.339 INFO O| Dec 12 04:00:05.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47122024-12-12T04:00:05.785Z[ recovery-image] Dec 12 04:00:05.339 INFO O| Dec 12 04:00:05.339 INFO STEP 144 (remove_files) COMPLETE
47132024-12-12T04:00:05.785Z[ recovery-image] Dec 12 04:00:05.339 INFO O| Dec 12 04:00:05.339 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-12-12T04:00:05.796Z[ recovery-image] Dec 12 04:00:05.349 INFO O| Dec 12 04:00:05.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47152024-12-12T04:00:05.796Z[ recovery-image] Dec 12 04:00:05.349 INFO O| Dec 12 04:00:05.349 INFO STEP 145 (remove_files) COMPLETE
47162024-12-12T04:00:05.799Z[ recovery-image] Dec 12 04:00:05.349 INFO O| Dec 12 04:00:05.349 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-12-12T04:00:05.806Z[ recovery-image] Dec 12 04:00:05.360 INFO O| Dec 12 04:00:05.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47182024-12-12T04:00:05.806Z[ recovery-image] Dec 12 04:00:05.360 INFO O| Dec 12 04:00:05.360 INFO STEP 146 (remove_files) COMPLETE
47192024-12-12T04:00:05.809Z[ recovery-image] Dec 12 04:00:05.360 INFO O| Dec 12 04:00:05.360 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-12-12T04:00:05.818Z[ recovery-image] Dec 12 04:00:05.371 INFO O| Dec 12 04:00:05.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47212024-12-12T04:00:05.818Z[ recovery-image] Dec 12 04:00:05.371 INFO O| Dec 12 04:00:05.371 INFO STEP 147 (remove_files) COMPLETE
47222024-12-12T04:00:05.821Z[ recovery-image] Dec 12 04:00:05.371 INFO O| Dec 12 04:00:05.371 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-12-12T04:00:05.828Z[ recovery-image] Dec 12 04:00:05.381 INFO O| Dec 12 04:00:05.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47242024-12-12T04:00:05.828Z[ recovery-image] Dec 12 04:00:05.381 INFO O| Dec 12 04:00:05.381 INFO STEP 148 (remove_files) COMPLETE
47252024-12-12T04:00:05.828Z[ recovery-image] Dec 12 04:00:05.381 INFO O| Dec 12 04:00:05.381 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-12-12T04:00:05.838Z[ recovery-image] Dec 12 04:00:05.392 INFO O| Dec 12 04:00:05.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47272024-12-12T04:00:05.841Z[ recovery-image] Dec 12 04:00:05.392 INFO O| Dec 12 04:00:05.392 INFO STEP 149 (remove_files) COMPLETE
47282024-12-12T04:00:05.841Z[ recovery-image] Dec 12 04:00:05.392 INFO O| Dec 12 04:00:05.392 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-12T04:00:05.849Z[ recovery-image] Dec 12 04:00:05.402 INFO O| Dec 12 04:00:05.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47302024-12-12T04:00:05.849Z[ recovery-image] Dec 12 04:00:05.402 INFO O| Dec 12 04:00:05.402 INFO STEP 150 (remove_files) COMPLETE
47312024-12-12T04:00:05.851Z[ recovery-image] Dec 12 04:00:05.402 INFO O| Dec 12 04:00:05.402 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-12-12T04:00:05.860Z[ recovery-image] Dec 12 04:00:05.414 INFO O| Dec 12 04:00:05.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47332024-12-12T04:00:05.860Z[ recovery-image] Dec 12 04:00:05.414 INFO O| Dec 12 04:00:05.414 INFO STEP 151 (remove_files) COMPLETE
47342024-12-12T04:00:05.860Z[ recovery-image] Dec 12 04:00:05.414 INFO O| Dec 12 04:00:05.414 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-12-12T04:00:05.871Z[verify-libraries] Finished `release` profile [optimized] target(s) in 6m 01s
47362024-12-12T04:00:05.873Z[ recovery-image] Dec 12 04:00:05.426 INFO O| Dec 12 04:00:05.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47372024-12-12T04:00:05.873Z[ recovery-image] Dec 12 04:00:05.426 INFO O| Dec 12 04:00:05.426 INFO STEP 152 (remove_files) COMPLETE
47382024-12-12T04:00:05.873Z[ recovery-image] Dec 12 04:00:05.426 INFO O| Dec 12 04:00:05.426 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-12T04:00:05.885Z[ recovery-image] Dec 12 04:00:05.438 INFO O| Dec 12 04:00:05.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47402024-12-12T04:00:05.885Z[ recovery-image] Dec 12 04:00:05.438 INFO O| Dec 12 04:00:05.438 INFO STEP 153 (remove_files) COMPLETE
47412024-12-12T04:00:05.887Z[ recovery-image] Dec 12 04:00:05.438 INFO O| Dec 12 04:00:05.438 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-12T04:00:05.896Z[ recovery-image] Dec 12 04:00:05.449 INFO O| Dec 12 04:00:05.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47432024-12-12T04:00:05.896Z[ recovery-image] Dec 12 04:00:05.449 INFO O| Dec 12 04:00:05.449 INFO STEP 154 (remove_files) COMPLETE
47442024-12-12T04:00:05.896Z[ recovery-image] Dec 12 04:00:05.449 INFO O| Dec 12 04:00:05.449 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-12T04:00:05.907Z[ recovery-image] Dec 12 04:00:05.460 INFO O| Dec 12 04:00:05.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47462024-12-12T04:00:05.907Z[ recovery-image] Dec 12 04:00:05.460 INFO O| Dec 12 04:00:05.460 INFO STEP 155 (remove_files) COMPLETE
47472024-12-12T04:00:05.910Z[ recovery-image] Dec 12 04:00:05.460 INFO O| Dec 12 04:00:05.460 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-12T04:00:05.921Z[ recovery-image] Dec 12 04:00:05.474 INFO O| Dec 12 04:00:05.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47492024-12-12T04:00:05.921Z[ recovery-image] Dec 12 04:00:05.474 INFO O| Dec 12 04:00:05.474 INFO STEP 156 (remove_files) COMPLETE
47502024-12-12T04:00:05.924Z[ recovery-image] Dec 12 04:00:05.474 INFO O| Dec 12 04:00:05.474 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-12T04:00:05.926Z[ host-image] Dec 12 04:00:05.479 INFO O| Dec 12 04:00:05.479 INFO O| Done
47522024-12-12T04:00:05.933Z[ recovery-image] Dec 12 04:00:05.487 INFO O| Dec 12 04:00:05.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47532024-12-12T04:00:05.933Z[ recovery-image] Dec 12 04:00:05.487 INFO O| Dec 12 04:00:05.487 INFO STEP 157 (remove_files) COMPLETE
47542024-12-12T04:00:05.933Z[ recovery-image] Dec 12 04:00:05.487 INFO O| Dec 12 04:00:05.487 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-12T04:00:05.948Z[ recovery-image] Dec 12 04:00:05.501 INFO O| Dec 12 04:00:05.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47562024-12-12T04:00:05.948Z[ recovery-image] Dec 12 04:00:05.501 INFO O| Dec 12 04:00:05.501 INFO STEP 158 (remove_files) COMPLETE
47572024-12-12T04:00:05.948Z[ recovery-image] Dec 12 04:00:05.501 INFO O| Dec 12 04:00:05.501 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-12T04:00:05.961Z[ recovery-image] Dec 12 04:00:05.515 INFO O| Dec 12 04:00:05.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47592024-12-12T04:00:05.961Z[ recovery-image] Dec 12 04:00:05.515 INFO O| Dec 12 04:00:05.515 INFO STEP 159 (remove_files) COMPLETE
47602024-12-12T04:00:05.961Z[ recovery-image] Dec 12 04:00:05.515 INFO O| Dec 12 04:00:05.515 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-12T04:00:05.974Z[ recovery-image] Dec 12 04:00:05.527 INFO O| Dec 12 04:00:05.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47622024-12-12T04:00:05.974Z[ recovery-image] Dec 12 04:00:05.527 INFO O| Dec 12 04:00:05.527 INFO STEP 160 (remove_files) COMPLETE
47632024-12-12T04:00:05.977Z[ recovery-image] Dec 12 04:00:05.527 INFO O| Dec 12 04:00:05.527 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-12T04:00:05.987Z[ recovery-image] Dec 12 04:00:05.540 INFO O| Dec 12 04:00:05.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47652024-12-12T04:00:05.987Z[ recovery-image] Dec 12 04:00:05.540 INFO O| Dec 12 04:00:05.540 INFO STEP 161 (remove_files) COMPLETE
47662024-12-12T04:00:05.989Z[ recovery-image] Dec 12 04:00:05.540 INFO O| Dec 12 04:00:05.540 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-12T04:00:05.999Z[ recovery-image] Dec 12 04:00:05.552 INFO O| Dec 12 04:00:05.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47682024-12-12T04:00:05.999Z[ recovery-image] Dec 12 04:00:05.552 INFO O| Dec 12 04:00:05.552 INFO STEP 162 (remove_files) COMPLETE
47692024-12-12T04:00:05.999Z[ recovery-image] Dec 12 04:00:05.552 INFO O| Dec 12 04:00:05.552 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-12T04:00:06.012Z[ recovery-image] Dec 12 04:00:05.565 INFO O| Dec 12 04:00:05.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47712024-12-12T04:00:06.012Z[ recovery-image] Dec 12 04:00:05.565 INFO O| Dec 12 04:00:05.565 INFO STEP 163 (remove_files) COMPLETE
47722024-12-12T04:00:06.014Z[ recovery-image] Dec 12 04:00:05.565 INFO O| Dec 12 04:00:05.565 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-12T04:00:06.023Z[ recovery-image] Dec 12 04:00:05.577 INFO O| Dec 12 04:00:05.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
47742024-12-12T04:00:06.023Z[ recovery-image] Dec 12 04:00:05.577 INFO O| Dec 12 04:00:05.577 INFO STEP 164 (remove_files) COMPLETE
47752024-12-12T04:00:06.026Z[ recovery-image] Dec 12 04:00:05.577 INFO O| Dec 12 04:00:05.577 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-12T04:00:06.035Z[ recovery-image] Dec 12 04:00:05.588 INFO O| Dec 12 04:00:05.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
47772024-12-12T04:00:06.035Z[ recovery-image] Dec 12 04:00:05.588 INFO O| Dec 12 04:00:05.588 INFO STEP 165 (remove_files) COMPLETE
47782024-12-12T04:00:06.035Z[ recovery-image] Dec 12 04:00:05.588 INFO O| Dec 12 04:00:05.588 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-12T04:00:06.047Z[ recovery-image] Dec 12 04:00:05.600 INFO O| Dec 12 04:00:05.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
47802024-12-12T04:00:06.049Z[ recovery-image] Dec 12 04:00:05.601 INFO O| Dec 12 04:00:05.601 INFO STEP 166 (remove_files) COMPLETE
47812024-12-12T04:00:06.049Z[ recovery-image] Dec 12 04:00:05.601 INFO O| Dec 12 04:00:05.601 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-12T04:00:06.059Z[ recovery-image] Dec 12 04:00:05.612 INFO O| Dec 12 04:00:05.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
47832024-12-12T04:00:06.059Z[ recovery-image] Dec 12 04:00:05.613 INFO O| Dec 12 04:00:05.612 INFO STEP 167 (remove_files) COMPLETE
47842024-12-12T04:00:06.062Z[ recovery-image] Dec 12 04:00:05.613 INFO O| Dec 12 04:00:05.613 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-12T04:00:06.071Z[ recovery-image] Dec 12 04:00:05.624 INFO O| Dec 12 04:00:05.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
47862024-12-12T04:00:06.071Z[ recovery-image] Dec 12 04:00:05.625 INFO O| Dec 12 04:00:05.625 INFO STEP 168 (remove_files) COMPLETE
47872024-12-12T04:00:06.071Z[ recovery-image] Dec 12 04:00:05.625 INFO O| Dec 12 04:00:05.625 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-12T04:00:06.082Z[ recovery-image] Dec 12 04:00:05.636 INFO O| Dec 12 04:00:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
47892024-12-12T04:00:06.082Z[ recovery-image] Dec 12 04:00:05.636 INFO O| Dec 12 04:00:05.636 INFO STEP 169 (remove_files) COMPLETE
47902024-12-12T04:00:06.085Z[ recovery-image] Dec 12 04:00:05.636 INFO O| Dec 12 04:00:05.636 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-12T04:00:06.093Z[ recovery-image] Dec 12 04:00:05.646 INFO O| Dec 12 04:00:05.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
47922024-12-12T04:00:06.093Z[ recovery-image] Dec 12 04:00:05.646 INFO O| Dec 12 04:00:05.646 INFO STEP 170 (remove_files) COMPLETE
47932024-12-12T04:00:06.096Z[ recovery-image] Dec 12 04:00:05.646 INFO O| Dec 12 04:00:05.646 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-12T04:00:06.103Z[ recovery-image] Dec 12 04:00:05.657 INFO O| Dec 12 04:00:05.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
47952024-12-12T04:00:06.104Z[ recovery-image] Dec 12 04:00:05.657 INFO O| Dec 12 04:00:05.657 INFO STEP 171 (remove_files) COMPLETE
47962024-12-12T04:00:06.108Z[ recovery-image] Dec 12 04:00:05.657 INFO O| Dec 12 04:00:05.657 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-12T04:00:06.114Z[ recovery-image] Dec 12 04:00:05.668 INFO O| Dec 12 04:00:05.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
47982024-12-12T04:00:06.114Z[ recovery-image] Dec 12 04:00:05.668 INFO O| Dec 12 04:00:05.668 INFO STEP 172 (remove_files) COMPLETE
47992024-12-12T04:00:06.117Z[ recovery-image] Dec 12 04:00:05.668 INFO O| Dec 12 04:00:05.668 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-12T04:00:06.125Z[ recovery-image] Dec 12 04:00:05.678 INFO O| Dec 12 04:00:05.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48012024-12-12T04:00:06.125Z[ recovery-image] Dec 12 04:00:05.678 INFO O| Dec 12 04:00:05.678 INFO STEP 173 (remove_files) COMPLETE
48022024-12-12T04:00:06.125Z[ recovery-image] Dec 12 04:00:05.678 INFO O| Dec 12 04:00:05.678 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-12T04:00:06.136Z[ recovery-image] Dec 12 04:00:05.689 INFO O| Dec 12 04:00:05.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48042024-12-12T04:00:06.136Z[ recovery-image] Dec 12 04:00:05.689 INFO O| Dec 12 04:00:05.689 INFO STEP 174 (remove_files) COMPLETE
48052024-12-12T04:00:06.139Z[ recovery-image] Dec 12 04:00:05.690 INFO O| Dec 12 04:00:05.689 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-12T04:00:06.148Z[ recovery-image] Dec 12 04:00:05.702 INFO O| Dec 12 04:00:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48072024-12-12T04:00:06.148Z[ recovery-image] Dec 12 04:00:05.702 INFO O| Dec 12 04:00:05.702 INFO STEP 175 (remove_files) COMPLETE
48082024-12-12T04:00:06.150Z[ recovery-image] Dec 12 04:00:05.702 INFO O| Dec 12 04:00:05.702 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-12T04:00:06.160Z[ recovery-image] Dec 12 04:00:05.714 INFO O| Dec 12 04:00:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48102024-12-12T04:00:06.160Z[ recovery-image] Dec 12 04:00:05.714 INFO O| Dec 12 04:00:05.714 INFO STEP 176 (remove_files) COMPLETE
48112024-12-12T04:00:06.163Z[ recovery-image] Dec 12 04:00:05.714 INFO O| Dec 12 04:00:05.714 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-12T04:00:06.173Z[ recovery-image] Dec 12 04:00:05.727 INFO O| Dec 12 04:00:05.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48132024-12-12T04:00:06.173Z[ recovery-image] Dec 12 04:00:05.727 INFO O| Dec 12 04:00:05.727 INFO STEP 177 (remove_files) COMPLETE
48142024-12-12T04:00:06.176Z[ recovery-image] Dec 12 04:00:05.727 INFO O| Dec 12 04:00:05.727 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-12T04:00:06.184Z[ recovery-image] Dec 12 04:00:05.737 INFO O| Dec 12 04:00:05.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48162024-12-12T04:00:06.184Z[ recovery-image] Dec 12 04:00:05.737 INFO O| Dec 12 04:00:05.737 INFO STEP 178 (remove_files) COMPLETE
48172024-12-12T04:00:06.187Z[ recovery-image] Dec 12 04:00:05.737 INFO O| Dec 12 04:00:05.737 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-12T04:00:06.195Z[ recovery-image] Dec 12 04:00:05.749 INFO O| Dec 12 04:00:05.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48192024-12-12T04:00:06.196Z[ recovery-image] Dec 12 04:00:05.749 INFO O| Dec 12 04:00:05.749 INFO STEP 179 (remove_files) COMPLETE
48202024-12-12T04:00:06.198Z[ recovery-image] Dec 12 04:00:05.749 INFO O| Dec 12 04:00:05.749 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-12T04:00:06.207Z[ recovery-image] Dec 12 04:00:05.761 INFO O| Dec 12 04:00:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48222024-12-12T04:00:06.207Z[ recovery-image] Dec 12 04:00:05.761 INFO O| Dec 12 04:00:05.761 INFO STEP 180 (remove_files) COMPLETE
48232024-12-12T04:00:06.207Z[ recovery-image] Dec 12 04:00:05.761 INFO O| Dec 12 04:00:05.761 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-12T04:00:06.215ZDec 12 04:00:05.769 INFO [verify-libraries] process exited with exit status: 0 (365.371101572s)
48252024-12-12T04:00:06.219Z[ recovery-image] Dec 12 04:00:05.772 INFO O| Dec 12 04:00:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48262024-12-12T04:00:06.219Z[ recovery-image] Dec 12 04:00:05.772 INFO O| Dec 12 04:00:05.772 INFO STEP 181 (remove_files) COMPLETE
48272024-12-12T04:00:06.222Z[ recovery-image] Dec 12 04:00:05.772 INFO O| Dec 12 04:00:05.772 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-12T04:00:06.229Z[ recovery-image] Dec 12 04:00:05.783 INFO O| Dec 12 04:00:05.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48292024-12-12T04:00:06.229Z[ recovery-image] Dec 12 04:00:05.783 INFO O| Dec 12 04:00:05.783 INFO STEP 182 (remove_files) COMPLETE
48302024-12-12T04:00:06.232Z[ recovery-image] Dec 12 04:00:05.783 INFO O| Dec 12 04:00:05.783 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-12T04:00:06.240Z[ recovery-image] Dec 12 04:00:05.793 INFO O| Dec 12 04:00:05.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48322024-12-12T04:00:06.240Z[ recovery-image] Dec 12 04:00:05.793 INFO O| Dec 12 04:00:05.793 INFO STEP 183 (remove_files) COMPLETE
48332024-12-12T04:00:06.240Z[ recovery-image] Dec 12 04:00:05.793 INFO O| Dec 12 04:00:05.793 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-12T04:00:06.250Z[ recovery-image] Dec 12 04:00:05.803 INFO O| Dec 12 04:00:05.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48352024-12-12T04:00:06.250Z[ recovery-image] Dec 12 04:00:05.804 INFO O| Dec 12 04:00:05.804 INFO STEP 184 (remove_files) COMPLETE
48362024-12-12T04:00:06.250Z[ recovery-image] Dec 12 04:00:05.804 INFO O| Dec 12 04:00:05.804 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-12T04:00:06.261Z[ recovery-image] Dec 12 04:00:05.814 INFO O| Dec 12 04:00:05.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48382024-12-12T04:00:06.261Z[ recovery-image] Dec 12 04:00:05.814 INFO O| Dec 12 04:00:05.814 INFO STEP 185 (remove_files) COMPLETE
48392024-12-12T04:00:06.263Z[ recovery-image] Dec 12 04:00:05.814 INFO O| Dec 12 04:00:05.814 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-12T04:00:06.271Z[ recovery-image] Dec 12 04:00:05.824 INFO O| Dec 12 04:00:05.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48412024-12-12T04:00:06.274Z[ recovery-image] Dec 12 04:00:05.824 INFO O| Dec 12 04:00:05.824 INFO STEP 186 (remove_files) COMPLETE
48422024-12-12T04:00:06.274Z[ recovery-image] Dec 12 04:00:05.824 INFO O| Dec 12 04:00:05.824 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-12T04:00:06.281Z[ recovery-image] Dec 12 04:00:05.834 INFO O| Dec 12 04:00:05.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48442024-12-12T04:00:06.283Z[ recovery-image] Dec 12 04:00:05.834 INFO O| Dec 12 04:00:05.834 INFO STEP 187 (remove_files) COMPLETE
48452024-12-12T04:00:06.283Z[ recovery-image] Dec 12 04:00:05.834 INFO O| Dec 12 04:00:05.834 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-12T04:00:06.290Z[ recovery-image] Dec 12 04:00:05.844 INFO O| Dec 12 04:00:05.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48472024-12-12T04:00:06.291Z[ recovery-image] Dec 12 04:00:05.844 INFO O| Dec 12 04:00:05.844 INFO STEP 188 (remove_files) COMPLETE
48482024-12-12T04:00:06.291Z[ recovery-image] Dec 12 04:00:05.844 INFO O| Dec 12 04:00:05.844 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-12T04:00:06.300Z[ recovery-image] Dec 12 04:00:05.854 INFO O| Dec 12 04:00:05.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48502024-12-12T04:00:06.300Z[ recovery-image] Dec 12 04:00:05.854 INFO O| Dec 12 04:00:05.854 INFO STEP 189 (remove_files) COMPLETE
48512024-12-12T04:00:06.303Z[ recovery-image] Dec 12 04:00:05.854 INFO O| Dec 12 04:00:05.854 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-12T04:00:06.310Z[ recovery-image] Dec 12 04:00:05.863 INFO O| Dec 12 04:00:05.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48532024-12-12T04:00:06.310Z[ recovery-image] Dec 12 04:00:05.863 INFO O| Dec 12 04:00:05.863 INFO STEP 190 (remove_files) COMPLETE
48542024-12-12T04:00:06.312Z[ recovery-image] Dec 12 04:00:05.863 INFO O| Dec 12 04:00:05.863 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-12T04:00:06.320Z[ recovery-image] Dec 12 04:00:05.873 INFO O| Dec 12 04:00:05.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48562024-12-12T04:00:06.323Z[ recovery-image] Dec 12 04:00:05.873 INFO O| Dec 12 04:00:05.873 INFO STEP 191 (remove_files) COMPLETE
48572024-12-12T04:00:06.323Z[ recovery-image] Dec 12 04:00:05.873 INFO O| Dec 12 04:00:05.873 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-12T04:00:06.330Z[ recovery-image] Dec 12 04:00:05.883 INFO O| Dec 12 04:00:05.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48592024-12-12T04:00:06.330Z[ recovery-image] Dec 12 04:00:05.883 INFO O| Dec 12 04:00:05.883 INFO STEP 192 (remove_files) COMPLETE
48602024-12-12T04:00:06.332Z[ recovery-image] Dec 12 04:00:05.883 INFO O| Dec 12 04:00:05.883 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-12T04:00:06.339Z[ recovery-image] Dec 12 04:00:05.893 INFO O| Dec 12 04:00:05.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48622024-12-12T04:00:06.339Z[ recovery-image] Dec 12 04:00:05.893 INFO O| Dec 12 04:00:05.893 INFO STEP 193 (remove_files) COMPLETE
48632024-12-12T04:00:06.342Z[ recovery-image] Dec 12 04:00:05.893 INFO O| Dec 12 04:00:05.893 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-12T04:00:06.349Z[ recovery-image] Dec 12 04:00:05.903 INFO O| Dec 12 04:00:05.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48652024-12-12T04:00:06.349Z[ recovery-image] Dec 12 04:00:05.903 INFO O| Dec 12 04:00:05.903 INFO STEP 194 (remove_files) COMPLETE
48662024-12-12T04:00:06.349Z[ recovery-image] Dec 12 04:00:05.903 INFO O| Dec 12 04:00:05.903 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-12T04:00:06.360Z[ recovery-image] Dec 12 04:00:05.913 INFO O| Dec 12 04:00:05.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48682024-12-12T04:00:06.360Z[ recovery-image] Dec 12 04:00:05.913 INFO O| Dec 12 04:00:05.913 INFO STEP 195 (remove_files) COMPLETE
48692024-12-12T04:00:06.362Z[ recovery-image] Dec 12 04:00:05.913 INFO O| Dec 12 04:00:05.913 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-12T04:00:06.370Z[ recovery-image] Dec 12 04:00:05.924 INFO O| Dec 12 04:00:05.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48712024-12-12T04:00:06.370Z[ recovery-image] Dec 12 04:00:05.924 INFO O| Dec 12 04:00:05.924 INFO STEP 196 (remove_files) COMPLETE
48722024-12-12T04:00:06.373Z[ recovery-image] Dec 12 04:00:05.924 INFO O| Dec 12 04:00:05.924 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-12T04:00:06.380Z[ recovery-image] Dec 12 04:00:05.934 INFO O| Dec 12 04:00:05.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
48742024-12-12T04:00:06.380Z[ recovery-image] Dec 12 04:00:05.934 INFO O| Dec 12 04:00:05.934 INFO STEP 197 (remove_files) COMPLETE
48752024-12-12T04:00:06.380Z[ recovery-image] Dec 12 04:00:05.934 INFO O| Dec 12 04:00:05.934 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-12T04:00:06.390Z[ recovery-image] Dec 12 04:00:05.944 INFO O| Dec 12 04:00:05.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
48772024-12-12T04:00:06.390Z[ recovery-image] Dec 12 04:00:05.944 INFO O| Dec 12 04:00:05.944 INFO STEP 198 (remove_files) COMPLETE
48782024-12-12T04:00:06.390Z[ recovery-image] Dec 12 04:00:05.944 INFO O| Dec 12 04:00:05.944 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-12T04:00:06.400Z[ recovery-image] Dec 12 04:00:05.953 INFO O| Dec 12 04:00:05.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
48802024-12-12T04:00:06.400Z[ recovery-image] Dec 12 04:00:05.953 INFO O| Dec 12 04:00:05.953 INFO STEP 199 (remove_files) COMPLETE
48812024-12-12T04:00:06.400Z[ recovery-image] Dec 12 04:00:05.954 INFO O| Dec 12 04:00:05.953 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-12T04:00:06.410Z[ recovery-image] Dec 12 04:00:05.964 INFO O| Dec 12 04:00:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
48832024-12-12T04:00:06.411Z[ recovery-image] Dec 12 04:00:05.964 INFO O| Dec 12 04:00:05.964 INFO STEP 200 (remove_files) COMPLETE
48842024-12-12T04:00:06.413Z[ recovery-image] Dec 12 04:00:05.964 INFO O| Dec 12 04:00:05.964 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-12T04:00:06.420Z[ recovery-image] Dec 12 04:00:05.974 INFO O| Dec 12 04:00:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
48862024-12-12T04:00:06.423Z[ recovery-image] Dec 12 04:00:05.974 INFO O| Dec 12 04:00:05.974 INFO STEP 201 (remove_files) COMPLETE
48872024-12-12T04:00:06.423Z[ recovery-image] Dec 12 04:00:05.974 INFO O| Dec 12 04:00:05.974 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-12T04:00:06.430Z[ recovery-image] Dec 12 04:00:05.984 INFO O| Dec 12 04:00:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
48892024-12-12T04:00:06.430Z[ recovery-image] Dec 12 04:00:05.984 INFO O| Dec 12 04:00:05.984 INFO STEP 202 (remove_files) COMPLETE
48902024-12-12T04:00:06.430Z[ recovery-image] Dec 12 04:00:05.984 INFO O| Dec 12 04:00:05.984 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-12T04:00:06.440Z[ recovery-image] Dec 12 04:00:05.994 INFO O| Dec 12 04:00:05.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
48922024-12-12T04:00:06.440Z[ recovery-image] Dec 12 04:00:05.994 INFO O| Dec 12 04:00:05.994 INFO STEP 203 (remove_files) COMPLETE
48932024-12-12T04:00:06.443Z[ recovery-image] Dec 12 04:00:05.994 INFO O| Dec 12 04:00:05.994 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-12T04:00:06.451Z[ recovery-image] Dec 12 04:00:06.004 INFO O| Dec 12 04:00:06.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
48952024-12-12T04:00:06.451Z[ recovery-image] Dec 12 04:00:06.004 INFO O| Dec 12 04:00:06.004 INFO STEP 204 (remove_files) COMPLETE
48962024-12-12T04:00:06.453Z[ recovery-image] Dec 12 04:00:06.004 INFO O| Dec 12 04:00:06.004 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-12T04:00:06.461Z[ recovery-image] Dec 12 04:00:06.015 INFO O| Dec 12 04:00:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
48982024-12-12T04:00:06.461Z[ recovery-image] Dec 12 04:00:06.015 INFO O| Dec 12 04:00:06.015 INFO STEP 205 (remove_files) COMPLETE
48992024-12-12T04:00:06.462Z[ recovery-image] Dec 12 04:00:06.015 INFO O| Dec 12 04:00:06.015 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-12T04:00:06.473Z[ recovery-image] Dec 12 04:00:06.027 INFO O| Dec 12 04:00:06.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49012024-12-12T04:00:06.473Z[ recovery-image] Dec 12 04:00:06.027 INFO O| Dec 12 04:00:06.027 INFO STEP 206 (remove_files) COMPLETE
49022024-12-12T04:00:06.476Z[ recovery-image] Dec 12 04:00:06.027 INFO O| Dec 12 04:00:06.027 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-12T04:00:06.485Z[ recovery-image] Dec 12 04:00:06.038 INFO O| Dec 12 04:00:06.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49042024-12-12T04:00:06.485Z[ recovery-image] Dec 12 04:00:06.039 INFO O| Dec 12 04:00:06.038 INFO STEP 207 (remove_files) COMPLETE
49052024-12-12T04:00:06.485Z[ recovery-image] Dec 12 04:00:06.039 INFO O| Dec 12 04:00:06.039 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-12T04:00:06.496Z[ recovery-image] Dec 12 04:00:06.050 INFO O| Dec 12 04:00:06.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49072024-12-12T04:00:06.496Z[ recovery-image] Dec 12 04:00:06.050 INFO O| Dec 12 04:00:06.050 INFO STEP 208 (remove_files) COMPLETE
49082024-12-12T04:00:06.496Z[ recovery-image] Dec 12 04:00:06.050 INFO O| Dec 12 04:00:06.050 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-12T04:00:06.507Z[ recovery-image] Dec 12 04:00:06.060 INFO O| Dec 12 04:00:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49102024-12-12T04:00:06.509Z[ recovery-image] Dec 12 04:00:06.061 INFO O| Dec 12 04:00:06.061 INFO STEP 209 (remove_files) COMPLETE
49112024-12-12T04:00:06.509Z[ recovery-image] Dec 12 04:00:06.061 INFO O| Dec 12 04:00:06.061 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-12T04:00:06.518Z[ recovery-image] Dec 12 04:00:06.071 INFO O| Dec 12 04:00:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49132024-12-12T04:00:06.518Z[ recovery-image] Dec 12 04:00:06.071 INFO O| Dec 12 04:00:06.071 INFO STEP 210 (remove_files) COMPLETE
49142024-12-12T04:00:06.520Z[ recovery-image] Dec 12 04:00:06.071 INFO O| Dec 12 04:00:06.071 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-12T04:00:06.528Z[ recovery-image] Dec 12 04:00:06.081 INFO O| Dec 12 04:00:06.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49162024-12-12T04:00:06.528Z[ recovery-image] Dec 12 04:00:06.082 INFO O| Dec 12 04:00:06.082 INFO STEP 211 (remove_files) COMPLETE
49172024-12-12T04:00:06.531Z[ recovery-image] Dec 12 04:00:06.082 INFO O| Dec 12 04:00:06.082 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-12T04:00:06.538Z[ recovery-image] Dec 12 04:00:06.092 INFO O| Dec 12 04:00:06.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49192024-12-12T04:00:06.538Z[ recovery-image] Dec 12 04:00:06.092 INFO O| Dec 12 04:00:06.092 INFO STEP 212 (remove_files) COMPLETE
49202024-12-12T04:00:06.542Z[ recovery-image] Dec 12 04:00:06.092 INFO O| Dec 12 04:00:06.092 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-12T04:00:06.548Z[ recovery-image] Dec 12 04:00:06.101 INFO O| Dec 12 04:00:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49222024-12-12T04:00:06.548Z[ recovery-image] Dec 12 04:00:06.101 INFO O| Dec 12 04:00:06.101 INFO STEP 213 (remove_files) COMPLETE
49232024-12-12T04:00:06.551Z[ recovery-image] Dec 12 04:00:06.101 INFO O| Dec 12 04:00:06.101 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-12T04:00:06.558Z[ recovery-image] Dec 12 04:00:06.111 INFO O| Dec 12 04:00:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49252024-12-12T04:00:06.558Z[ recovery-image] Dec 12 04:00:06.111 INFO O| Dec 12 04:00:06.111 INFO STEP 214 (remove_files) COMPLETE
49262024-12-12T04:00:06.560Z[ recovery-image] Dec 12 04:00:06.111 INFO O| Dec 12 04:00:06.111 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-12T04:00:06.568Z[ recovery-image] Dec 12 04:00:06.121 INFO O| Dec 12 04:00:06.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49282024-12-12T04:00:06.568Z[ recovery-image] Dec 12 04:00:06.121 INFO O| Dec 12 04:00:06.121 INFO STEP 215 (remove_files) COMPLETE
49292024-12-12T04:00:06.571Z[ recovery-image] Dec 12 04:00:06.121 INFO O| Dec 12 04:00:06.121 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-12T04:00:06.578Z[ recovery-image] Dec 12 04:00:06.131 INFO O| Dec 12 04:00:06.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49312024-12-12T04:00:06.578Z[ recovery-image] Dec 12 04:00:06.131 INFO O| Dec 12 04:00:06.131 INFO STEP 216 (remove_files) COMPLETE
49322024-12-12T04:00:06.581Z[ recovery-image] Dec 12 04:00:06.131 INFO O| Dec 12 04:00:06.131 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-12T04:00:06.588Z[ recovery-image] Dec 12 04:00:06.141 INFO O| Dec 12 04:00:06.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49342024-12-12T04:00:06.588Z[ recovery-image] Dec 12 04:00:06.141 INFO O| Dec 12 04:00:06.141 INFO STEP 217 (remove_files) COMPLETE
49352024-12-12T04:00:06.588Z[ recovery-image] Dec 12 04:00:06.141 INFO O| Dec 12 04:00:06.141 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-12T04:00:06.598Z[ recovery-image] Dec 12 04:00:06.151 INFO O| Dec 12 04:00:06.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49372024-12-12T04:00:06.598Z[ recovery-image] Dec 12 04:00:06.151 INFO O| Dec 12 04:00:06.151 INFO STEP 218 (remove_files) COMPLETE
49382024-12-12T04:00:06.600Z[ recovery-image] Dec 12 04:00:06.151 INFO O| Dec 12 04:00:06.151 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-12T04:00:06.608Z[ recovery-image] Dec 12 04:00:06.162 INFO O| Dec 12 04:00:06.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49402024-12-12T04:00:06.609Z[ recovery-image] Dec 12 04:00:06.162 INFO O| Dec 12 04:00:06.162 INFO STEP 219 (remove_files) COMPLETE
49412024-12-12T04:00:06.609Z[ recovery-image] Dec 12 04:00:06.162 INFO O| Dec 12 04:00:06.162 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-12T04:00:06.619Z[ recovery-image] Dec 12 04:00:06.172 INFO O| Dec 12 04:00:06.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49432024-12-12T04:00:06.619Z[ recovery-image] Dec 12 04:00:06.172 INFO O| Dec 12 04:00:06.172 INFO STEP 220 (remove_files) COMPLETE
49442024-12-12T04:00:06.619Z[ recovery-image] Dec 12 04:00:06.172 INFO O| Dec 12 04:00:06.172 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-12T04:00:06.629Z[ recovery-image] Dec 12 04:00:06.182 INFO O| Dec 12 04:00:06.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49462024-12-12T04:00:06.629Z[ recovery-image] Dec 12 04:00:06.182 INFO O| Dec 12 04:00:06.182 INFO STEP 221 (remove_files) COMPLETE
49472024-12-12T04:00:06.629Z[ recovery-image] Dec 12 04:00:06.182 INFO O| Dec 12 04:00:06.182 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-12T04:00:06.638Z[ recovery-image] Dec 12 04:00:06.192 INFO O| Dec 12 04:00:06.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49492024-12-12T04:00:06.638Z[ recovery-image] Dec 12 04:00:06.192 INFO O| Dec 12 04:00:06.192 INFO STEP 222 (remove_files) COMPLETE
49502024-12-12T04:00:06.641Z[ recovery-image] Dec 12 04:00:06.192 INFO O| Dec 12 04:00:06.192 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-12T04:00:06.648Z[ recovery-image] Dec 12 04:00:06.202 INFO O| Dec 12 04:00:06.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49522024-12-12T04:00:06.648Z[ recovery-image] Dec 12 04:00:06.202 INFO O| Dec 12 04:00:06.202 INFO STEP 223 (remove_files) COMPLETE
49532024-12-12T04:00:06.648Z[ recovery-image] Dec 12 04:00:06.202 INFO O| Dec 12 04:00:06.202 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-12T04:00:06.658Z[ recovery-image] Dec 12 04:00:06.211 INFO O| Dec 12 04:00:06.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49552024-12-12T04:00:06.660Z[ recovery-image] Dec 12 04:00:06.211 INFO O| Dec 12 04:00:06.211 INFO STEP 224 (remove_files) COMPLETE
49562024-12-12T04:00:06.660Z[ recovery-image] Dec 12 04:00:06.211 INFO O| Dec 12 04:00:06.211 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-12T04:00:06.668Z[ recovery-image] Dec 12 04:00:06.221 INFO O| Dec 12 04:00:06.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49582024-12-12T04:00:06.668Z[ recovery-image] Dec 12 04:00:06.221 INFO O| Dec 12 04:00:06.221 INFO STEP 225 (remove_files) COMPLETE
49592024-12-12T04:00:06.670Z[ recovery-image] Dec 12 04:00:06.221 INFO O| Dec 12 04:00:06.221 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-12T04:00:06.678Z[ recovery-image] Dec 12 04:00:06.231 INFO O| Dec 12 04:00:06.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49612024-12-12T04:00:06.678Z[ recovery-image] Dec 12 04:00:06.231 INFO O| Dec 12 04:00:06.231 INFO STEP 226 (remove_files) COMPLETE
49622024-12-12T04:00:06.680Z[ recovery-image] Dec 12 04:00:06.231 INFO O| Dec 12 04:00:06.231 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-12T04:00:06.687Z[ recovery-image] Dec 12 04:00:06.241 INFO O| Dec 12 04:00:06.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49642024-12-12T04:00:06.687Z[ recovery-image] Dec 12 04:00:06.241 INFO O| Dec 12 04:00:06.241 INFO STEP 227 (remove_files) COMPLETE
49652024-12-12T04:00:06.687Z[ recovery-image] Dec 12 04:00:06.241 INFO O| Dec 12 04:00:06.241 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-12T04:00:06.698Z[ recovery-image] Dec 12 04:00:06.251 INFO O| Dec 12 04:00:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49672024-12-12T04:00:06.698Z[ recovery-image] Dec 12 04:00:06.251 INFO O| Dec 12 04:00:06.251 INFO STEP 228 (remove_files) COMPLETE
49682024-12-12T04:00:06.698Z[ recovery-image] Dec 12 04:00:06.251 INFO O| Dec 12 04:00:06.251 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-12T04:00:06.708Z[ recovery-image] Dec 12 04:00:06.261 INFO O| Dec 12 04:00:06.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49702024-12-12T04:00:06.708Z[ recovery-image] Dec 12 04:00:06.261 INFO O| Dec 12 04:00:06.261 INFO STEP 229 (remove_files) COMPLETE
49712024-12-12T04:00:06.710Z[ recovery-image] Dec 12 04:00:06.261 INFO O| Dec 12 04:00:06.261 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-12T04:00:06.717Z[ recovery-image] Dec 12 04:00:06.271 INFO O| Dec 12 04:00:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
49732024-12-12T04:00:06.718Z[ recovery-image] Dec 12 04:00:06.271 INFO O| Dec 12 04:00:06.271 INFO STEP 230 (remove_files) COMPLETE
49742024-12-12T04:00:06.718Z[ recovery-image] Dec 12 04:00:06.271 INFO O| Dec 12 04:00:06.271 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-12T04:00:06.727Z[ recovery-image] Dec 12 04:00:06.281 INFO O| Dec 12 04:00:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
49762024-12-12T04:00:06.727Z[ recovery-image] Dec 12 04:00:06.281 INFO O| Dec 12 04:00:06.281 INFO STEP 231 (remove_files) COMPLETE
49772024-12-12T04:00:06.727Z[ recovery-image] Dec 12 04:00:06.281 INFO O| Dec 12 04:00:06.281 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-12T04:00:06.737Z[ recovery-image] Dec 12 04:00:06.291 INFO O| Dec 12 04:00:06.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
49792024-12-12T04:00:06.737Z[ recovery-image] Dec 12 04:00:06.291 INFO O| Dec 12 04:00:06.291 INFO STEP 232 (remove_files) COMPLETE
49802024-12-12T04:00:06.740Z[ recovery-image] Dec 12 04:00:06.291 INFO O| Dec 12 04:00:06.291 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-12T04:00:06.749Z[ recovery-image] Dec 12 04:00:06.302 INFO O| Dec 12 04:00:06.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
49822024-12-12T04:00:06.749Z[ recovery-image] Dec 12 04:00:06.302 INFO O| Dec 12 04:00:06.302 INFO STEP 233 (remove_files) COMPLETE
49832024-12-12T04:00:06.751Z[ recovery-image] Dec 12 04:00:06.302 INFO O| Dec 12 04:00:06.302 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-12T04:00:06.760Z[ recovery-image] Dec 12 04:00:06.314 INFO O| Dec 12 04:00:06.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
49852024-12-12T04:00:06.761Z[ recovery-image] Dec 12 04:00:06.314 INFO O| Dec 12 04:00:06.314 INFO STEP 234 (remove_files) COMPLETE
49862024-12-12T04:00:06.763Z[ recovery-image] Dec 12 04:00:06.314 INFO O| Dec 12 04:00:06.314 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-12T04:00:06.771Z[ recovery-image] Dec 12 04:00:06.325 INFO O| Dec 12 04:00:06.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
49882024-12-12T04:00:06.772Z[ recovery-image] Dec 12 04:00:06.325 INFO O| Dec 12 04:00:06.325 INFO STEP 235 (remove_files) COMPLETE
49892024-12-12T04:00:06.772Z[ recovery-image] Dec 12 04:00:06.325 INFO O| Dec 12 04:00:06.325 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-12T04:00:06.782Z[ recovery-image] Dec 12 04:00:06.336 INFO O| Dec 12 04:00:06.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
49912024-12-12T04:00:06.782Z[ recovery-image] Dec 12 04:00:06.336 INFO O| Dec 12 04:00:06.336 INFO STEP 236 (remove_files) COMPLETE
49922024-12-12T04:00:06.785Z[ recovery-image] Dec 12 04:00:06.336 INFO O| Dec 12 04:00:06.336 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-12T04:00:06.792Z[ recovery-image] Dec 12 04:00:06.346 INFO O| Dec 12 04:00:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
49942024-12-12T04:00:06.792Z[ recovery-image] Dec 12 04:00:06.346 INFO O| Dec 12 04:00:06.346 INFO STEP 237 (remove_files) COMPLETE
49952024-12-12T04:00:06.792Z[ recovery-image] Dec 12 04:00:06.346 INFO O| Dec 12 04:00:06.346 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-12T04:00:06.802Z[ recovery-image] Dec 12 04:00:06.356 INFO O| Dec 12 04:00:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
49972024-12-12T04:00:06.802Z[ recovery-image] Dec 12 04:00:06.356 INFO O| Dec 12 04:00:06.356 INFO STEP 238 (remove_files) COMPLETE
49982024-12-12T04:00:06.804Z[ recovery-image] Dec 12 04:00:06.356 INFO O| Dec 12 04:00:06.356 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-12T04:00:06.812Z[ recovery-image] Dec 12 04:00:06.365 INFO O| Dec 12 04:00:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50002024-12-12T04:00:06.812Z[ recovery-image] Dec 12 04:00:06.365 INFO O| Dec 12 04:00:06.365 INFO STEP 239 (remove_files) COMPLETE
50012024-12-12T04:00:06.814Z[ recovery-image] Dec 12 04:00:06.365 INFO O| Dec 12 04:00:06.365 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-12T04:00:06.822Z[ recovery-image] Dec 12 04:00:06.375 INFO O| Dec 12 04:00:06.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50032024-12-12T04:00:06.824Z[ recovery-image] Dec 12 04:00:06.375 INFO O| Dec 12 04:00:06.375 INFO STEP 240 (remove_files) COMPLETE
50042024-12-12T04:00:06.824Z[ recovery-image] Dec 12 04:00:06.375 INFO O| Dec 12 04:00:06.375 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-12T04:00:06.833Z[ recovery-image] Dec 12 04:00:06.386 INFO O| Dec 12 04:00:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50062024-12-12T04:00:06.833Z[ recovery-image] Dec 12 04:00:06.386 INFO O| Dec 12 04:00:06.386 INFO STEP 241 (remove_files) COMPLETE
50072024-12-12T04:00:06.833Z[ recovery-image] Dec 12 04:00:06.386 INFO O| Dec 12 04:00:06.386 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-12T04:00:06.842Z[ recovery-image] Dec 12 04:00:06.396 INFO O| Dec 12 04:00:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50092024-12-12T04:00:06.846Z[ recovery-image] Dec 12 04:00:06.396 INFO O| Dec 12 04:00:06.396 INFO STEP 242 (remove_files) COMPLETE
50102024-12-12T04:00:06.846Z[ recovery-image] Dec 12 04:00:06.396 INFO O| Dec 12 04:00:06.396 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-12T04:00:06.852Z[ recovery-image] Dec 12 04:00:06.406 INFO O| Dec 12 04:00:06.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50122024-12-12T04:00:06.855Z[ recovery-image] Dec 12 04:00:06.406 INFO O| Dec 12 04:00:06.406 INFO STEP 243 (remove_files) COMPLETE
50132024-12-12T04:00:06.855Z[ recovery-image] Dec 12 04:00:06.406 INFO O| Dec 12 04:00:06.406 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-12T04:00:06.862Z[ recovery-image] Dec 12 04:00:06.416 INFO O| Dec 12 04:00:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50152024-12-12T04:00:06.862Z[ recovery-image] Dec 12 04:00:06.416 INFO O| Dec 12 04:00:06.416 INFO STEP 244 (remove_files) COMPLETE
50162024-12-12T04:00:06.865Z[ recovery-image] Dec 12 04:00:06.416 INFO O| Dec 12 04:00:06.416 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-12T04:00:06.872Z[ recovery-image] Dec 12 04:00:06.426 INFO O| Dec 12 04:00:06.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50182024-12-12T04:00:06.872Z[ recovery-image] Dec 12 04:00:06.426 INFO O| Dec 12 04:00:06.426 INFO STEP 245 (remove_files) COMPLETE
50192024-12-12T04:00:06.875Z[ recovery-image] Dec 12 04:00:06.426 INFO O| Dec 12 04:00:06.426 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-12T04:00:06.882Z[ recovery-image] Dec 12 04:00:06.436 INFO O| Dec 12 04:00:06.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50212024-12-12T04:00:06.882Z[ recovery-image] Dec 12 04:00:06.436 INFO O| Dec 12 04:00:06.436 INFO STEP 246 (remove_files) COMPLETE
50222024-12-12T04:00:06.882Z[ recovery-image] Dec 12 04:00:06.436 INFO O| Dec 12 04:00:06.436 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-12T04:00:06.892Z[ recovery-image] Dec 12 04:00:06.446 INFO O| Dec 12 04:00:06.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50242024-12-12T04:00:06.892Z[ recovery-image] Dec 12 04:00:06.446 INFO O| Dec 12 04:00:06.446 INFO STEP 247 (remove_files) COMPLETE
50252024-12-12T04:00:06.892Z[ recovery-image] Dec 12 04:00:06.446 INFO O| Dec 12 04:00:06.446 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-12T04:00:06.902Z[ recovery-image] Dec 12 04:00:06.455 INFO O| Dec 12 04:00:06.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50272024-12-12T04:00:06.902Z[ recovery-image] Dec 12 04:00:06.455 INFO O| Dec 12 04:00:06.455 INFO STEP 248 (remove_files) COMPLETE
50282024-12-12T04:00:06.902Z[ recovery-image] Dec 12 04:00:06.455 INFO O| Dec 12 04:00:06.455 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-12T04:00:06.912Z[ recovery-image] Dec 12 04:00:06.465 INFO O| Dec 12 04:00:06.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50302024-12-12T04:00:06.912Z[ recovery-image] Dec 12 04:00:06.465 INFO O| Dec 12 04:00:06.465 INFO STEP 249 (remove_files) COMPLETE
50312024-12-12T04:00:06.912Z[ recovery-image] Dec 12 04:00:06.465 INFO O| Dec 12 04:00:06.465 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-12T04:00:06.922Z[ recovery-image] Dec 12 04:00:06.475 INFO O| Dec 12 04:00:06.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50332024-12-12T04:00:06.922Z[ recovery-image] Dec 12 04:00:06.475 INFO O| Dec 12 04:00:06.475 INFO STEP 250 (remove_files) COMPLETE
50342024-12-12T04:00:06.922Z[ recovery-image] Dec 12 04:00:06.475 INFO O| Dec 12 04:00:06.475 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-12T04:00:06.931Z[ recovery-image] Dec 12 04:00:06.485 INFO O| Dec 12 04:00:06.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50362024-12-12T04:00:06.931Z[ recovery-image] Dec 12 04:00:06.485 INFO O| Dec 12 04:00:06.485 INFO STEP 251 (remove_files) COMPLETE
50372024-12-12T04:00:06.935Z[ recovery-image] Dec 12 04:00:06.485 INFO O| Dec 12 04:00:06.485 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-12T04:00:06.941Z[ recovery-image] Dec 12 04:00:06.495 INFO O| Dec 12 04:00:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50392024-12-12T04:00:06.944Z[ recovery-image] Dec 12 04:00:06.495 INFO O| Dec 12 04:00:06.495 INFO STEP 252 (remove_files) COMPLETE
50402024-12-12T04:00:06.944Z[ recovery-image] Dec 12 04:00:06.495 INFO O| Dec 12 04:00:06.495 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-12T04:00:06.951Z[ recovery-image] Dec 12 04:00:06.504 INFO O| Dec 12 04:00:06.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50422024-12-12T04:00:06.951Z[ recovery-image] Dec 12 04:00:06.505 INFO O| Dec 12 04:00:06.504 INFO STEP 253 (remove_files) COMPLETE
50432024-12-12T04:00:06.953Z[ recovery-image] Dec 12 04:00:06.505 INFO O| Dec 12 04:00:06.504 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-12T04:00:06.961Z[ recovery-image] Dec 12 04:00:06.514 INFO O| Dec 12 04:00:06.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50452024-12-12T04:00:06.963Z[ recovery-image] Dec 12 04:00:06.515 INFO O| Dec 12 04:00:06.515 INFO STEP 254 (remove_files) COMPLETE
50462024-12-12T04:00:06.963Z[ recovery-image] Dec 12 04:00:06.515 INFO O| Dec 12 04:00:06.515 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-12T04:00:06.971Z[ recovery-image] Dec 12 04:00:06.525 INFO O| Dec 12 04:00:06.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50482024-12-12T04:00:06.972Z[ recovery-image] Dec 12 04:00:06.525 INFO O| Dec 12 04:00:06.525 INFO STEP 255 (remove_files) COMPLETE
50492024-12-12T04:00:06.972Z[ recovery-image] Dec 12 04:00:06.525 INFO O| Dec 12 04:00:06.525 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-12T04:00:06.981Z[ recovery-image] Dec 12 04:00:06.535 INFO O| Dec 12 04:00:06.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50512024-12-12T04:00:06.981Z[ recovery-image] Dec 12 04:00:06.535 INFO O| Dec 12 04:00:06.535 INFO STEP 256 (remove_files) COMPLETE
50522024-12-12T04:00:06.984Z[ recovery-image] Dec 12 04:00:06.535 INFO O| Dec 12 04:00:06.535 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-12T04:00:06.991Z[ recovery-image] Dec 12 04:00:06.545 INFO O| Dec 12 04:00:06.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50542024-12-12T04:00:06.991Z[ recovery-image] Dec 12 04:00:06.545 INFO O| Dec 12 04:00:06.545 INFO STEP 257 (remove_files) COMPLETE
50552024-12-12T04:00:06.991Z[ recovery-image] Dec 12 04:00:06.545 INFO O| Dec 12 04:00:06.545 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-12T04:00:07.001Z[ recovery-image] Dec 12 04:00:06.554 INFO O| Dec 12 04:00:06.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50572024-12-12T04:00:07.004Z[ recovery-image] Dec 12 04:00:06.555 INFO O| Dec 12 04:00:06.555 INFO STEP 258 (remove_files) COMPLETE
50582024-12-12T04:00:07.004Z[ recovery-image] Dec 12 04:00:06.555 INFO O| Dec 12 04:00:06.555 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-12T04:00:07.011Z[ recovery-image] Dec 12 04:00:06.564 INFO O| Dec 12 04:00:06.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50602024-12-12T04:00:07.013Z[ recovery-image] Dec 12 04:00:06.565 INFO O| Dec 12 04:00:06.564 INFO STEP 259 (remove_files) COMPLETE
50612024-12-12T04:00:07.013Z[ recovery-image] Dec 12 04:00:06.565 INFO O| Dec 12 04:00:06.564 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-12T04:00:07.023Z[ recovery-image] Dec 12 04:00:06.576 INFO O| Dec 12 04:00:06.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50632024-12-12T04:00:07.023Z[ recovery-image] Dec 12 04:00:06.576 INFO O| Dec 12 04:00:06.576 INFO STEP 260 (remove_files) COMPLETE
50642024-12-12T04:00:07.026Z[ recovery-image] Dec 12 04:00:06.576 INFO O| Dec 12 04:00:06.576 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-12T04:00:07.033Z[ recovery-image] Dec 12 04:00:06.587 INFO O| Dec 12 04:00:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50662024-12-12T04:00:07.033Z[ recovery-image] Dec 12 04:00:06.587 INFO O| Dec 12 04:00:06.587 INFO STEP 261 (remove_files) COMPLETE
50672024-12-12T04:00:07.036Z[ recovery-image] Dec 12 04:00:06.587 INFO O| Dec 12 04:00:06.587 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-12T04:00:07.043Z[ recovery-image] Dec 12 04:00:06.596 INFO O| Dec 12 04:00:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50692024-12-12T04:00:07.043Z[ recovery-image] Dec 12 04:00:06.597 INFO O| Dec 12 04:00:06.597 INFO STEP 262 (remove_files) COMPLETE
50702024-12-12T04:00:07.043Z[ recovery-image] Dec 12 04:00:06.597 INFO O| Dec 12 04:00:06.597 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-12T04:00:07.054Z[ recovery-image] Dec 12 04:00:06.607 INFO O| Dec 12 04:00:06.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50722024-12-12T04:00:07.054Z[ recovery-image] Dec 12 04:00:06.607 INFO O| Dec 12 04:00:06.607 INFO STEP 263 (remove_files) COMPLETE
50732024-12-12T04:00:07.056Z[ recovery-image] Dec 12 04:00:06.607 INFO O| Dec 12 04:00:06.607 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-12T04:00:07.065Z[ recovery-image] Dec 12 04:00:06.618 INFO O| Dec 12 04:00:06.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
50752024-12-12T04:00:07.065Z[ recovery-image] Dec 12 04:00:06.618 INFO O| Dec 12 04:00:06.618 INFO STEP 264 (remove_files) COMPLETE
50762024-12-12T04:00:07.065Z[ recovery-image] Dec 12 04:00:06.618 INFO O| Dec 12 04:00:06.618 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-12T04:00:07.075Z[ recovery-image] Dec 12 04:00:06.628 INFO O| Dec 12 04:00:06.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
50782024-12-12T04:00:07.075Z[ recovery-image] Dec 12 04:00:06.628 INFO O| Dec 12 04:00:06.628 INFO STEP 265 (remove_files) COMPLETE
50792024-12-12T04:00:07.077Z[ recovery-image] Dec 12 04:00:06.628 INFO O| Dec 12 04:00:06.628 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-12T04:00:07.086Z[ recovery-image] Dec 12 04:00:06.639 INFO O| Dec 12 04:00:06.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
50812024-12-12T04:00:07.086Z[ recovery-image] Dec 12 04:00:06.639 INFO O| Dec 12 04:00:06.639 INFO STEP 266 (remove_files) COMPLETE
50822024-12-12T04:00:07.086Z[ recovery-image] Dec 12 04:00:06.639 INFO O| Dec 12 04:00:06.639 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-12T04:00:07.096Z[ recovery-image] Dec 12 04:00:06.649 INFO O| Dec 12 04:00:06.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
50842024-12-12T04:00:07.096Z[ recovery-image] Dec 12 04:00:06.649 INFO O| Dec 12 04:00:06.649 INFO STEP 267 (remove_files) COMPLETE
50852024-12-12T04:00:07.096Z[ recovery-image] Dec 12 04:00:06.649 INFO O| Dec 12 04:00:06.649 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-12T04:00:07.105Z[ recovery-image] Dec 12 04:00:06.659 INFO O| Dec 12 04:00:06.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
50872024-12-12T04:00:07.106Z[ recovery-image] Dec 12 04:00:06.659 INFO O| Dec 12 04:00:06.659 INFO STEP 268 (remove_files) COMPLETE
50882024-12-12T04:00:07.108Z[ recovery-image] Dec 12 04:00:06.659 INFO O| Dec 12 04:00:06.659 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-12T04:00:07.115Z[ recovery-image] Dec 12 04:00:06.669 INFO O| Dec 12 04:00:06.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
50902024-12-12T04:00:07.115Z[ recovery-image] Dec 12 04:00:06.669 INFO O| Dec 12 04:00:06.669 INFO STEP 269 (remove_files) COMPLETE
50912024-12-12T04:00:07.118Z[ recovery-image] Dec 12 04:00:06.669 INFO O| Dec 12 04:00:06.669 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-12T04:00:07.125Z[ recovery-image] Dec 12 04:00:06.679 INFO O| Dec 12 04:00:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
50932024-12-12T04:00:07.128Z[ recovery-image] Dec 12 04:00:06.679 INFO O| Dec 12 04:00:06.679 INFO STEP 270 (remove_files) COMPLETE
50942024-12-12T04:00:07.128Z[ recovery-image] Dec 12 04:00:06.679 INFO O| Dec 12 04:00:06.679 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-12T04:00:07.136Z[ recovery-image] Dec 12 04:00:06.689 INFO O| Dec 12 04:00:06.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
50962024-12-12T04:00:07.138Z[ recovery-image] Dec 12 04:00:06.689 INFO O| Dec 12 04:00:06.689 INFO STEP 271 (remove_files) COMPLETE
50972024-12-12T04:00:07.138Z[ recovery-image] Dec 12 04:00:06.689 INFO O| Dec 12 04:00:06.689 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-12T04:00:07.146Z[ recovery-image] Dec 12 04:00:06.700 INFO O| Dec 12 04:00:06.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
50992024-12-12T04:00:07.149Z[ recovery-image] Dec 12 04:00:06.700 INFO O| Dec 12 04:00:06.700 INFO STEP 272 (remove_files) COMPLETE
51002024-12-12T04:00:07.149Z[ recovery-image] Dec 12 04:00:06.700 INFO O| Dec 12 04:00:06.700 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-12T04:00:07.157Z[ recovery-image] Dec 12 04:00:06.710 INFO O| Dec 12 04:00:06.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51022024-12-12T04:00:07.157Z[ recovery-image] Dec 12 04:00:06.710 INFO O| Dec 12 04:00:06.710 INFO STEP 273 (remove_files) COMPLETE
51032024-12-12T04:00:07.157Z[ recovery-image] Dec 12 04:00:06.710 INFO O| Dec 12 04:00:06.710 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-12T04:00:07.167Z[ recovery-image] Dec 12 04:00:06.720 INFO O| Dec 12 04:00:06.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51052024-12-12T04:00:07.170Z[ recovery-image] Dec 12 04:00:06.720 INFO O| Dec 12 04:00:06.720 INFO STEP 274 (remove_files) COMPLETE
51062024-12-12T04:00:07.170Z[ recovery-image] Dec 12 04:00:06.720 INFO O| Dec 12 04:00:06.720 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-12T04:00:07.176Z[ recovery-image] Dec 12 04:00:06.730 INFO O| Dec 12 04:00:06.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51082024-12-12T04:00:07.176Z[ recovery-image] Dec 12 04:00:06.730 INFO O| Dec 12 04:00:06.730 INFO STEP 275 (remove_files) COMPLETE
51092024-12-12T04:00:07.176Z[ recovery-image] Dec 12 04:00:06.730 INFO O| Dec 12 04:00:06.730 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-12T04:00:07.186Z[ recovery-image] Dec 12 04:00:06.740 INFO O| Dec 12 04:00:06.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51112024-12-12T04:00:07.186Z[ recovery-image] Dec 12 04:00:06.740 INFO O| Dec 12 04:00:06.740 INFO STEP 276 (remove_files) COMPLETE
51122024-12-12T04:00:07.189Z[ recovery-image] Dec 12 04:00:06.740 INFO O| Dec 12 04:00:06.740 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-12T04:00:07.196Z[ recovery-image] Dec 12 04:00:06.750 INFO O| Dec 12 04:00:06.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51142024-12-12T04:00:07.199Z[ recovery-image] Dec 12 04:00:06.750 INFO O| Dec 12 04:00:06.750 INFO STEP 277 (remove_files) COMPLETE
51152024-12-12T04:00:07.199Z[ recovery-image] Dec 12 04:00:06.750 INFO O| Dec 12 04:00:06.750 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-12T04:00:07.207Z[ recovery-image] Dec 12 04:00:06.760 INFO O| Dec 12 04:00:06.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51172024-12-12T04:00:07.207Z[ recovery-image] Dec 12 04:00:06.760 INFO O| Dec 12 04:00:06.760 INFO STEP 278 (remove_files) COMPLETE
51182024-12-12T04:00:07.207Z[ recovery-image] Dec 12 04:00:06.760 INFO O| Dec 12 04:00:06.760 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-12T04:00:07.216Z[ recovery-image] Dec 12 04:00:06.770 INFO O| Dec 12 04:00:06.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51202024-12-12T04:00:07.216Z[ recovery-image] Dec 12 04:00:06.770 INFO O| Dec 12 04:00:06.770 INFO STEP 279 (remove_files) COMPLETE
51212024-12-12T04:00:07.219Z[ recovery-image] Dec 12 04:00:06.770 INFO O| Dec 12 04:00:06.770 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-12T04:00:07.226Z[ recovery-image] Dec 12 04:00:06.780 INFO O| Dec 12 04:00:06.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51232024-12-12T04:00:07.226Z[ recovery-image] Dec 12 04:00:06.780 INFO O| Dec 12 04:00:06.780 INFO STEP 280 (remove_files) COMPLETE
51242024-12-12T04:00:07.229Z[ recovery-image] Dec 12 04:00:06.780 INFO O| Dec 12 04:00:06.780 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-12T04:00:07.231Z[ host-image] Dec 12 04:00:06.784 INFO O| Dec 12 04:00:06.784 INFO O| Done
51262024-12-12T04:00:07.236Z[ recovery-image] Dec 12 04:00:06.790 INFO O| Dec 12 04:00:06.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51272024-12-12T04:00:07.237Z[ recovery-image] Dec 12 04:00:06.790 INFO O| Dec 12 04:00:06.790 INFO STEP 281 (remove_files) COMPLETE
51282024-12-12T04:00:07.239Z[ recovery-image] Dec 12 04:00:06.790 INFO O| Dec 12 04:00:06.790 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-12T04:00:07.247Z[ recovery-image] Dec 12 04:00:06.801 INFO O| Dec 12 04:00:06.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51302024-12-12T04:00:07.247Z[ recovery-image] Dec 12 04:00:06.801 INFO O| Dec 12 04:00:06.801 INFO STEP 282 (remove_files) COMPLETE
51312024-12-12T04:00:07.250Z[ recovery-image] Dec 12 04:00:06.801 INFO O| Dec 12 04:00:06.801 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-12T04:00:07.257Z[ recovery-image] Dec 12 04:00:06.811 INFO O| Dec 12 04:00:06.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51332024-12-12T04:00:07.258Z[ recovery-image] Dec 12 04:00:06.811 INFO O| Dec 12 04:00:06.811 INFO STEP 283 (remove_files) COMPLETE
51342024-12-12T04:00:07.260Z[ recovery-image] Dec 12 04:00:06.811 INFO O| Dec 12 04:00:06.811 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-12T04:00:07.260Z[ host-image] Dec 12 04:00:06.812 INFO O| Dec 12 04:00:06.811 INFO O| Done
51362024-12-12T04:00:07.260Z[ host-image] Dec 12 04:00:06.812 INFO O| Dec 12 04:00:06.812 INFO O| Done
51372024-12-12T04:00:07.268Z[ recovery-image] Dec 12 04:00:06.821 INFO O| Dec 12 04:00:06.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51382024-12-12T04:00:07.268Z[ recovery-image] Dec 12 04:00:06.821 INFO O| Dec 12 04:00:06.821 INFO STEP 284 (remove_files) COMPLETE
51392024-12-12T04:00:07.270Z[ recovery-image] Dec 12 04:00:06.821 INFO O| Dec 12 04:00:06.821 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-12T04:00:07.274Z[ host-image] Dec 12 04:00:06.827 INFO O| Dec 12 04:00:06.827 INFO O| Done
51412024-12-12T04:00:07.277Z[ recovery-image] Dec 12 04:00:06.831 INFO O| Dec 12 04:00:06.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51422024-12-12T04:00:07.280Z[ recovery-image] Dec 12 04:00:06.831 INFO O| Dec 12 04:00:06.831 INFO STEP 285 (remove_files) COMPLETE
51432024-12-12T04:00:07.280Z[ recovery-image] Dec 12 04:00:06.831 INFO O| Dec 12 04:00:06.831 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-12T04:00:07.289Z[ recovery-image] Dec 12 04:00:06.842 INFO O| Dec 12 04:00:06.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51452024-12-12T04:00:07.289Z[ recovery-image] Dec 12 04:00:06.842 INFO O| Dec 12 04:00:06.842 INFO STEP 286 (remove_files) COMPLETE
51462024-12-12T04:00:07.292Z[ recovery-image] Dec 12 04:00:06.842 INFO O| Dec 12 04:00:06.842 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-12T04:00:07.301Z[ recovery-image] Dec 12 04:00:06.854 INFO O| Dec 12 04:00:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51482024-12-12T04:00:07.301Z[ recovery-image] Dec 12 04:00:06.854 INFO O| Dec 12 04:00:06.854 INFO STEP 287 (remove_files) COMPLETE
51492024-12-12T04:00:07.303Z[ recovery-image] Dec 12 04:00:06.854 INFO O| Dec 12 04:00:06.854 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-12T04:00:07.311Z[ recovery-image] Dec 12 04:00:06.865 INFO O| Dec 12 04:00:06.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51512024-12-12T04:00:07.311Z[ recovery-image] Dec 12 04:00:06.865 INFO O| Dec 12 04:00:06.865 INFO STEP 288 (remove_files) COMPLETE
51522024-12-12T04:00:07.314Z[ recovery-image] Dec 12 04:00:06.865 INFO O| Dec 12 04:00:06.865 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-12T04:00:07.322Z[ recovery-image] Dec 12 04:00:06.875 INFO O| Dec 12 04:00:06.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51542024-12-12T04:00:07.322Z[ recovery-image] Dec 12 04:00:06.875 INFO O| Dec 12 04:00:06.875 INFO STEP 289 (remove_files) COMPLETE
51552024-12-12T04:00:07.322Z[ recovery-image] Dec 12 04:00:06.875 INFO O| Dec 12 04:00:06.875 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-12T04:00:07.332Z[ recovery-image] Dec 12 04:00:06.885 INFO O| Dec 12 04:00:06.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51572024-12-12T04:00:07.332Z[ recovery-image] Dec 12 04:00:06.885 INFO O| Dec 12 04:00:06.885 INFO STEP 290 (remove_files) COMPLETE
51582024-12-12T04:00:07.332Z[ recovery-image] Dec 12 04:00:06.885 INFO O| Dec 12 04:00:06.885 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-12T04:00:07.342Z[ recovery-image] Dec 12 04:00:06.896 INFO O| Dec 12 04:00:06.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51602024-12-12T04:00:07.342Z[ recovery-image] Dec 12 04:00:06.896 INFO O| Dec 12 04:00:06.896 INFO STEP 291 (remove_files) COMPLETE
51612024-12-12T04:00:07.342Z[ recovery-image] Dec 12 04:00:06.896 INFO O| Dec 12 04:00:06.896 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-12T04:00:07.353Z[ recovery-image] Dec 12 04:00:06.906 INFO O| Dec 12 04:00:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51632024-12-12T04:00:07.353Z[ recovery-image] Dec 12 04:00:06.906 INFO O| Dec 12 04:00:06.906 INFO STEP 292 (remove_files) COMPLETE
51642024-12-12T04:00:07.356Z[ recovery-image] Dec 12 04:00:06.906 INFO O| Dec 12 04:00:06.906 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-12T04:00:07.363Z[ recovery-image] Dec 12 04:00:06.916 INFO O| Dec 12 04:00:06.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51662024-12-12T04:00:07.365Z[ recovery-image] Dec 12 04:00:06.916 INFO O| Dec 12 04:00:06.916 INFO STEP 293 (remove_files) COMPLETE
51672024-12-12T04:00:07.365Z[ recovery-image] Dec 12 04:00:06.916 INFO O| Dec 12 04:00:06.916 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-12T04:00:07.373Z[ recovery-image] Dec 12 04:00:06.927 INFO O| Dec 12 04:00:06.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51692024-12-12T04:00:07.373Z[ recovery-image] Dec 12 04:00:06.927 INFO O| Dec 12 04:00:06.927 INFO STEP 294 (remove_files) COMPLETE
51702024-12-12T04:00:07.373Z[ recovery-image] Dec 12 04:00:06.927 INFO O| Dec 12 04:00:06.927 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-12T04:00:07.384Z[ recovery-image] Dec 12 04:00:06.937 INFO O| Dec 12 04:00:06.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51722024-12-12T04:00:07.384Z[ recovery-image] Dec 12 04:00:06.937 INFO O| Dec 12 04:00:06.937 INFO STEP 295 (remove_files) COMPLETE
51732024-12-12T04:00:07.384Z[ recovery-image] Dec 12 04:00:06.937 INFO O| Dec 12 04:00:06.937 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-12T04:00:07.389Z[ host-image] Dec 12 04:00:06.942 INFO O| Dec 12 04:00:06.942 INFO STEP 12 (pkg_install) COMPLETE
51752024-12-12T04:00:07.389Z[ host-image] Dec 12 04:00:06.942 INFO O| Dec 12 04:00:06.942 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51762024-12-12T04:00:07.394Z[ recovery-image] Dec 12 04:00:06.947 INFO O| Dec 12 04:00:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51772024-12-12T04:00:07.394Z[ recovery-image] Dec 12 04:00:06.947 INFO O| Dec 12 04:00:06.947 INFO STEP 296 (remove_files) COMPLETE
51782024-12-12T04:00:07.396Z[ recovery-image] Dec 12 04:00:06.947 INFO O| Dec 12 04:00:06.947 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-12T04:00:07.400Z[ host-image] Dec 12 04:00:06.953 INFO O| Dec 12 04:00:06.953 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
51802024-12-12T04:00:07.404Z[ recovery-image] Dec 12 04:00:06.958 INFO O| Dec 12 04:00:06.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
51812024-12-12T04:00:07.404Z[ recovery-image] Dec 12 04:00:06.958 INFO O| Dec 12 04:00:06.958 INFO STEP 297 (remove_files) COMPLETE
51822024-12-12T04:00:07.407Z[ recovery-image] Dec 12 04:00:06.958 INFO O| Dec 12 04:00:06.958 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-12T04:00:07.415Z[ recovery-image] Dec 12 04:00:06.968 INFO O| Dec 12 04:00:06.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
51842024-12-12T04:00:07.415Z[ recovery-image] Dec 12 04:00:06.968 INFO O| Dec 12 04:00:06.968 INFO STEP 298 (remove_files) COMPLETE
51852024-12-12T04:00:07.417Z[ recovery-image] Dec 12 04:00:06.968 INFO O| Dec 12 04:00:06.968 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-12T04:00:07.425Z[ recovery-image] Dec 12 04:00:06.979 INFO O| Dec 12 04:00:06.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
51872024-12-12T04:00:07.425Z[ recovery-image] Dec 12 04:00:06.979 INFO O| Dec 12 04:00:06.979 INFO STEP 299 (remove_files) COMPLETE
51882024-12-12T04:00:07.428Z[ recovery-image] Dec 12 04:00:06.979 INFO O| Dec 12 04:00:06.979 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-12T04:00:07.435Z[ recovery-image] Dec 12 04:00:06.988 INFO O| Dec 12 04:00:06.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
51902024-12-12T04:00:07.435Z[ recovery-image] Dec 12 04:00:06.988 INFO O| Dec 12 04:00:06.988 INFO STEP 300 (remove_files) COMPLETE
51912024-12-12T04:00:07.435Z[ recovery-image] Dec 12 04:00:06.988 INFO O| Dec 12 04:00:06.988 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-12T04:00:07.445Z[ recovery-image] Dec 12 04:00:06.998 INFO O| Dec 12 04:00:06.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
51932024-12-12T04:00:07.445Z[ recovery-image] Dec 12 04:00:06.999 INFO O| Dec 12 04:00:06.998 INFO STEP 301 (remove_files) COMPLETE
51942024-12-12T04:00:07.445Z[ recovery-image] Dec 12 04:00:06.999 INFO O| Dec 12 04:00:06.999 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-12T04:00:07.457Z[ recovery-image] Dec 12 04:00:07.011 INFO O| Dec 12 04:00:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
51962024-12-12T04:00:07.457Z[ recovery-image] Dec 12 04:00:07.011 INFO O| Dec 12 04:00:07.011 INFO STEP 302 (remove_files) COMPLETE
51972024-12-12T04:00:07.457Z[ recovery-image] Dec 12 04:00:07.011 INFO O| Dec 12 04:00:07.011 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-12T04:00:07.467Z[ recovery-image] Dec 12 04:00:07.021 INFO O| Dec 12 04:00:07.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
51992024-12-12T04:00:07.467Z[ recovery-image] Dec 12 04:00:07.021 INFO O| Dec 12 04:00:07.021 INFO STEP 303 (remove_files) COMPLETE
52002024-12-12T04:00:07.470Z[ recovery-image] Dec 12 04:00:07.021 INFO O| Dec 12 04:00:07.021 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-12T04:00:07.477Z[ recovery-image] Dec 12 04:00:07.031 INFO O| Dec 12 04:00:07.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52022024-12-12T04:00:07.477Z[ recovery-image] Dec 12 04:00:07.031 INFO O| Dec 12 04:00:07.031 INFO STEP 304 (remove_files) COMPLETE
52032024-12-12T04:00:07.477Z[ recovery-image] Dec 12 04:00:07.031 INFO O| Dec 12 04:00:07.031 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-12T04:00:07.488Z[ recovery-image] Dec 12 04:00:07.041 INFO O| Dec 12 04:00:07.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52052024-12-12T04:00:07.488Z[ recovery-image] Dec 12 04:00:07.041 INFO O| Dec 12 04:00:07.041 INFO STEP 305 (remove_files) COMPLETE
52062024-12-12T04:00:07.488Z[ recovery-image] Dec 12 04:00:07.041 INFO O| Dec 12 04:00:07.041 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-12T04:00:07.498Z[ recovery-image] Dec 12 04:00:07.051 INFO O| Dec 12 04:00:07.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52082024-12-12T04:00:07.498Z[ recovery-image] Dec 12 04:00:07.051 INFO O| Dec 12 04:00:07.051 INFO STEP 306 (remove_files) COMPLETE
52092024-12-12T04:00:07.499Z[ recovery-image] Dec 12 04:00:07.051 INFO O| Dec 12 04:00:07.051 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-12T04:00:07.508Z[ recovery-image] Dec 12 04:00:07.061 INFO O| Dec 12 04:00:07.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52112024-12-12T04:00:07.508Z[ recovery-image] Dec 12 04:00:07.061 INFO O| Dec 12 04:00:07.061 INFO STEP 307 (remove_files) COMPLETE
52122024-12-12T04:00:07.510Z[ recovery-image] Dec 12 04:00:07.061 INFO O| Dec 12 04:00:07.061 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-12T04:00:07.518Z[ recovery-image] Dec 12 04:00:07.071 INFO O| Dec 12 04:00:07.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52142024-12-12T04:00:07.518Z[ recovery-image] Dec 12 04:00:07.071 INFO O| Dec 12 04:00:07.071 INFO STEP 308 (remove_files) COMPLETE
52152024-12-12T04:00:07.520Z[ recovery-image] Dec 12 04:00:07.071 INFO O| Dec 12 04:00:07.071 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-12T04:00:07.528Z[ recovery-image] Dec 12 04:00:07.081 INFO O| Dec 12 04:00:07.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52172024-12-12T04:00:07.528Z[ recovery-image] Dec 12 04:00:07.081 INFO O| Dec 12 04:00:07.081 INFO STEP 309 (remove_files) COMPLETE
52182024-12-12T04:00:07.528Z[ recovery-image] Dec 12 04:00:07.081 INFO O| Dec 12 04:00:07.081 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-12T04:00:07.537Z[ recovery-image] Dec 12 04:00:07.091 INFO O| Dec 12 04:00:07.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52202024-12-12T04:00:07.538Z[ recovery-image] Dec 12 04:00:07.091 INFO O| Dec 12 04:00:07.091 INFO STEP 310 (remove_files) COMPLETE
52212024-12-12T04:00:07.538Z[ recovery-image] Dec 12 04:00:07.091 INFO O| Dec 12 04:00:07.091 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-12T04:00:07.547Z[ recovery-image] Dec 12 04:00:07.101 INFO O| Dec 12 04:00:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52232024-12-12T04:00:07.547Z[ recovery-image] Dec 12 04:00:07.101 INFO O| Dec 12 04:00:07.101 INFO STEP 311 (remove_files) COMPLETE
52242024-12-12T04:00:07.550Z[ recovery-image] Dec 12 04:00:07.101 INFO O| Dec 12 04:00:07.101 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-12T04:00:07.557Z[ recovery-image] Dec 12 04:00:07.111 INFO O| Dec 12 04:00:07.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52262024-12-12T04:00:07.557Z[ recovery-image] Dec 12 04:00:07.111 INFO O| Dec 12 04:00:07.111 INFO STEP 312 (remove_files) COMPLETE
52272024-12-12T04:00:07.559Z[ recovery-image] Dec 12 04:00:07.111 INFO O| Dec 12 04:00:07.111 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-12T04:00:07.567Z[ recovery-image] Dec 12 04:00:07.121 INFO O| Dec 12 04:00:07.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52292024-12-12T04:00:07.567Z[ recovery-image] Dec 12 04:00:07.121 INFO O| Dec 12 04:00:07.121 INFO STEP 313 (remove_files) COMPLETE
52302024-12-12T04:00:07.567Z[ recovery-image] Dec 12 04:00:07.121 INFO O| Dec 12 04:00:07.121 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-12T04:00:07.577Z[ recovery-image] Dec 12 04:00:07.131 INFO O| Dec 12 04:00:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52322024-12-12T04:00:07.577Z[ recovery-image] Dec 12 04:00:07.131 INFO O| Dec 12 04:00:07.131 INFO STEP 314 (remove_files) COMPLETE
52332024-12-12T04:00:07.577Z[ recovery-image] Dec 12 04:00:07.131 INFO O| Dec 12 04:00:07.131 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-12T04:00:07.587Z[ recovery-image] Dec 12 04:00:07.140 INFO O| Dec 12 04:00:07.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52352024-12-12T04:00:07.590Z[ recovery-image] Dec 12 04:00:07.140 INFO O| Dec 12 04:00:07.140 INFO STEP 315 (remove_files) COMPLETE
52362024-12-12T04:00:07.590Z[ recovery-image] Dec 12 04:00:07.141 INFO O| Dec 12 04:00:07.140 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-12T04:00:07.597Z[ recovery-image] Dec 12 04:00:07.150 INFO O| Dec 12 04:00:07.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52382024-12-12T04:00:07.597Z[ recovery-image] Dec 12 04:00:07.151 INFO O| Dec 12 04:00:07.150 INFO STEP 316 (remove_files) COMPLETE
52392024-12-12T04:00:07.597Z[ recovery-image] Dec 12 04:00:07.151 INFO O| Dec 12 04:00:07.150 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-12T04:00:07.607Z[ recovery-image] Dec 12 04:00:07.160 INFO O| Dec 12 04:00:07.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52412024-12-12T04:00:07.607Z[ recovery-image] Dec 12 04:00:07.160 INFO O| Dec 12 04:00:07.160 INFO STEP 317 (remove_files) COMPLETE
52422024-12-12T04:00:07.609Z[ recovery-image] Dec 12 04:00:07.160 INFO O| Dec 12 04:00:07.160 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-12T04:00:07.616Z[ recovery-image] Dec 12 04:00:07.170 INFO O| Dec 12 04:00:07.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52442024-12-12T04:00:07.619Z[ recovery-image] Dec 12 04:00:07.170 INFO O| Dec 12 04:00:07.170 INFO STEP 318 (remove_files) COMPLETE
52452024-12-12T04:00:07.619Z[ recovery-image] Dec 12 04:00:07.171 INFO O| Dec 12 04:00:07.170 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-12T04:00:07.627Z[ recovery-image] Dec 12 04:00:07.180 INFO O| Dec 12 04:00:07.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52472024-12-12T04:00:07.627Z[ recovery-image] Dec 12 04:00:07.180 INFO O| Dec 12 04:00:07.180 INFO STEP 319 (remove_files) COMPLETE
52482024-12-12T04:00:07.629Z[ recovery-image] Dec 12 04:00:07.180 INFO O| Dec 12 04:00:07.180 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-12T04:00:07.637Z[ recovery-image] Dec 12 04:00:07.190 INFO O| Dec 12 04:00:07.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52502024-12-12T04:00:07.637Z[ recovery-image] Dec 12 04:00:07.190 INFO O| Dec 12 04:00:07.190 INFO STEP 320 (remove_files) COMPLETE
52512024-12-12T04:00:07.639Z[ recovery-image] Dec 12 04:00:07.190 INFO O| Dec 12 04:00:07.190 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-12T04:00:07.647Z[ recovery-image] Dec 12 04:00:07.200 INFO O| Dec 12 04:00:07.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52532024-12-12T04:00:07.647Z[ recovery-image] Dec 12 04:00:07.200 INFO O| Dec 12 04:00:07.200 INFO STEP 321 (remove_files) COMPLETE
52542024-12-12T04:00:07.647Z[ recovery-image] Dec 12 04:00:07.200 INFO O| Dec 12 04:00:07.200 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-12T04:00:07.657Z[ recovery-image] Dec 12 04:00:07.211 INFO O| Dec 12 04:00:07.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52562024-12-12T04:00:07.657Z[ recovery-image] Dec 12 04:00:07.211 INFO O| Dec 12 04:00:07.211 INFO STEP 322 (remove_files) COMPLETE
52572024-12-12T04:00:07.657Z[ recovery-image] Dec 12 04:00:07.211 INFO O| Dec 12 04:00:07.211 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-12T04:00:07.668Z[ recovery-image] Dec 12 04:00:07.221 INFO O| Dec 12 04:00:07.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52592024-12-12T04:00:07.668Z[ recovery-image] Dec 12 04:00:07.221 INFO O| Dec 12 04:00:07.221 INFO STEP 323 (remove_files) COMPLETE
52602024-12-12T04:00:07.668Z[ recovery-image] Dec 12 04:00:07.221 INFO O| Dec 12 04:00:07.221 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-12T04:00:07.678Z[ recovery-image] Dec 12 04:00:07.231 INFO O| Dec 12 04:00:07.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52622024-12-12T04:00:07.678Z[ recovery-image] Dec 12 04:00:07.231 INFO O| Dec 12 04:00:07.231 INFO STEP 324 (remove_files) COMPLETE
52632024-12-12T04:00:07.678Z[ recovery-image] Dec 12 04:00:07.231 INFO O| Dec 12 04:00:07.231 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-12T04:00:07.687Z[ recovery-image] Dec 12 04:00:07.241 INFO O| Dec 12 04:00:07.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52652024-12-12T04:00:07.688Z[ recovery-image] Dec 12 04:00:07.241 INFO O| Dec 12 04:00:07.241 INFO STEP 325 (remove_files) COMPLETE
52662024-12-12T04:00:07.690Z[ recovery-image] Dec 12 04:00:07.241 INFO O| Dec 12 04:00:07.241 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-12T04:00:07.697Z[ recovery-image] Dec 12 04:00:07.251 INFO O| Dec 12 04:00:07.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52682024-12-12T04:00:07.698Z[ recovery-image] Dec 12 04:00:07.251 INFO O| Dec 12 04:00:07.251 INFO STEP 326 (remove_files) COMPLETE
52692024-12-12T04:00:07.700Z[ recovery-image] Dec 12 04:00:07.251 INFO O| Dec 12 04:00:07.251 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-12T04:00:07.707Z[ recovery-image] Dec 12 04:00:07.261 INFO O| Dec 12 04:00:07.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52712024-12-12T04:00:07.707Z[ recovery-image] Dec 12 04:00:07.261 INFO O| Dec 12 04:00:07.261 INFO STEP 327 (remove_files) COMPLETE
52722024-12-12T04:00:07.710Z[ recovery-image] Dec 12 04:00:07.261 INFO O| Dec 12 04:00:07.261 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-12T04:00:07.718Z[ recovery-image] Dec 12 04:00:07.271 INFO O| Dec 12 04:00:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52742024-12-12T04:00:07.718Z[ recovery-image] Dec 12 04:00:07.271 INFO O| Dec 12 04:00:07.271 INFO STEP 328 (remove_files) COMPLETE
52752024-12-12T04:00:07.720Z[ recovery-image] Dec 12 04:00:07.271 INFO O| Dec 12 04:00:07.271 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-12T04:00:07.728Z[ recovery-image] Dec 12 04:00:07.281 INFO O| Dec 12 04:00:07.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52772024-12-12T04:00:07.728Z[ recovery-image] Dec 12 04:00:07.281 INFO O| Dec 12 04:00:07.281 INFO STEP 329 (remove_files) COMPLETE
52782024-12-12T04:00:07.728Z[ recovery-image] Dec 12 04:00:07.281 INFO O| Dec 12 04:00:07.281 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-12T04:00:07.738Z[ recovery-image] Dec 12 04:00:07.291 INFO O| Dec 12 04:00:07.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
52802024-12-12T04:00:07.738Z[ recovery-image] Dec 12 04:00:07.291 INFO O| Dec 12 04:00:07.291 INFO STEP 330 (remove_files) COMPLETE
52812024-12-12T04:00:07.740Z[ recovery-image] Dec 12 04:00:07.291 INFO O| Dec 12 04:00:07.291 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-12T04:00:07.748Z[ recovery-image] Dec 12 04:00:07.301 INFO O| Dec 12 04:00:07.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
52832024-12-12T04:00:07.748Z[ recovery-image] Dec 12 04:00:07.301 INFO O| Dec 12 04:00:07.301 INFO STEP 331 (remove_files) COMPLETE
52842024-12-12T04:00:07.750Z[ recovery-image] Dec 12 04:00:07.301 INFO O| Dec 12 04:00:07.301 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-12T04:00:07.759Z[ recovery-image] Dec 12 04:00:07.312 INFO O| Dec 12 04:00:07.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
52862024-12-12T04:00:07.759Z[ recovery-image] Dec 12 04:00:07.312 INFO O| Dec 12 04:00:07.312 INFO STEP 332 (remove_files) COMPLETE
52872024-12-12T04:00:07.761Z[ recovery-image] Dec 12 04:00:07.312 INFO O| Dec 12 04:00:07.312 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-12T04:00:07.769Z[ recovery-image] Dec 12 04:00:07.323 INFO O| Dec 12 04:00:07.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
52892024-12-12T04:00:07.772Z[ recovery-image] Dec 12 04:00:07.323 INFO O| Dec 12 04:00:07.323 INFO STEP 333 (remove_files) COMPLETE
52902024-12-12T04:00:07.772Z[ recovery-image] Dec 12 04:00:07.323 INFO O| Dec 12 04:00:07.323 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-12T04:00:07.784Z[ recovery-image] Dec 12 04:00:07.333 INFO O| Dec 12 04:00:07.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
52922024-12-12T04:00:07.784Z[ recovery-image] Dec 12 04:00:07.333 INFO O| Dec 12 04:00:07.333 INFO STEP 334 (remove_files) COMPLETE
52932024-12-12T04:00:07.784Z[ recovery-image] Dec 12 04:00:07.334 INFO O| Dec 12 04:00:07.333 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-12T04:00:07.790Z[ recovery-image] Dec 12 04:00:07.344 INFO O| Dec 12 04:00:07.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
52952024-12-12T04:00:07.793Z[ recovery-image] Dec 12 04:00:07.344 INFO O| Dec 12 04:00:07.344 INFO STEP 335 (remove_files) COMPLETE
52962024-12-12T04:00:07.793Z[ recovery-image] Dec 12 04:00:07.344 INFO O| Dec 12 04:00:07.344 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-12T04:00:07.800Z[ recovery-image] Dec 12 04:00:07.354 INFO O| Dec 12 04:00:07.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
52982024-12-12T04:00:07.800Z[ recovery-image] Dec 12 04:00:07.354 INFO O| Dec 12 04:00:07.354 INFO STEP 336 (remove_files) COMPLETE
52992024-12-12T04:00:07.800Z[ recovery-image] Dec 12 04:00:07.354 INFO O| Dec 12 04:00:07.354 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-12T04:00:07.810Z[ recovery-image] Dec 12 04:00:07.363 INFO O| Dec 12 04:00:07.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53012024-12-12T04:00:07.810Z[ recovery-image] Dec 12 04:00:07.364 INFO O| Dec 12 04:00:07.364 INFO STEP 337 (remove_files) COMPLETE
53022024-12-12T04:00:07.810Z[ recovery-image] Dec 12 04:00:07.364 INFO O| Dec 12 04:00:07.364 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-12T04:00:07.820Z[ recovery-image] Dec 12 04:00:07.373 INFO O| Dec 12 04:00:07.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53042024-12-12T04:00:07.820Z[ recovery-image] Dec 12 04:00:07.373 INFO O| Dec 12 04:00:07.373 INFO STEP 338 (remove_files) COMPLETE
53052024-12-12T04:00:07.820Z[ recovery-image] Dec 12 04:00:07.373 INFO O| Dec 12 04:00:07.373 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-12T04:00:07.830Z[ recovery-image] Dec 12 04:00:07.383 INFO O| Dec 12 04:00:07.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53072024-12-12T04:00:07.830Z[ recovery-image] Dec 12 04:00:07.383 INFO O| Dec 12 04:00:07.383 INFO STEP 339 (remove_files) COMPLETE
53082024-12-12T04:00:07.830Z[ recovery-image] Dec 12 04:00:07.383 INFO O| Dec 12 04:00:07.383 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-12T04:00:07.840Z[ recovery-image] Dec 12 04:00:07.393 INFO O| Dec 12 04:00:07.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53102024-12-12T04:00:07.840Z[ recovery-image] Dec 12 04:00:07.393 INFO O| Dec 12 04:00:07.393 INFO STEP 340 (remove_files) COMPLETE
53112024-12-12T04:00:07.840Z[ recovery-image] Dec 12 04:00:07.393 INFO O| Dec 12 04:00:07.393 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-12T04:00:07.851Z[ recovery-image] Dec 12 04:00:07.404 INFO O| Dec 12 04:00:07.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53132024-12-12T04:00:07.851Z[ recovery-image] Dec 12 04:00:07.405 INFO O| Dec 12 04:00:07.405 INFO STEP 341 (remove_files) COMPLETE
53142024-12-12T04:00:07.851Z[ recovery-image] Dec 12 04:00:07.405 INFO O| Dec 12 04:00:07.405 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-12T04:00:07.861Z[ recovery-image] Dec 12 04:00:07.415 INFO O| Dec 12 04:00:07.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53162024-12-12T04:00:07.862Z[ recovery-image] Dec 12 04:00:07.415 INFO O| Dec 12 04:00:07.415 INFO STEP 342 (remove_files) COMPLETE
53172024-12-12T04:00:07.862Z[ recovery-image] Dec 12 04:00:07.415 INFO O| Dec 12 04:00:07.415 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-12T04:00:07.872Z[ recovery-image] Dec 12 04:00:07.425 INFO O| Dec 12 04:00:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53192024-12-12T04:00:07.872Z[ recovery-image] Dec 12 04:00:07.425 INFO O| Dec 12 04:00:07.425 INFO STEP 343 (remove_files) COMPLETE
53202024-12-12T04:00:07.872Z[ recovery-image] Dec 12 04:00:07.425 INFO O| Dec 12 04:00:07.425 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-12T04:00:07.882Z[ recovery-image] Dec 12 04:00:07.436 INFO O| Dec 12 04:00:07.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53222024-12-12T04:00:07.882Z[ recovery-image] Dec 12 04:00:07.436 INFO O| Dec 12 04:00:07.436 INFO STEP 344 (remove_files) COMPLETE
53232024-12-12T04:00:07.883Z[ recovery-image] Dec 12 04:00:07.436 INFO O| Dec 12 04:00:07.436 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-12T04:00:07.892Z[ recovery-image] Dec 12 04:00:07.446 INFO O| Dec 12 04:00:07.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53252024-12-12T04:00:07.892Z[ recovery-image] Dec 12 04:00:07.446 INFO O| Dec 12 04:00:07.446 INFO STEP 345 (remove_files) COMPLETE
53262024-12-12T04:00:07.893Z[ host-image] Dec 12 04:00:07.446 INFO O| Dec 12 04:00:07.446 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
53272024-12-12T04:00:07.895Z[ recovery-image] Dec 12 04:00:07.446 INFO O| Dec 12 04:00:07.446 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-12T04:00:07.902Z[ recovery-image] Dec 12 04:00:07.456 INFO O| Dec 12 04:00:07.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53292024-12-12T04:00:07.902Z[ recovery-image] Dec 12 04:00:07.456 INFO O| Dec 12 04:00:07.456 INFO STEP 346 (remove_files) COMPLETE
53302024-12-12T04:00:07.903Z[ recovery-image] Dec 12 04:00:07.456 INFO O| Dec 12 04:00:07.456 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-12T04:00:07.914Z[ recovery-image] Dec 12 04:00:07.467 INFO O| Dec 12 04:00:07.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53322024-12-12T04:00:07.914Z[ recovery-image] Dec 12 04:00:07.467 INFO O| Dec 12 04:00:07.467 INFO STEP 347 (remove_files) COMPLETE
53332024-12-12T04:00:07.914Z[ recovery-image] Dec 12 04:00:07.467 INFO O| Dec 12 04:00:07.467 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-12T04:00:07.924Z[ recovery-image] Dec 12 04:00:07.478 INFO O| Dec 12 04:00:07.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53352024-12-12T04:00:07.924Z[ recovery-image] Dec 12 04:00:07.478 INFO O| Dec 12 04:00:07.478 INFO STEP 348 (remove_files) COMPLETE
53362024-12-12T04:00:07.924Z[ recovery-image] Dec 12 04:00:07.478 INFO O| Dec 12 04:00:07.478 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-12T04:00:07.935Z[ recovery-image] Dec 12 04:00:07.488 INFO O| Dec 12 04:00:07.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53382024-12-12T04:00:07.935Z[ recovery-image] Dec 12 04:00:07.488 INFO O| Dec 12 04:00:07.488 INFO STEP 349 (remove_files) COMPLETE
53392024-12-12T04:00:07.937Z[ recovery-image] Dec 12 04:00:07.488 INFO O| Dec 12 04:00:07.488 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-12T04:00:07.945Z[ recovery-image] Dec 12 04:00:07.498 INFO O| Dec 12 04:00:07.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53412024-12-12T04:00:07.945Z[ recovery-image] Dec 12 04:00:07.498 INFO O| Dec 12 04:00:07.498 INFO STEP 350 (remove_files) COMPLETE
53422024-12-12T04:00:07.947Z[ recovery-image] Dec 12 04:00:07.498 INFO O| Dec 12 04:00:07.498 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-12T04:00:07.955Z[ recovery-image] Dec 12 04:00:07.508 INFO O| Dec 12 04:00:07.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53442024-12-12T04:00:07.955Z[ recovery-image] Dec 12 04:00:07.508 INFO O| Dec 12 04:00:07.508 INFO STEP 351 (remove_files) COMPLETE
53452024-12-12T04:00:07.955Z[ recovery-image] Dec 12 04:00:07.508 INFO O| Dec 12 04:00:07.508 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-12T04:00:07.965Z[ recovery-image] Dec 12 04:00:07.518 INFO O| Dec 12 04:00:07.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53472024-12-12T04:00:07.965Z[ recovery-image] Dec 12 04:00:07.518 INFO O| Dec 12 04:00:07.518 INFO STEP 352 (remove_files) COMPLETE
53482024-12-12T04:00:07.967Z[ recovery-image] Dec 12 04:00:07.518 INFO O| Dec 12 04:00:07.518 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-12T04:00:07.975Z[ recovery-image] Dec 12 04:00:07.528 INFO O| Dec 12 04:00:07.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53502024-12-12T04:00:07.975Z[ recovery-image] Dec 12 04:00:07.529 INFO O| Dec 12 04:00:07.529 INFO STEP 353 (remove_files) COMPLETE
53512024-12-12T04:00:07.977Z[ recovery-image] Dec 12 04:00:07.529 INFO O| Dec 12 04:00:07.529 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-12T04:00:07.987Z[ recovery-image] Dec 12 04:00:07.540 INFO O| Dec 12 04:00:07.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53532024-12-12T04:00:07.987Z[ recovery-image] Dec 12 04:00:07.541 INFO O| Dec 12 04:00:07.541 INFO STEP 354 (remove_files) COMPLETE
53542024-12-12T04:00:07.989Z[ recovery-image] Dec 12 04:00:07.541 INFO O| Dec 12 04:00:07.541 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-12T04:00:07.999Z[ recovery-image] Dec 12 04:00:07.553 INFO O| Dec 12 04:00:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53562024-12-12T04:00:07.999Z[ recovery-image] Dec 12 04:00:07.553 INFO O| Dec 12 04:00:07.553 INFO STEP 355 (remove_files) COMPLETE
53572024-12-12T04:00:07.999Z[ recovery-image] Dec 12 04:00:07.553 INFO O| Dec 12 04:00:07.553 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-12T04:00:08.010Z[ recovery-image] Dec 12 04:00:07.563 INFO O| Dec 12 04:00:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53592024-12-12T04:00:08.010Z[ recovery-image] Dec 12 04:00:07.564 INFO O| Dec 12 04:00:07.564 INFO STEP 356 (remove_files) COMPLETE
53602024-12-12T04:00:08.010Z[ recovery-image] Dec 12 04:00:07.564 INFO O| Dec 12 04:00:07.564 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-12T04:00:08.021Z[ recovery-image] Dec 12 04:00:07.574 INFO O| Dec 12 04:00:07.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53622024-12-12T04:00:08.021Z[ recovery-image] Dec 12 04:00:07.574 INFO O| Dec 12 04:00:07.574 INFO STEP 357 (remove_files) COMPLETE
53632024-12-12T04:00:08.023Z[ recovery-image] Dec 12 04:00:07.574 INFO O| Dec 12 04:00:07.574 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-12T04:00:08.031Z[ recovery-image] Dec 12 04:00:07.584 INFO O| Dec 12 04:00:07.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53652024-12-12T04:00:08.033Z[ recovery-image] Dec 12 04:00:07.584 INFO O| Dec 12 04:00:07.584 INFO STEP 358 (remove_files) COMPLETE
53662024-12-12T04:00:08.033Z[ recovery-image] Dec 12 04:00:07.584 INFO O| Dec 12 04:00:07.584 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-12T04:00:08.041Z[ recovery-image] Dec 12 04:00:07.594 INFO O| Dec 12 04:00:07.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53682024-12-12T04:00:08.041Z[ recovery-image] Dec 12 04:00:07.595 INFO O| Dec 12 04:00:07.595 INFO STEP 359 (remove_files) COMPLETE
53692024-12-12T04:00:08.044Z[ recovery-image] Dec 12 04:00:07.595 INFO O| Dec 12 04:00:07.595 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-12T04:00:08.052Z[ recovery-image] Dec 12 04:00:07.605 INFO O| Dec 12 04:00:07.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53712024-12-12T04:00:08.052Z[ recovery-image] Dec 12 04:00:07.605 INFO O| Dec 12 04:00:07.605 INFO STEP 360 (remove_files) COMPLETE
53722024-12-12T04:00:08.052Z[ recovery-image] Dec 12 04:00:07.605 INFO O| Dec 12 04:00:07.605 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-12T04:00:08.064Z[ recovery-image] Dec 12 04:00:07.617 INFO O| Dec 12 04:00:07.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53742024-12-12T04:00:08.064Z[ recovery-image] Dec 12 04:00:07.617 INFO O| Dec 12 04:00:07.617 INFO STEP 361 (remove_files) COMPLETE
53752024-12-12T04:00:08.064Z[ recovery-image] Dec 12 04:00:07.617 INFO O| Dec 12 04:00:07.617 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-12T04:00:08.075Z[ recovery-image] Dec 12 04:00:07.629 INFO O| Dec 12 04:00:07.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53772024-12-12T04:00:08.075Z[ recovery-image] Dec 12 04:00:07.629 INFO O| Dec 12 04:00:07.629 INFO STEP 362 (remove_files) COMPLETE
53782024-12-12T04:00:08.078Z[ recovery-image] Dec 12 04:00:07.629 INFO O| Dec 12 04:00:07.629 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-12T04:00:08.086Z[ recovery-image] Dec 12 04:00:07.640 INFO O| Dec 12 04:00:07.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53802024-12-12T04:00:08.086Z[ recovery-image] Dec 12 04:00:07.640 INFO O| Dec 12 04:00:07.640 INFO STEP 363 (remove_files) COMPLETE
53812024-12-12T04:00:08.086Z[ recovery-image] Dec 12 04:00:07.640 INFO O| Dec 12 04:00:07.640 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-12T04:00:08.097Z[ recovery-image] Dec 12 04:00:07.651 INFO O| Dec 12 04:00:07.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
53832024-12-12T04:00:08.097Z[ recovery-image] Dec 12 04:00:07.651 INFO O| Dec 12 04:00:07.651 INFO STEP 364 (remove_files) COMPLETE
53842024-12-12T04:00:08.097Z[ recovery-image] Dec 12 04:00:07.651 INFO O| Dec 12 04:00:07.651 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-12T04:00:08.108Z[ recovery-image] Dec 12 04:00:07.661 INFO O| Dec 12 04:00:07.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
53862024-12-12T04:00:08.108Z[ recovery-image] Dec 12 04:00:07.661 INFO O| Dec 12 04:00:07.661 INFO STEP 365 (remove_files) COMPLETE
53872024-12-12T04:00:08.110Z[ recovery-image] Dec 12 04:00:07.661 INFO O| Dec 12 04:00:07.661 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-12T04:00:08.119Z[ recovery-image] Dec 12 04:00:07.672 INFO O| Dec 12 04:00:07.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
53892024-12-12T04:00:08.119Z[ recovery-image] Dec 12 04:00:07.672 INFO O| Dec 12 04:00:07.672 INFO STEP 366 (remove_files) COMPLETE
53902024-12-12T04:00:08.121Z[ recovery-image] Dec 12 04:00:07.672 INFO O| Dec 12 04:00:07.672 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-12T04:00:08.129Z[ recovery-image] Dec 12 04:00:07.682 INFO O| Dec 12 04:00:07.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
53922024-12-12T04:00:08.129Z[ recovery-image] Dec 12 04:00:07.682 INFO O| Dec 12 04:00:07.682 INFO STEP 367 (remove_files) COMPLETE
53932024-12-12T04:00:08.129Z[ recovery-image] Dec 12 04:00:07.682 INFO O| Dec 12 04:00:07.682 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-12T04:00:08.139Z[ recovery-image] Dec 12 04:00:07.693 INFO O| Dec 12 04:00:07.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
53952024-12-12T04:00:08.139Z[ recovery-image] Dec 12 04:00:07.693 INFO O| Dec 12 04:00:07.693 INFO STEP 368 (remove_files) COMPLETE
53962024-12-12T04:00:08.140Z[ recovery-image] Dec 12 04:00:07.693 INFO O| Dec 12 04:00:07.693 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-12T04:00:08.153Z[ recovery-image] Dec 12 04:00:07.706 INFO O| Dec 12 04:00:07.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
53982024-12-12T04:00:08.153Z[ recovery-image] Dec 12 04:00:07.706 INFO O| Dec 12 04:00:07.706 INFO STEP 369 (remove_files) COMPLETE
53992024-12-12T04:00:08.153Z[ recovery-image] Dec 12 04:00:07.706 INFO O| Dec 12 04:00:07.706 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-12T04:00:08.165Z[ recovery-image] Dec 12 04:00:07.718 INFO O| Dec 12 04:00:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54012024-12-12T04:00:08.165Z[ recovery-image] Dec 12 04:00:07.718 INFO O| Dec 12 04:00:07.718 INFO STEP 370 (remove_files) COMPLETE
54022024-12-12T04:00:08.165Z[ recovery-image] Dec 12 04:00:07.718 INFO O| Dec 12 04:00:07.718 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-12T04:00:08.176Z[ recovery-image] Dec 12 04:00:07.730 INFO O| Dec 12 04:00:07.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54042024-12-12T04:00:08.176Z[ recovery-image] Dec 12 04:00:07.730 INFO O| Dec 12 04:00:07.730 INFO STEP 371 (remove_files) COMPLETE
54052024-12-12T04:00:08.176Z[ recovery-image] Dec 12 04:00:07.730 INFO O| Dec 12 04:00:07.730 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-12T04:00:08.187Z[ recovery-image] Dec 12 04:00:07.740 INFO O| Dec 12 04:00:07.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54072024-12-12T04:00:08.187Z[ recovery-image] Dec 12 04:00:07.741 INFO O| Dec 12 04:00:07.741 INFO STEP 372 (remove_files) COMPLETE
54082024-12-12T04:00:08.189Z[ recovery-image] Dec 12 04:00:07.741 INFO O| Dec 12 04:00:07.741 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-12T04:00:08.198Z[ recovery-image] Dec 12 04:00:07.751 INFO O| Dec 12 04:00:07.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54102024-12-12T04:00:08.200Z[ recovery-image] Dec 12 04:00:07.751 INFO O| Dec 12 04:00:07.751 INFO STEP 373 (remove_files) COMPLETE
54112024-12-12T04:00:08.201Z[ recovery-image] Dec 12 04:00:07.751 INFO O| Dec 12 04:00:07.751 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-12T04:00:08.208Z[ recovery-image] Dec 12 04:00:07.762 INFO O| Dec 12 04:00:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54132024-12-12T04:00:08.208Z[ recovery-image] Dec 12 04:00:07.762 INFO O| Dec 12 04:00:07.762 INFO STEP 374 (remove_files) COMPLETE
54142024-12-12T04:00:08.211Z[ recovery-image] Dec 12 04:00:07.762 INFO O| Dec 12 04:00:07.762 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-12T04:00:08.219Z[ recovery-image] Dec 12 04:00:07.772 INFO O| Dec 12 04:00:07.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54162024-12-12T04:00:08.221Z[ recovery-image] Dec 12 04:00:07.772 INFO O| Dec 12 04:00:07.772 INFO STEP 375 (remove_files) COMPLETE
54172024-12-12T04:00:08.221Z[ recovery-image] Dec 12 04:00:07.772 INFO O| Dec 12 04:00:07.772 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-12T04:00:08.229Z[ recovery-image] Dec 12 04:00:07.783 INFO O| Dec 12 04:00:07.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54192024-12-12T04:00:08.229Z[ recovery-image] Dec 12 04:00:07.783 INFO O| Dec 12 04:00:07.783 INFO STEP 376 (remove_files) COMPLETE
54202024-12-12T04:00:08.232Z[ recovery-image] Dec 12 04:00:07.783 INFO O| Dec 12 04:00:07.783 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-12-12T04:00:08.240Z[ recovery-image] Dec 12 04:00:07.793 INFO O| Dec 12 04:00:07.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54222024-12-12T04:00:08.240Z[ recovery-image] Dec 12 04:00:07.793 INFO O| Dec 12 04:00:07.793 INFO STEP 377 (remove_files) COMPLETE
54232024-12-12T04:00:08.243Z[ recovery-image] Dec 12 04:00:07.793 INFO O| Dec 12 04:00:07.793 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-12-12T04:00:08.251Z[ recovery-image] Dec 12 04:00:07.804 INFO O| Dec 12 04:00:07.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54252024-12-12T04:00:08.251Z[ recovery-image] Dec 12 04:00:07.804 INFO O| Dec 12 04:00:07.804 INFO STEP 378 (remove_files) COMPLETE
54262024-12-12T04:00:08.253Z[ recovery-image] Dec 12 04:00:07.804 INFO O| Dec 12 04:00:07.804 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-12-12T04:00:08.262Z[ recovery-image] Dec 12 04:00:07.815 INFO O| Dec 12 04:00:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54282024-12-12T04:00:08.262Z[ recovery-image] Dec 12 04:00:07.815 INFO O| Dec 12 04:00:07.815 INFO STEP 379 (remove_files) COMPLETE
54292024-12-12T04:00:08.264Z[ recovery-image] Dec 12 04:00:07.815 INFO O| Dec 12 04:00:07.815 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-12-12T04:00:08.272Z[ recovery-image] Dec 12 04:00:07.826 INFO O| Dec 12 04:00:07.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54312024-12-12T04:00:08.273Z[ recovery-image] Dec 12 04:00:07.826 INFO O| Dec 12 04:00:07.826 INFO STEP 380 (remove_files) COMPLETE
54322024-12-12T04:00:08.275Z[ recovery-image] Dec 12 04:00:07.826 INFO O| Dec 12 04:00:07.826 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-12-12T04:00:08.283Z[ recovery-image] Dec 12 04:00:07.836 INFO O| Dec 12 04:00:07.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54342024-12-12T04:00:08.286Z[ recovery-image] Dec 12 04:00:07.837 INFO O| Dec 12 04:00:07.837 INFO STEP 381 (remove_files) COMPLETE
54352024-12-12T04:00:08.286Z[ recovery-image] Dec 12 04:00:07.837 INFO O| Dec 12 04:00:07.837 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-12-12T04:00:08.295Z[ recovery-image] Dec 12 04:00:07.848 INFO O| Dec 12 04:00:07.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54372024-12-12T04:00:08.297Z[ recovery-image] Dec 12 04:00:07.848 INFO O| Dec 12 04:00:07.848 INFO STEP 382 (remove_files) COMPLETE
54382024-12-12T04:00:08.297Z[ recovery-image] Dec 12 04:00:07.848 INFO O| Dec 12 04:00:07.848 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-12-12T04:00:08.305Z[ recovery-image] Dec 12 04:00:07.859 INFO O| Dec 12 04:00:07.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54402024-12-12T04:00:08.305Z[ recovery-image] Dec 12 04:00:07.859 INFO O| Dec 12 04:00:07.859 INFO STEP 383 (remove_files) COMPLETE
54412024-12-12T04:00:08.305Z[ recovery-image] Dec 12 04:00:07.859 INFO O| Dec 12 04:00:07.859 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-12-12T04:00:08.316Z[ recovery-image] Dec 12 04:00:07.869 INFO O| Dec 12 04:00:07.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54432024-12-12T04:00:08.316Z[ recovery-image] Dec 12 04:00:07.870 INFO O| Dec 12 04:00:07.869 INFO STEP 384 (remove_files) COMPLETE
54442024-12-12T04:00:08.316Z[ recovery-image] Dec 12 04:00:07.870 INFO O| Dec 12 04:00:07.869 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-12-12T04:00:08.327Z[ recovery-image] Dec 12 04:00:07.880 INFO O| Dec 12 04:00:07.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54462024-12-12T04:00:08.327Z[ recovery-image] Dec 12 04:00:07.880 INFO O| Dec 12 04:00:07.880 INFO STEP 385 (remove_files) COMPLETE
54472024-12-12T04:00:08.329Z[ recovery-image] Dec 12 04:00:07.880 INFO O| Dec 12 04:00:07.880 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-12-12T04:00:08.338Z[ recovery-image] Dec 12 04:00:07.891 INFO O| Dec 12 04:00:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54492024-12-12T04:00:08.338Z[ recovery-image] Dec 12 04:00:07.891 INFO O| Dec 12 04:00:07.891 INFO STEP 386 (remove_files) COMPLETE
54502024-12-12T04:00:08.340Z[ recovery-image] Dec 12 04:00:07.891 INFO O| Dec 12 04:00:07.891 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-12-12T04:00:08.349Z[ recovery-image] Dec 12 04:00:07.902 INFO O| Dec 12 04:00:07.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54522024-12-12T04:00:08.349Z[ recovery-image] Dec 12 04:00:07.902 INFO O| Dec 12 04:00:07.902 INFO STEP 387 (remove_files) COMPLETE
54532024-12-12T04:00:08.351Z[ recovery-image] Dec 12 04:00:07.902 INFO O| Dec 12 04:00:07.902 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-12-12T04:00:08.360Z[ recovery-image] Dec 12 04:00:07.914 INFO O| Dec 12 04:00:07.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54552024-12-12T04:00:08.361Z[ recovery-image] Dec 12 04:00:07.914 INFO O| Dec 12 04:00:07.914 INFO STEP 388 (remove_files) COMPLETE
54562024-12-12T04:00:08.361Z[ recovery-image] Dec 12 04:00:07.914 INFO O| Dec 12 04:00:07.914 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-12-12T04:00:08.374Z[ recovery-image] Dec 12 04:00:07.927 INFO O| Dec 12 04:00:07.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54582024-12-12T04:00:08.374Z[ recovery-image] Dec 12 04:00:07.928 INFO O| Dec 12 04:00:07.928 INFO STEP 389 (remove_files) COMPLETE
54592024-12-12T04:00:08.374Z[ recovery-image] Dec 12 04:00:07.928 INFO O| Dec 12 04:00:07.928 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-12-12T04:00:08.387Z[ recovery-image] Dec 12 04:00:07.940 INFO O| Dec 12 04:00:07.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54612024-12-12T04:00:08.387Z[ recovery-image] Dec 12 04:00:07.940 INFO O| Dec 12 04:00:07.940 INFO STEP 390 (remove_files) COMPLETE
54622024-12-12T04:00:08.389Z[ recovery-image] Dec 12 04:00:07.940 INFO O| Dec 12 04:00:07.940 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-12-12T04:00:08.399Z[ recovery-image] Dec 12 04:00:07.952 INFO O| Dec 12 04:00:07.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54642024-12-12T04:00:08.399Z[ recovery-image] Dec 12 04:00:07.952 INFO O| Dec 12 04:00:07.952 INFO STEP 391 (remove_files) COMPLETE
54652024-12-12T04:00:08.401Z[ recovery-image] Dec 12 04:00:07.952 INFO O| Dec 12 04:00:07.952 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-12-12T04:00:08.411Z[ recovery-image] Dec 12 04:00:07.964 INFO O| Dec 12 04:00:07.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54672024-12-12T04:00:08.411Z[ recovery-image] Dec 12 04:00:07.964 INFO O| Dec 12 04:00:07.964 INFO STEP 392 (remove_files) COMPLETE
54682024-12-12T04:00:08.414Z[ recovery-image] Dec 12 04:00:07.964 INFO O| Dec 12 04:00:07.964 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-12T04:00:08.423Z[ recovery-image] Dec 12 04:00:07.976 INFO O| Dec 12 04:00:07.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54702024-12-12T04:00:08.423Z[ recovery-image] Dec 12 04:00:07.976 INFO O| Dec 12 04:00:07.976 INFO STEP 393 (remove_files) COMPLETE
54712024-12-12T04:00:08.425Z[ recovery-image] Dec 12 04:00:07.976 INFO O| Dec 12 04:00:07.976 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-12T04:00:08.434Z[ recovery-image] Dec 12 04:00:07.987 INFO O| Dec 12 04:00:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54732024-12-12T04:00:08.436Z[ recovery-image] Dec 12 04:00:07.987 INFO O| Dec 12 04:00:07.987 INFO STEP 394 (remove_files) COMPLETE
54742024-12-12T04:00:08.436Z[ recovery-image] Dec 12 04:00:07.987 INFO O| Dec 12 04:00:07.987 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-12T04:00:08.445Z[ recovery-image] Dec 12 04:00:07.998 INFO O| Dec 12 04:00:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54762024-12-12T04:00:08.447Z[ recovery-image] Dec 12 04:00:07.998 INFO O| Dec 12 04:00:07.998 INFO STEP 395 (remove_files) COMPLETE
54772024-12-12T04:00:08.447Z[ recovery-image] Dec 12 04:00:07.998 INFO O| Dec 12 04:00:07.998 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-12T04:00:08.456Z[ recovery-image] Dec 12 04:00:08.010 INFO O| Dec 12 04:00:08.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54792024-12-12T04:00:08.456Z[ recovery-image] Dec 12 04:00:08.010 INFO O| Dec 12 04:00:08.010 INFO STEP 396 (remove_files) COMPLETE
54802024-12-12T04:00:08.459Z[ recovery-image] Dec 12 04:00:08.010 INFO O| Dec 12 04:00:08.010 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-12T04:00:08.468Z[ recovery-image] Dec 12 04:00:08.021 INFO O| Dec 12 04:00:08.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
54822024-12-12T04:00:08.468Z[ recovery-image] Dec 12 04:00:08.021 INFO O| Dec 12 04:00:08.021 INFO STEP 397 (remove_files) COMPLETE
54832024-12-12T04:00:08.471Z[ recovery-image] Dec 12 04:00:08.021 INFO O| Dec 12 04:00:08.021 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-12T04:00:08.479Z[ recovery-image] Dec 12 04:00:08.032 INFO O| Dec 12 04:00:08.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
54852024-12-12T04:00:08.479Z[ recovery-image] Dec 12 04:00:08.032 INFO O| Dec 12 04:00:08.032 INFO STEP 398 (remove_files) COMPLETE
54862024-12-12T04:00:08.479Z[ recovery-image] Dec 12 04:00:08.032 INFO O| Dec 12 04:00:08.032 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-12T04:00:08.490Z[ recovery-image] Dec 12 04:00:08.043 INFO O| Dec 12 04:00:08.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
54882024-12-12T04:00:08.490Z[ recovery-image] Dec 12 04:00:08.043 INFO O| Dec 12 04:00:08.043 INFO STEP 399 (remove_files) COMPLETE
54892024-12-12T04:00:08.492Z[ recovery-image] Dec 12 04:00:08.043 INFO O| Dec 12 04:00:08.043 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-12T04:00:08.500Z[ recovery-image] Dec 12 04:00:08.054 INFO O| Dec 12 04:00:08.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
54912024-12-12T04:00:08.503Z[ recovery-image] Dec 12 04:00:08.054 INFO O| Dec 12 04:00:08.054 INFO STEP 400 (remove_files) COMPLETE
54922024-12-12T04:00:08.503Z[ recovery-image] Dec 12 04:00:08.054 INFO O| Dec 12 04:00:08.054 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-12T04:00:08.511Z[ recovery-image] Dec 12 04:00:08.064 INFO O| Dec 12 04:00:08.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
54942024-12-12T04:00:08.511Z[ recovery-image] Dec 12 04:00:08.064 INFO O| Dec 12 04:00:08.064 INFO STEP 401 (remove_files) COMPLETE
54952024-12-12T04:00:08.513Z[ recovery-image] Dec 12 04:00:08.064 INFO O| Dec 12 04:00:08.064 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-12T04:00:08.521Z[ recovery-image] Dec 12 04:00:08.074 INFO O| Dec 12 04:00:08.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
54972024-12-12T04:00:08.521Z[ recovery-image] Dec 12 04:00:08.075 INFO O| Dec 12 04:00:08.075 INFO STEP 402 (remove_files) COMPLETE
54982024-12-12T04:00:08.521Z[ recovery-image] Dec 12 04:00:08.075 INFO O| Dec 12 04:00:08.075 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-12T04:00:08.532Z[ recovery-image] Dec 12 04:00:08.085 INFO O| Dec 12 04:00:08.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55002024-12-12T04:00:08.534Z[ recovery-image] Dec 12 04:00:08.085 INFO O| Dec 12 04:00:08.085 INFO STEP 403 (remove_files) COMPLETE
55012024-12-12T04:00:08.534Z[ recovery-image] Dec 12 04:00:08.085 INFO O| Dec 12 04:00:08.085 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-12T04:00:08.542Z[ recovery-image] Dec 12 04:00:08.095 INFO O| Dec 12 04:00:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55032024-12-12T04:00:08.542Z[ recovery-image] Dec 12 04:00:08.095 INFO O| Dec 12 04:00:08.095 INFO STEP 404 (remove_files) COMPLETE
55042024-12-12T04:00:08.542Z[ recovery-image] Dec 12 04:00:08.096 INFO O| Dec 12 04:00:08.095 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-12T04:00:08.553Z[ recovery-image] Dec 12 04:00:08.106 INFO O| Dec 12 04:00:08.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55062024-12-12T04:00:08.553Z[ recovery-image] Dec 12 04:00:08.106 INFO O| Dec 12 04:00:08.106 INFO STEP 405 (remove_files) COMPLETE
55072024-12-12T04:00:08.555Z[ recovery-image] Dec 12 04:00:08.106 INFO O| Dec 12 04:00:08.106 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-12T04:00:08.563Z[ recovery-image] Dec 12 04:00:08.117 INFO O| Dec 12 04:00:08.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55092024-12-12T04:00:08.563Z[ recovery-image] Dec 12 04:00:08.117 INFO O| Dec 12 04:00:08.117 INFO STEP 406 (remove_files) COMPLETE
55102024-12-12T04:00:08.564Z[ recovery-image] Dec 12 04:00:08.117 INFO O| Dec 12 04:00:08.117 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-12T04:00:08.576Z[ recovery-image] Dec 12 04:00:08.130 INFO O| Dec 12 04:00:08.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55122024-12-12T04:00:08.576Z[ recovery-image] Dec 12 04:00:08.130 INFO O| Dec 12 04:00:08.130 INFO STEP 407 (remove_files) COMPLETE
55132024-12-12T04:00:08.576Z[ recovery-image] Dec 12 04:00:08.130 INFO O| Dec 12 04:00:08.130 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-12T04:00:08.588Z[ recovery-image] Dec 12 04:00:08.141 INFO O| Dec 12 04:00:08.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55152024-12-12T04:00:08.588Z[ recovery-image] Dec 12 04:00:08.141 INFO O| Dec 12 04:00:08.141 INFO STEP 408 (remove_files) COMPLETE
55162024-12-12T04:00:08.591Z[ recovery-image] Dec 12 04:00:08.141 INFO O| Dec 12 04:00:08.141 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-12T04:00:08.599Z[ recovery-image] Dec 12 04:00:08.152 INFO O| Dec 12 04:00:08.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55182024-12-12T04:00:08.599Z[ recovery-image] Dec 12 04:00:08.152 INFO O| Dec 12 04:00:08.152 INFO STEP 409 (remove_files) COMPLETE
55192024-12-12T04:00:08.599Z[ recovery-image] Dec 12 04:00:08.152 INFO O| Dec 12 04:00:08.152 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-12T04:00:08.610Z[ recovery-image] Dec 12 04:00:08.164 INFO O| Dec 12 04:00:08.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55212024-12-12T04:00:08.611Z[ recovery-image] Dec 12 04:00:08.164 INFO O| Dec 12 04:00:08.164 INFO STEP 410 (remove_files) COMPLETE
55222024-12-12T04:00:08.611Z[ recovery-image] Dec 12 04:00:08.164 INFO O| Dec 12 04:00:08.164 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-12-12T04:00:08.622Z[ recovery-image] Dec 12 04:00:08.175 INFO O| Dec 12 04:00:08.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55242024-12-12T04:00:08.624Z[ recovery-image] Dec 12 04:00:08.175 INFO O| Dec 12 04:00:08.175 INFO STEP 411 (remove_files) COMPLETE
55252024-12-12T04:00:08.624Z[ recovery-image] Dec 12 04:00:08.175 INFO O| Dec 12 04:00:08.175 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-12-12T04:00:08.634Z[ recovery-image] Dec 12 04:00:08.187 INFO O| Dec 12 04:00:08.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55272024-12-12T04:00:08.636Z[ recovery-image] Dec 12 04:00:08.187 INFO O| Dec 12 04:00:08.187 INFO STEP 412 (remove_files) COMPLETE
55282024-12-12T04:00:08.636Z[ recovery-image] Dec 12 04:00:08.187 INFO O| Dec 12 04:00:08.187 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-12-12T04:00:08.647Z[ recovery-image] Dec 12 04:00:08.201 INFO O| Dec 12 04:00:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55302024-12-12T04:00:08.647Z[ recovery-image] Dec 12 04:00:08.201 INFO O| Dec 12 04:00:08.201 INFO STEP 413 (remove_files) COMPLETE
55312024-12-12T04:00:08.650Z[ recovery-image] Dec 12 04:00:08.201 INFO O| Dec 12 04:00:08.201 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-12-12T04:00:08.659Z[ recovery-image] Dec 12 04:00:08.213 INFO O| Dec 12 04:00:08.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55332024-12-12T04:00:08.659Z[ recovery-image] Dec 12 04:00:08.213 INFO O| Dec 12 04:00:08.213 INFO STEP 414 (remove_files) COMPLETE
55342024-12-12T04:00:08.662Z[ recovery-image] Dec 12 04:00:08.213 INFO O| Dec 12 04:00:08.213 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-12-12T04:00:08.671Z[ recovery-image] Dec 12 04:00:08.224 INFO O| Dec 12 04:00:08.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55362024-12-12T04:00:08.671Z[ recovery-image] Dec 12 04:00:08.224 INFO O| Dec 12 04:00:08.224 INFO STEP 415 (remove_files) COMPLETE
55372024-12-12T04:00:08.671Z[ recovery-image] Dec 12 04:00:08.224 INFO O| Dec 12 04:00:08.224 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-12-12T04:00:08.682Z[ recovery-image] Dec 12 04:00:08.235 INFO O| Dec 12 04:00:08.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55392024-12-12T04:00:08.682Z[ recovery-image] Dec 12 04:00:08.235 INFO O| Dec 12 04:00:08.235 INFO STEP 416 (remove_files) COMPLETE
55402024-12-12T04:00:08.684Z[ recovery-image] Dec 12 04:00:08.235 INFO O| Dec 12 04:00:08.235 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-12-12T04:00:08.693Z[ recovery-image] Dec 12 04:00:08.246 INFO O| Dec 12 04:00:08.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55422024-12-12T04:00:08.695Z[ recovery-image] Dec 12 04:00:08.246 INFO O| Dec 12 04:00:08.246 INFO STEP 417 (remove_files) COMPLETE
55432024-12-12T04:00:08.695Z[ recovery-image] Dec 12 04:00:08.246 INFO O| Dec 12 04:00:08.246 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-12-12T04:00:08.703Z[ recovery-image] Dec 12 04:00:08.257 INFO O| Dec 12 04:00:08.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55452024-12-12T04:00:08.704Z[ recovery-image] Dec 12 04:00:08.257 INFO O| Dec 12 04:00:08.257 INFO STEP 418 (remove_files) COMPLETE
55462024-12-12T04:00:08.706Z[ recovery-image] Dec 12 04:00:08.257 INFO O| Dec 12 04:00:08.257 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-12-12T04:00:08.714Z[ recovery-image] Dec 12 04:00:08.267 INFO O| Dec 12 04:00:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55482024-12-12T04:00:08.714Z[ recovery-image] Dec 12 04:00:08.267 INFO O| Dec 12 04:00:08.267 INFO STEP 419 (remove_files) COMPLETE
55492024-12-12T04:00:08.714Z[ recovery-image] Dec 12 04:00:08.267 INFO O| Dec 12 04:00:08.267 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-12-12T04:00:08.726Z[ recovery-image] Dec 12 04:00:08.279 INFO O| Dec 12 04:00:08.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55512024-12-12T04:00:08.726Z[ recovery-image] Dec 12 04:00:08.279 INFO O| Dec 12 04:00:08.279 INFO STEP 420 (remove_files) COMPLETE
55522024-12-12T04:00:08.726Z[ recovery-image] Dec 12 04:00:08.279 INFO O| Dec 12 04:00:08.279 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-12-12T04:00:08.735Z[ recovery-image] Dec 12 04:00:08.289 INFO O| Dec 12 04:00:08.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55542024-12-12T04:00:08.738Z[ recovery-image] Dec 12 04:00:08.289 INFO O| Dec 12 04:00:08.289 INFO STEP 421 (remove_files) COMPLETE
55552024-12-12T04:00:08.738Z[ recovery-image] Dec 12 04:00:08.289 INFO O| Dec 12 04:00:08.289 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-12-12T04:00:08.745Z[ recovery-image] Dec 12 04:00:08.299 INFO O| Dec 12 04:00:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55572024-12-12T04:00:08.748Z[ recovery-image] Dec 12 04:00:08.299 INFO O| Dec 12 04:00:08.299 INFO STEP 422 (remove_files) COMPLETE
55582024-12-12T04:00:08.748Z[ recovery-image] Dec 12 04:00:08.299 INFO O| Dec 12 04:00:08.299 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-12-12T04:00:08.755Z[ recovery-image] Dec 12 04:00:08.309 INFO O| Dec 12 04:00:08.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55602024-12-12T04:00:08.755Z[ recovery-image] Dec 12 04:00:08.309 INFO O| Dec 12 04:00:08.309 INFO STEP 423 (remove_files) COMPLETE
55612024-12-12T04:00:08.758Z[ recovery-image] Dec 12 04:00:08.309 INFO O| Dec 12 04:00:08.309 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-12-12T04:00:08.765Z[ recovery-image] Dec 12 04:00:08.318 INFO O| Dec 12 04:00:08.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55632024-12-12T04:00:08.765Z[ recovery-image] Dec 12 04:00:08.319 INFO O| Dec 12 04:00:08.319 INFO STEP 424 (remove_files) COMPLETE
55642024-12-12T04:00:08.765Z[ recovery-image] Dec 12 04:00:08.319 INFO O| Dec 12 04:00:08.319 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-12-12T04:00:08.775Z[ recovery-image] Dec 12 04:00:08.328 INFO O| Dec 12 04:00:08.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55662024-12-12T04:00:08.775Z[ recovery-image] Dec 12 04:00:08.328 INFO O| Dec 12 04:00:08.328 INFO STEP 425 (remove_files) COMPLETE
55672024-12-12T04:00:08.778Z[ recovery-image] Dec 12 04:00:08.328 INFO O| Dec 12 04:00:08.328 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-12-12T04:00:08.785Z[ recovery-image] Dec 12 04:00:08.338 INFO O| Dec 12 04:00:08.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55692024-12-12T04:00:08.785Z[ recovery-image] Dec 12 04:00:08.338 INFO O| Dec 12 04:00:08.338 INFO STEP 426 (remove_files) COMPLETE
55702024-12-12T04:00:08.787Z[ recovery-image] Dec 12 04:00:08.338 INFO O| Dec 12 04:00:08.338 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-12-12T04:00:08.794Z[ recovery-image] Dec 12 04:00:08.348 INFO O| Dec 12 04:00:08.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55722024-12-12T04:00:08.794Z[ recovery-image] Dec 12 04:00:08.348 INFO O| Dec 12 04:00:08.348 INFO STEP 427 (remove_files) COMPLETE
55732024-12-12T04:00:08.797Z[ recovery-image] Dec 12 04:00:08.348 INFO O| Dec 12 04:00:08.348 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-12-12T04:00:08.804Z[ recovery-image] Dec 12 04:00:08.357 INFO O| Dec 12 04:00:08.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55752024-12-12T04:00:08.818Z[ recovery-image] Dec 12 04:00:08.357 INFO O| Dec 12 04:00:08.357 INFO STEP 428 (remove_files) COMPLETE
55762024-12-12T04:00:08.818Z[ recovery-image] Dec 12 04:00:08.357 INFO O| Dec 12 04:00:08.357 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-12-12T04:00:08.839Z[ recovery-image] Dec 12 04:00:08.391 INFO O| Dec 12 04:00:08.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55782024-12-12T04:00:08.839Z[ recovery-image] Dec 12 04:00:08.391 INFO O| Dec 12 04:00:08.390 INFO STEP 429 (remove_files) COMPLETE
55792024-12-12T04:00:08.843Z[ recovery-image] Dec 12 04:00:08.391 INFO O| Dec 12 04:00:08.390 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-12-12T04:00:08.860Z[ recovery-image] Dec 12 04:00:08.413 INFO O| Dec 12 04:00:08.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55812024-12-12T04:00:08.860Z[ recovery-image] Dec 12 04:00:08.414 INFO O| Dec 12 04:00:08.412 INFO STEP 430 (remove_files) COMPLETE
55822024-12-12T04:00:08.860Z[ recovery-image] Dec 12 04:00:08.414 INFO O| Dec 12 04:00:08.412 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-12-12T04:00:08.882Z[ recovery-image] Dec 12 04:00:08.434 INFO O| Dec 12 04:00:08.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
55842024-12-12T04:00:08.885Z[ recovery-image] Dec 12 04:00:08.434 INFO O| Dec 12 04:00:08.434 INFO STEP 431 (remove_files) COMPLETE
55852024-12-12T04:00:08.885Z[ recovery-image] Dec 12 04:00:08.434 INFO O| Dec 12 04:00:08.434 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-12-12T04:00:08.903Z[ recovery-image] Dec 12 04:00:08.455 INFO O| Dec 12 04:00:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
55872024-12-12T04:00:08.903Z[ recovery-image] Dec 12 04:00:08.455 INFO O| Dec 12 04:00:08.455 INFO STEP 432 (remove_files) COMPLETE
55882024-12-12T04:00:08.903Z[ recovery-image] Dec 12 04:00:08.455 INFO O| Dec 12 04:00:08.455 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-12-12T04:00:08.919Z[ recovery-image] Dec 12 04:00:08.472 INFO O| Dec 12 04:00:08.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
55902024-12-12T04:00:08.919Z[ recovery-image] Dec 12 04:00:08.472 INFO O| Dec 12 04:00:08.472 INFO STEP 433 (remove_files) COMPLETE
55912024-12-12T04:00:08.922Z[ recovery-image] Dec 12 04:00:08.472 INFO O| Dec 12 04:00:08.472 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-12-12T04:00:08.930Z[ recovery-image] Dec 12 04:00:08.483 INFO O| Dec 12 04:00:08.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
55932024-12-12T04:00:08.932Z[ recovery-image] Dec 12 04:00:08.483 INFO O| Dec 12 04:00:08.483 INFO STEP 434 (remove_files) COMPLETE
55942024-12-12T04:00:08.932Z[ recovery-image] Dec 12 04:00:08.483 INFO O| Dec 12 04:00:08.483 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-12-12T04:00:08.941Z[ recovery-image] Dec 12 04:00:08.495 INFO O| Dec 12 04:00:08.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
55962024-12-12T04:00:08.941Z[ recovery-image] Dec 12 04:00:08.495 INFO O| Dec 12 04:00:08.495 INFO STEP 435 (remove_files) COMPLETE
55972024-12-12T04:00:08.941Z[ recovery-image] Dec 12 04:00:08.495 INFO O| Dec 12 04:00:08.495 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-12T04:00:08.954Z[ recovery-image] Dec 12 04:00:08.507 INFO O| Dec 12 04:00:08.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
55992024-12-12T04:00:08.954Z[ recovery-image] Dec 12 04:00:08.507 INFO O| Dec 12 04:00:08.507 INFO STEP 436 (remove_files) COMPLETE
56002024-12-12T04:00:08.954Z[ recovery-image] Dec 12 04:00:08.507 INFO O| Dec 12 04:00:08.507 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-12T04:00:08.967Z[ recovery-image] Dec 12 04:00:08.521 INFO O| Dec 12 04:00:08.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56022024-12-12T04:00:08.967Z[ recovery-image] Dec 12 04:00:08.521 INFO O| Dec 12 04:00:08.521 INFO STEP 437 (remove_files) COMPLETE
56032024-12-12T04:00:08.968Z[ recovery-image] Dec 12 04:00:08.521 INFO O| Dec 12 04:00:08.521 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-12T04:00:08.981Z[ recovery-image] Dec 12 04:00:08.534 INFO O| Dec 12 04:00:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56052024-12-12T04:00:08.981Z[ recovery-image] Dec 12 04:00:08.534 INFO O| Dec 12 04:00:08.534 INFO STEP 438 (remove_files) COMPLETE
56062024-12-12T04:00:08.981Z[ recovery-image] Dec 12 04:00:08.534 INFO O| Dec 12 04:00:08.534 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-12-12T04:00:08.993Z[ recovery-image] Dec 12 04:00:08.546 INFO O| Dec 12 04:00:08.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56082024-12-12T04:00:08.993Z[ recovery-image] Dec 12 04:00:08.546 INFO O| Dec 12 04:00:08.546 INFO STEP 439 (remove_files) COMPLETE
56092024-12-12T04:00:08.993Z[ recovery-image] Dec 12 04:00:08.546 INFO O| Dec 12 04:00:08.546 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-12-12T04:00:09.008Z[ recovery-image] Dec 12 04:00:08.561 INFO O| Dec 12 04:00:08.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56112024-12-12T04:00:09.008Z[ recovery-image] Dec 12 04:00:08.561 INFO O| Dec 12 04:00:08.561 INFO STEP 440 (remove_files) COMPLETE
56122024-12-12T04:00:09.008Z[ recovery-image] Dec 12 04:00:08.561 INFO O| Dec 12 04:00:08.561 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-12-12T04:00:09.023Z[ recovery-image] Dec 12 04:00:08.576 INFO O| Dec 12 04:00:08.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56142024-12-12T04:00:09.023Z[ recovery-image] Dec 12 04:00:08.576 INFO O| Dec 12 04:00:08.576 INFO STEP 441 (remove_files) COMPLETE
56152024-12-12T04:00:09.025Z[ recovery-image] Dec 12 04:00:08.576 INFO O| Dec 12 04:00:08.576 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-12T04:00:09.037Z[ recovery-image] Dec 12 04:00:08.590 INFO O| Dec 12 04:00:08.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56172024-12-12T04:00:09.037Z[ recovery-image] Dec 12 04:00:08.591 INFO O| Dec 12 04:00:08.591 INFO STEP 442 (remove_files) COMPLETE
56182024-12-12T04:00:09.040Z[ recovery-image] Dec 12 04:00:08.591 INFO O| Dec 12 04:00:08.591 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-12T04:00:09.052Z[ recovery-image] Dec 12 04:00:08.605 INFO O| Dec 12 04:00:08.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56202024-12-12T04:00:09.052Z[ recovery-image] Dec 12 04:00:08.605 INFO O| Dec 12 04:00:08.605 INFO STEP 443 (remove_files) COMPLETE
56212024-12-12T04:00:09.052Z[ recovery-image] Dec 12 04:00:08.605 INFO O| Dec 12 04:00:08.605 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-12T04:00:09.067Z[ recovery-image] Dec 12 04:00:08.619 INFO O| Dec 12 04:00:08.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56232024-12-12T04:00:09.067Z[ recovery-image] Dec 12 04:00:08.619 INFO O| Dec 12 04:00:08.619 INFO STEP 444 (remove_files) COMPLETE
56242024-12-12T04:00:09.069Z[ recovery-image] Dec 12 04:00:08.620 INFO O| Dec 12 04:00:08.619 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-12T04:00:09.080Z[ recovery-image] Dec 12 04:00:08.634 INFO O| Dec 12 04:00:08.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56262024-12-12T04:00:09.080Z[ recovery-image] Dec 12 04:00:08.634 INFO O| Dec 12 04:00:08.634 INFO STEP 445 (remove_files) COMPLETE
56272024-12-12T04:00:09.083Z[ recovery-image] Dec 12 04:00:08.634 INFO O| Dec 12 04:00:08.634 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-12-12T04:00:09.096Z[ recovery-image] Dec 12 04:00:08.650 INFO O| Dec 12 04:00:08.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56292024-12-12T04:00:09.099Z[ recovery-image] Dec 12 04:00:08.650 INFO O| Dec 12 04:00:08.650 INFO STEP 446 (remove_files) COMPLETE
56302024-12-12T04:00:09.099Z[ recovery-image] Dec 12 04:00:08.650 INFO O| Dec 12 04:00:08.650 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-12-12T04:00:09.113Z[ recovery-image] Dec 12 04:00:08.666 INFO O| Dec 12 04:00:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56322024-12-12T04:00:09.113Z[ recovery-image] Dec 12 04:00:08.666 INFO O| Dec 12 04:00:08.666 INFO STEP 447 (remove_files) COMPLETE
56332024-12-12T04:00:09.113Z[ recovery-image] Dec 12 04:00:08.666 INFO O| Dec 12 04:00:08.666 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-12-12T04:00:09.128Z[ recovery-image] Dec 12 04:00:08.681 INFO O| Dec 12 04:00:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56352024-12-12T04:00:09.128Z[ recovery-image] Dec 12 04:00:08.681 INFO O| Dec 12 04:00:08.681 INFO STEP 448 (remove_files) COMPLETE
56362024-12-12T04:00:09.128Z[ recovery-image] Dec 12 04:00:08.681 INFO O| Dec 12 04:00:08.681 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-12-12T04:00:09.140Z[ recovery-image] Dec 12 04:00:08.694 INFO O| Dec 12 04:00:08.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56382024-12-12T04:00:09.140Z[ recovery-image] Dec 12 04:00:08.694 INFO O| Dec 12 04:00:08.694 INFO STEP 449 (remove_files) COMPLETE
56392024-12-12T04:00:09.143Z[ recovery-image] Dec 12 04:00:08.694 INFO O| Dec 12 04:00:08.694 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-12-12T04:00:09.152Z[ recovery-image] Dec 12 04:00:08.706 INFO O| Dec 12 04:00:08.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56412024-12-12T04:00:09.152Z[ recovery-image] Dec 12 04:00:08.706 INFO O| Dec 12 04:00:08.706 INFO STEP 450 (remove_files) COMPLETE
56422024-12-12T04:00:09.153Z[ recovery-image] Dec 12 04:00:08.706 INFO O| Dec 12 04:00:08.706 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-12-12T04:00:09.164Z[ recovery-image] Dec 12 04:00:08.717 INFO O| Dec 12 04:00:08.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56442024-12-12T04:00:09.164Z[ recovery-image] Dec 12 04:00:08.717 INFO O| Dec 12 04:00:08.717 INFO STEP 451 (remove_files) COMPLETE
56452024-12-12T04:00:09.166Z[ recovery-image] Dec 12 04:00:08.717 INFO O| Dec 12 04:00:08.717 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-12-12T04:00:09.175Z[ recovery-image] Dec 12 04:00:08.728 INFO O| Dec 12 04:00:08.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56472024-12-12T04:00:09.178Z[ recovery-image] Dec 12 04:00:08.729 INFO O| Dec 12 04:00:08.729 INFO STEP 452 (remove_files) COMPLETE
56482024-12-12T04:00:09.178Z[ recovery-image] Dec 12 04:00:08.729 INFO O| Dec 12 04:00:08.729 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-12-12T04:00:09.186Z[ recovery-image] Dec 12 04:00:08.739 INFO O| Dec 12 04:00:08.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56502024-12-12T04:00:09.186Z[ recovery-image] Dec 12 04:00:08.739 INFO O| Dec 12 04:00:08.739 INFO STEP 453 (remove_files) COMPLETE
56512024-12-12T04:00:09.186Z[ recovery-image] Dec 12 04:00:08.739 INFO O| Dec 12 04:00:08.739 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-12-12T04:00:09.196Z[ recovery-image] Dec 12 04:00:08.749 INFO O| Dec 12 04:00:08.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56532024-12-12T04:00:09.196Z[ recovery-image] Dec 12 04:00:08.749 INFO O| Dec 12 04:00:08.749 INFO STEP 454 (remove_files) COMPLETE
56542024-12-12T04:00:09.198Z[ recovery-image] Dec 12 04:00:08.749 INFO O| Dec 12 04:00:08.749 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-12-12T04:00:09.206Z[ recovery-image] Dec 12 04:00:08.759 INFO O| Dec 12 04:00:08.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56562024-12-12T04:00:09.206Z[ recovery-image] Dec 12 04:00:08.759 INFO O| Dec 12 04:00:08.759 INFO STEP 455 (remove_files) COMPLETE
56572024-12-12T04:00:09.206Z[ recovery-image] Dec 12 04:00:08.759 INFO O| Dec 12 04:00:08.759 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-12-12T04:00:09.215Z[ recovery-image] Dec 12 04:00:08.769 INFO O| Dec 12 04:00:08.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56592024-12-12T04:00:09.218Z[ recovery-image] Dec 12 04:00:08.769 INFO O| Dec 12 04:00:08.769 INFO STEP 456 (remove_files) COMPLETE
56602024-12-12T04:00:09.218Z[ recovery-image] Dec 12 04:00:08.769 INFO O| Dec 12 04:00:08.769 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-12-12T04:00:09.225Z[ recovery-image] Dec 12 04:00:08.778 INFO O| Dec 12 04:00:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56622024-12-12T04:00:09.225Z[ recovery-image] Dec 12 04:00:08.778 INFO O| Dec 12 04:00:08.778 INFO STEP 457 (remove_files) COMPLETE
56632024-12-12T04:00:09.228Z[ recovery-image] Dec 12 04:00:08.779 INFO O| Dec 12 04:00:08.778 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-12-12T04:00:09.235Z[ recovery-image] Dec 12 04:00:08.788 INFO O| Dec 12 04:00:08.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56652024-12-12T04:00:09.235Z[ recovery-image] Dec 12 04:00:08.788 INFO O| Dec 12 04:00:08.788 INFO STEP 458 (remove_files) COMPLETE
56662024-12-12T04:00:09.235Z[ recovery-image] Dec 12 04:00:08.788 INFO O| Dec 12 04:00:08.788 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-12-12T04:00:09.244Z[ recovery-image] Dec 12 04:00:08.798 INFO O| Dec 12 04:00:08.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56682024-12-12T04:00:09.245Z[ recovery-image] Dec 12 04:00:08.798 INFO O| Dec 12 04:00:08.798 INFO STEP 459 (remove_files) COMPLETE
56692024-12-12T04:00:09.248Z[ recovery-image] Dec 12 04:00:08.798 INFO O| Dec 12 04:00:08.798 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-12-12T04:00:09.254Z[ recovery-image] Dec 12 04:00:08.807 INFO O| Dec 12 04:00:08.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56712024-12-12T04:00:09.257Z[ recovery-image] Dec 12 04:00:08.807 INFO O| Dec 12 04:00:08.807 INFO STEP 460 (remove_files) COMPLETE
56722024-12-12T04:00:09.257Z[ recovery-image] Dec 12 04:00:08.807 INFO O| Dec 12 04:00:08.807 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-12-12T04:00:09.264Z[ recovery-image] Dec 12 04:00:08.817 INFO O| Dec 12 04:00:08.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56742024-12-12T04:00:09.264Z[ recovery-image] Dec 12 04:00:08.817 INFO O| Dec 12 04:00:08.817 INFO STEP 461 (remove_files) COMPLETE
56752024-12-12T04:00:09.264Z[ recovery-image] Dec 12 04:00:08.817 INFO O| Dec 12 04:00:08.817 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-12-12T04:00:09.275Z[ recovery-image] Dec 12 04:00:08.828 INFO O| Dec 12 04:00:08.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56772024-12-12T04:00:09.277Z[ recovery-image] Dec 12 04:00:08.828 INFO O| Dec 12 04:00:08.828 INFO STEP 462 (remove_files) COMPLETE
56782024-12-12T04:00:09.277Z[ recovery-image] Dec 12 04:00:08.828 INFO O| Dec 12 04:00:08.828 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-12-12T04:00:09.285Z[ recovery-image] Dec 12 04:00:08.838 INFO O| Dec 12 04:00:08.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56802024-12-12T04:00:09.285Z[ recovery-image] Dec 12 04:00:08.839 INFO O| Dec 12 04:00:08.839 INFO STEP 463 (remove_files) COMPLETE
56812024-12-12T04:00:09.285Z[ recovery-image] Dec 12 04:00:08.839 INFO O| Dec 12 04:00:08.839 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-12-12T04:00:09.295Z[ recovery-image] Dec 12 04:00:08.848 INFO O| Dec 12 04:00:08.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56832024-12-12T04:00:09.295Z[ recovery-image] Dec 12 04:00:08.848 INFO O| Dec 12 04:00:08.848 INFO STEP 464 (remove_files) COMPLETE
56842024-12-12T04:00:09.295Z[ recovery-image] Dec 12 04:00:08.848 INFO O| Dec 12 04:00:08.848 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-12T04:00:09.305Z[ recovery-image] Dec 12 04:00:08.858 INFO O| Dec 12 04:00:08.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
56862024-12-12T04:00:09.305Z[ recovery-image] Dec 12 04:00:08.858 INFO O| Dec 12 04:00:08.858 INFO STEP 465 (remove_files) COMPLETE
56872024-12-12T04:00:09.305Z[ recovery-image] Dec 12 04:00:08.858 INFO O| Dec 12 04:00:08.858 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-12T04:00:09.315Z[ recovery-image] Dec 12 04:00:08.868 INFO O| Dec 12 04:00:08.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
56892024-12-12T04:00:09.315Z[ recovery-image] Dec 12 04:00:08.868 INFO O| Dec 12 04:00:08.868 INFO STEP 466 (remove_files) COMPLETE
56902024-12-12T04:00:09.315Z[ recovery-image] Dec 12 04:00:08.868 INFO O| Dec 12 04:00:08.868 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-12T04:00:09.324Z[ recovery-image] Dec 12 04:00:08.877 INFO O| Dec 12 04:00:08.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
56922024-12-12T04:00:09.324Z[ recovery-image] Dec 12 04:00:08.878 INFO O| Dec 12 04:00:08.878 INFO STEP 467 (remove_files) COMPLETE
56932024-12-12T04:00:09.324Z[ recovery-image] Dec 12 04:00:08.878 INFO O| Dec 12 04:00:08.878 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-12T04:00:09.334Z[ recovery-image] Dec 12 04:00:08.887 INFO O| Dec 12 04:00:08.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
56952024-12-12T04:00:09.334Z[ recovery-image] Dec 12 04:00:08.887 INFO O| Dec 12 04:00:08.887 INFO STEP 468 (remove_files) COMPLETE
56962024-12-12T04:00:09.337Z[ recovery-image] Dec 12 04:00:08.887 INFO O| Dec 12 04:00:08.887 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-12T04:00:09.343Z[ recovery-image] Dec 12 04:00:08.897 INFO O| Dec 12 04:00:08.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
56982024-12-12T04:00:09.344Z[ recovery-image] Dec 12 04:00:08.897 INFO O| Dec 12 04:00:08.897 INFO STEP 469 (remove_files) COMPLETE
56992024-12-12T04:00:09.346Z[ recovery-image] Dec 12 04:00:08.897 INFO O| Dec 12 04:00:08.897 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-12T04:00:09.353Z[ recovery-image] Dec 12 04:00:08.907 INFO O| Dec 12 04:00:08.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57012024-12-12T04:00:09.353Z[ recovery-image] Dec 12 04:00:08.907 INFO O| Dec 12 04:00:08.907 INFO STEP 470 (remove_files) COMPLETE
57022024-12-12T04:00:09.353Z[ recovery-image] Dec 12 04:00:08.907 INFO O| Dec 12 04:00:08.907 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-12T04:00:09.363Z[ recovery-image] Dec 12 04:00:08.916 INFO O| Dec 12 04:00:08.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57042024-12-12T04:00:09.363Z[ recovery-image] Dec 12 04:00:08.916 INFO O| Dec 12 04:00:08.916 INFO STEP 471 (remove_files) COMPLETE
57052024-12-12T04:00:09.366Z[ recovery-image] Dec 12 04:00:08.916 INFO O| Dec 12 04:00:08.916 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-12T04:00:09.373Z[ recovery-image] Dec 12 04:00:08.926 INFO O| Dec 12 04:00:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57072024-12-12T04:00:09.373Z[ recovery-image] Dec 12 04:00:08.926 INFO O| Dec 12 04:00:08.926 INFO STEP 472 (remove_files) COMPLETE
57082024-12-12T04:00:09.376Z[ recovery-image] Dec 12 04:00:08.926 INFO O| Dec 12 04:00:08.926 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-12T04:00:09.383Z[ recovery-image] Dec 12 04:00:08.936 INFO O| Dec 12 04:00:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57102024-12-12T04:00:09.383Z[ recovery-image] Dec 12 04:00:08.936 INFO O| Dec 12 04:00:08.936 INFO STEP 473 (remove_files) COMPLETE
57112024-12-12T04:00:09.383Z[ recovery-image] Dec 12 04:00:08.936 INFO O| Dec 12 04:00:08.936 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-12T04:00:09.393Z[ recovery-image] Dec 12 04:00:08.946 INFO O| Dec 12 04:00:08.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57132024-12-12T04:00:09.395Z[ recovery-image] Dec 12 04:00:08.946 INFO O| Dec 12 04:00:08.946 INFO STEP 474 (remove_files) COMPLETE
57142024-12-12T04:00:09.395Z[ recovery-image] Dec 12 04:00:08.946 INFO O| Dec 12 04:00:08.946 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-12T04:00:09.403Z[ recovery-image] Dec 12 04:00:08.956 INFO O| Dec 12 04:00:08.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57162024-12-12T04:00:09.406Z[ recovery-image] Dec 12 04:00:08.956 INFO O| Dec 12 04:00:08.956 INFO STEP 475 (remove_files) COMPLETE
57172024-12-12T04:00:09.406Z[ recovery-image] Dec 12 04:00:08.956 INFO O| Dec 12 04:00:08.956 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-12T04:00:09.413Z[ recovery-image] Dec 12 04:00:08.966 INFO O| Dec 12 04:00:08.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57192024-12-12T04:00:09.413Z[ recovery-image] Dec 12 04:00:08.966 INFO O| Dec 12 04:00:08.966 INFO STEP 476 (remove_files) COMPLETE
57202024-12-12T04:00:09.415Z[ recovery-image] Dec 12 04:00:08.966 INFO O| Dec 12 04:00:08.966 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-12T04:00:09.423Z[ recovery-image] Dec 12 04:00:08.976 INFO O| Dec 12 04:00:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57222024-12-12T04:00:09.423Z[ recovery-image] Dec 12 04:00:08.976 INFO O| Dec 12 04:00:08.976 INFO STEP 477 (remove_files) COMPLETE
57232024-12-12T04:00:09.425Z[ recovery-image] Dec 12 04:00:08.976 INFO O| Dec 12 04:00:08.976 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-12T04:00:09.433Z[ recovery-image] Dec 12 04:00:08.986 INFO O| Dec 12 04:00:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57252024-12-12T04:00:09.433Z[ recovery-image] Dec 12 04:00:08.986 INFO O| Dec 12 04:00:08.986 INFO STEP 478 (remove_files) COMPLETE
57262024-12-12T04:00:09.436Z[ recovery-image] Dec 12 04:00:08.986 INFO O| Dec 12 04:00:08.986 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-12T04:00:09.446Z[ recovery-image] Dec 12 04:00:08.999 INFO O| Dec 12 04:00:08.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57282024-12-12T04:00:09.446Z[ recovery-image] Dec 12 04:00:08.999 INFO O| Dec 12 04:00:08.999 INFO STEP 479 (remove_files) COMPLETE
57292024-12-12T04:00:09.448Z[ recovery-image] Dec 12 04:00:08.999 INFO O| Dec 12 04:00:08.999 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-12T04:00:09.459Z[ recovery-image] Dec 12 04:00:09.012 INFO O| Dec 12 04:00:09.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57312024-12-12T04:00:09.459Z[ recovery-image] Dec 12 04:00:09.012 INFO O| Dec 12 04:00:09.012 INFO STEP 480 (remove_files) COMPLETE
57322024-12-12T04:00:09.461Z[ recovery-image] Dec 12 04:00:09.012 INFO O| Dec 12 04:00:09.012 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-12T04:00:09.471Z[ recovery-image] Dec 12 04:00:09.024 INFO O| Dec 12 04:00:09.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57342024-12-12T04:00:09.471Z[ recovery-image] Dec 12 04:00:09.024 INFO O| Dec 12 04:00:09.024 INFO STEP 481 (remove_files) COMPLETE
57352024-12-12T04:00:09.471Z[ recovery-image] Dec 12 04:00:09.024 INFO O| Dec 12 04:00:09.024 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-12T04:00:09.483Z[ recovery-image] Dec 12 04:00:09.036 INFO O| Dec 12 04:00:09.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57372024-12-12T04:00:09.485Z[ recovery-image] Dec 12 04:00:09.037 INFO O| Dec 12 04:00:09.037 INFO STEP 482 (remove_files) COMPLETE
57382024-12-12T04:00:09.485Z[ recovery-image] Dec 12 04:00:09.037 INFO O| Dec 12 04:00:09.037 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-12T04:00:09.495Z[ recovery-image] Dec 12 04:00:09.048 INFO O| Dec 12 04:00:09.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57402024-12-12T04:00:09.497Z[ recovery-image] Dec 12 04:00:09.049 INFO O| Dec 12 04:00:09.049 INFO STEP 483 (remove_files) COMPLETE
57412024-12-12T04:00:09.497Z[ recovery-image] Dec 12 04:00:09.049 INFO O| Dec 12 04:00:09.049 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-12T04:00:09.507Z[ recovery-image] Dec 12 04:00:09.060 INFO O| Dec 12 04:00:09.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57432024-12-12T04:00:09.507Z[ recovery-image] Dec 12 04:00:09.060 INFO O| Dec 12 04:00:09.060 INFO STEP 484 (remove_files) COMPLETE
57442024-12-12T04:00:09.510Z[ recovery-image] Dec 12 04:00:09.060 INFO O| Dec 12 04:00:09.060 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-12T04:00:09.519Z[ recovery-image] Dec 12 04:00:09.072 INFO O| Dec 12 04:00:09.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57462024-12-12T04:00:09.519Z[ recovery-image] Dec 12 04:00:09.072 INFO O| Dec 12 04:00:09.072 INFO STEP 485 (remove_files) COMPLETE
57472024-12-12T04:00:09.519Z[ recovery-image] Dec 12 04:00:09.072 INFO O| Dec 12 04:00:09.072 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-12T04:00:09.533Z[ recovery-image] Dec 12 04:00:09.086 INFO O| Dec 12 04:00:09.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57492024-12-12T04:00:09.536Z[ recovery-image] Dec 12 04:00:09.086 INFO O| Dec 12 04:00:09.086 INFO STEP 486 (remove_files) COMPLETE
57502024-12-12T04:00:09.536Z[ recovery-image] Dec 12 04:00:09.086 INFO O| Dec 12 04:00:09.086 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-12T04:00:09.546Z[ recovery-image] Dec 12 04:00:09.099 INFO O| Dec 12 04:00:09.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57522024-12-12T04:00:09.546Z[ recovery-image] Dec 12 04:00:09.099 INFO O| Dec 12 04:00:09.099 INFO STEP 487 (remove_files) COMPLETE
57532024-12-12T04:00:09.549Z[ recovery-image] Dec 12 04:00:09.099 INFO O| Dec 12 04:00:09.099 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-12T04:00:09.558Z[ recovery-image] Dec 12 04:00:09.111 INFO O| Dec 12 04:00:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57552024-12-12T04:00:09.558Z[ recovery-image] Dec 12 04:00:09.111 INFO O| Dec 12 04:00:09.111 INFO STEP 488 (remove_files) COMPLETE
57562024-12-12T04:00:09.558Z[ recovery-image] Dec 12 04:00:09.111 INFO O| Dec 12 04:00:09.111 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-12T04:00:09.569Z[ recovery-image] Dec 12 04:00:09.122 INFO O| Dec 12 04:00:09.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57582024-12-12T04:00:09.571Z[ recovery-image] Dec 12 04:00:09.122 INFO O| Dec 12 04:00:09.122 INFO STEP 489 (remove_files) COMPLETE
57592024-12-12T04:00:09.573Z[ recovery-image] Dec 12 04:00:09.122 INFO O| Dec 12 04:00:09.122 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-12T04:00:09.579Z[ recovery-image] Dec 12 04:00:09.132 INFO O| Dec 12 04:00:09.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57612024-12-12T04:00:09.579Z[ recovery-image] Dec 12 04:00:09.132 INFO O| Dec 12 04:00:09.132 INFO STEP 490 (remove_files) COMPLETE
57622024-12-12T04:00:09.583Z[ recovery-image] Dec 12 04:00:09.132 INFO O| Dec 12 04:00:09.132 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-12T04:00:09.590Z[ recovery-image] Dec 12 04:00:09.143 INFO O| Dec 12 04:00:09.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57642024-12-12T04:00:09.590Z[ recovery-image] Dec 12 04:00:09.143 INFO O| Dec 12 04:00:09.143 INFO STEP 491 (remove_files) COMPLETE
57652024-12-12T04:00:09.590Z[ recovery-image] Dec 12 04:00:09.143 INFO O| Dec 12 04:00:09.143 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-12T04:00:09.600Z[ recovery-image] Dec 12 04:00:09.153 INFO O| Dec 12 04:00:09.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57672024-12-12T04:00:09.603Z[ recovery-image] Dec 12 04:00:09.154 INFO O| Dec 12 04:00:09.154 INFO STEP 492 (remove_files) COMPLETE
57682024-12-12T04:00:09.603Z[ recovery-image] Dec 12 04:00:09.154 INFO O| Dec 12 04:00:09.154 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-12T04:00:09.610Z[ recovery-image] Dec 12 04:00:09.164 INFO O| Dec 12 04:00:09.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57702024-12-12T04:00:09.610Z[ recovery-image] Dec 12 04:00:09.164 INFO O| Dec 12 04:00:09.164 INFO STEP 493 (remove_files) COMPLETE
57712024-12-12T04:00:09.612Z[ recovery-image] Dec 12 04:00:09.164 INFO O| Dec 12 04:00:09.164 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-12-12T04:00:09.620Z[ recovery-image] Dec 12 04:00:09.173 INFO O| Dec 12 04:00:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57732024-12-12T04:00:09.620Z[ recovery-image] Dec 12 04:00:09.174 INFO O| Dec 12 04:00:09.174 INFO STEP 494 (remove_files) COMPLETE
57742024-12-12T04:00:09.621Z[ recovery-image] Dec 12 04:00:09.174 INFO O| Dec 12 04:00:09.174 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-12-12T04:00:09.630Z[ recovery-image] Dec 12 04:00:09.183 INFO O| Dec 12 04:00:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57762024-12-12T04:00:09.633Z[ recovery-image] Dec 12 04:00:09.183 INFO O| Dec 12 04:00:09.183 INFO STEP 495 (remove_files) COMPLETE
57772024-12-12T04:00:09.633Z[ recovery-image] Dec 12 04:00:09.183 INFO O| Dec 12 04:00:09.183 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-12T04:00:09.640Z[ recovery-image] Dec 12 04:00:09.193 INFO O| Dec 12 04:00:09.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57792024-12-12T04:00:09.642Z[ recovery-image] Dec 12 04:00:09.193 INFO O| Dec 12 04:00:09.193 INFO STEP 496 (remove_files) COMPLETE
57802024-12-12T04:00:09.642Z[ recovery-image] Dec 12 04:00:09.193 INFO O| Dec 12 04:00:09.193 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-12T04:00:09.650Z[ recovery-image] Dec 12 04:00:09.203 INFO O| Dec 12 04:00:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57822024-12-12T04:00:09.650Z[ recovery-image] Dec 12 04:00:09.203 INFO O| Dec 12 04:00:09.203 INFO STEP 497 (remove_files) COMPLETE
57832024-12-12T04:00:09.652Z[ recovery-image] Dec 12 04:00:09.203 INFO O| Dec 12 04:00:09.203 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-12T04:00:09.660Z[ recovery-image] Dec 12 04:00:09.213 INFO O| Dec 12 04:00:09.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
57852024-12-12T04:00:09.662Z[ recovery-image] Dec 12 04:00:09.213 INFO O| Dec 12 04:00:09.213 INFO STEP 498 (remove_files) COMPLETE
57862024-12-12T04:00:09.662Z[ recovery-image] Dec 12 04:00:09.213 INFO O| Dec 12 04:00:09.213 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-12T04:00:09.669Z[ recovery-image] Dec 12 04:00:09.223 INFO O| Dec 12 04:00:09.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
57882024-12-12T04:00:09.669Z[ recovery-image] Dec 12 04:00:09.223 INFO O| Dec 12 04:00:09.223 INFO STEP 499 (remove_files) COMPLETE
57892024-12-12T04:00:09.669Z[ recovery-image] Dec 12 04:00:09.223 INFO O| Dec 12 04:00:09.223 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-12T04:00:09.679Z[ recovery-image] Dec 12 04:00:09.232 INFO O| Dec 12 04:00:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
57912024-12-12T04:00:09.679Z[ recovery-image] Dec 12 04:00:09.232 INFO O| Dec 12 04:00:09.232 INFO STEP 500 (remove_files) COMPLETE
57922024-12-12T04:00:09.679Z[ recovery-image] Dec 12 04:00:09.232 INFO O| Dec 12 04:00:09.232 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-12T04:00:09.688Z[ recovery-image] Dec 12 04:00:09.242 INFO O| Dec 12 04:00:09.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
57942024-12-12T04:00:09.689Z[ recovery-image] Dec 12 04:00:09.242 INFO O| Dec 12 04:00:09.242 INFO STEP 501 (remove_files) COMPLETE
57952024-12-12T04:00:09.691Z[ recovery-image] Dec 12 04:00:09.242 INFO O| Dec 12 04:00:09.242 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-12T04:00:09.698Z[ recovery-image] Dec 12 04:00:09.252 INFO O| Dec 12 04:00:09.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
57972024-12-12T04:00:09.701Z[ recovery-image] Dec 12 04:00:09.252 INFO O| Dec 12 04:00:09.252 INFO STEP 502 (remove_files) COMPLETE
57982024-12-12T04:00:09.701Z[ recovery-image] Dec 12 04:00:09.252 INFO O| Dec 12 04:00:09.252 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-12T04:00:09.711Z[ recovery-image] Dec 12 04:00:09.264 INFO O| Dec 12 04:00:09.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58002024-12-12T04:00:09.711Z[ recovery-image] Dec 12 04:00:09.264 INFO O| Dec 12 04:00:09.264 INFO STEP 503 (remove_files) COMPLETE
58012024-12-12T04:00:09.711Z[ recovery-image] Dec 12 04:00:09.264 INFO O| Dec 12 04:00:09.264 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-12T04:00:09.721Z[ recovery-image] Dec 12 04:00:09.274 INFO O| Dec 12 04:00:09.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58032024-12-12T04:00:09.721Z[ recovery-image] Dec 12 04:00:09.274 INFO O| Dec 12 04:00:09.274 INFO STEP 504 (remove_files) COMPLETE
58042024-12-12T04:00:09.721Z[ recovery-image] Dec 12 04:00:09.274 INFO O| Dec 12 04:00:09.274 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-12T04:00:09.731Z[ recovery-image] Dec 12 04:00:09.285 INFO O| Dec 12 04:00:09.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58062024-12-12T04:00:09.731Z[ recovery-image] Dec 12 04:00:09.285 INFO O| Dec 12 04:00:09.285 INFO STEP 505 (remove_files) COMPLETE
58072024-12-12T04:00:09.731Z[ recovery-image] Dec 12 04:00:09.285 INFO O| Dec 12 04:00:09.285 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-12T04:00:09.743Z[ recovery-image] Dec 12 04:00:09.297 INFO O| Dec 12 04:00:09.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58092024-12-12T04:00:09.746Z[ recovery-image] Dec 12 04:00:09.297 INFO O| Dec 12 04:00:09.297 INFO STEP 506 (remove_files) COMPLETE
58102024-12-12T04:00:09.746Z[ recovery-image] Dec 12 04:00:09.297 INFO O| Dec 12 04:00:09.297 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-12T04:00:09.755Z[ recovery-image] Dec 12 04:00:09.309 INFO O| Dec 12 04:00:09.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58122024-12-12T04:00:09.755Z[ recovery-image] Dec 12 04:00:09.309 INFO O| Dec 12 04:00:09.309 INFO STEP 507 (remove_files) COMPLETE
58132024-12-12T04:00:09.758Z[ recovery-image] Dec 12 04:00:09.309 INFO O| Dec 12 04:00:09.309 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-12T04:00:09.766Z[ recovery-image] Dec 12 04:00:09.319 INFO O| Dec 12 04:00:09.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58152024-12-12T04:00:09.766Z[ recovery-image] Dec 12 04:00:09.320 INFO O| Dec 12 04:00:09.319 INFO STEP 508 (remove_files) COMPLETE
58162024-12-12T04:00:09.768Z[ recovery-image] Dec 12 04:00:09.320 INFO O| Dec 12 04:00:09.320 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-12T04:00:09.779Z[ recovery-image] Dec 12 04:00:09.332 INFO O| Dec 12 04:00:09.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58182024-12-12T04:00:09.781Z[ recovery-image] Dec 12 04:00:09.333 INFO O| Dec 12 04:00:09.333 INFO STEP 509 (remove_files) COMPLETE
58192024-12-12T04:00:09.781Z[ recovery-image] Dec 12 04:00:09.333 INFO O| Dec 12 04:00:09.333 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-12T04:00:09.790Z[ recovery-image] Dec 12 04:00:09.343 INFO O| Dec 12 04:00:09.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58212024-12-12T04:00:09.790Z[ recovery-image] Dec 12 04:00:09.343 INFO O| Dec 12 04:00:09.343 INFO STEP 510 (remove_files) COMPLETE
58222024-12-12T04:00:09.792Z[ recovery-image] Dec 12 04:00:09.343 INFO O| Dec 12 04:00:09.343 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-12T04:00:09.801Z[ recovery-image] Dec 12 04:00:09.354 INFO O| Dec 12 04:00:09.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58242024-12-12T04:00:09.801Z[ recovery-image] Dec 12 04:00:09.354 INFO O| Dec 12 04:00:09.354 INFO STEP 511 (remove_files) COMPLETE
58252024-12-12T04:00:09.803Z[ recovery-image] Dec 12 04:00:09.354 INFO O| Dec 12 04:00:09.354 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-12T04:00:09.811Z[ recovery-image] Dec 12 04:00:09.364 INFO O| Dec 12 04:00:09.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58272024-12-12T04:00:09.811Z[ recovery-image] Dec 12 04:00:09.364 INFO O| Dec 12 04:00:09.364 INFO STEP 512 (remove_files) COMPLETE
58282024-12-12T04:00:09.813Z[ recovery-image] Dec 12 04:00:09.364 INFO O| Dec 12 04:00:09.364 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-12T04:00:09.821Z[ recovery-image] Dec 12 04:00:09.374 INFO O| Dec 12 04:00:09.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58302024-12-12T04:00:09.821Z[ recovery-image] Dec 12 04:00:09.374 INFO O| Dec 12 04:00:09.374 INFO STEP 513 (remove_files) COMPLETE
58312024-12-12T04:00:09.824Z[ recovery-image] Dec 12 04:00:09.374 INFO O| Dec 12 04:00:09.374 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-12T04:00:09.831Z[ recovery-image] Dec 12 04:00:09.384 INFO O| Dec 12 04:00:09.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58332024-12-12T04:00:09.831Z[ recovery-image] Dec 12 04:00:09.385 INFO O| Dec 12 04:00:09.385 INFO STEP 514 (remove_files) COMPLETE
58342024-12-12T04:00:09.831Z[ recovery-image] Dec 12 04:00:09.385 INFO O| Dec 12 04:00:09.385 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-12T04:00:09.841Z[ recovery-image] Dec 12 04:00:09.395 INFO O| Dec 12 04:00:09.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58362024-12-12T04:00:09.841Z[ recovery-image] Dec 12 04:00:09.395 INFO O| Dec 12 04:00:09.395 INFO STEP 515 (remove_files) COMPLETE
58372024-12-12T04:00:09.844Z[ recovery-image] Dec 12 04:00:09.395 INFO O| Dec 12 04:00:09.395 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-12T04:00:09.851Z[ recovery-image] Dec 12 04:00:09.405 INFO O| Dec 12 04:00:09.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58392024-12-12T04:00:09.851Z[ recovery-image] Dec 12 04:00:09.405 INFO O| Dec 12 04:00:09.405 INFO STEP 516 (remove_files) COMPLETE
58402024-12-12T04:00:09.851Z[ recovery-image] Dec 12 04:00:09.405 INFO O| Dec 12 04:00:09.405 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-12T04:00:09.862Z[ recovery-image] Dec 12 04:00:09.415 INFO O| Dec 12 04:00:09.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58422024-12-12T04:00:09.862Z[ recovery-image] Dec 12 04:00:09.415 INFO O| Dec 12 04:00:09.415 INFO STEP 517 (remove_files) COMPLETE
58432024-12-12T04:00:09.862Z[ recovery-image] Dec 12 04:00:09.415 INFO O| Dec 12 04:00:09.415 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-12T04:00:09.872Z[ recovery-image] Dec 12 04:00:09.425 INFO O| Dec 12 04:00:09.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58452024-12-12T04:00:09.872Z[ recovery-image] Dec 12 04:00:09.425 INFO O| Dec 12 04:00:09.425 INFO STEP 518 (remove_files) COMPLETE
58462024-12-12T04:00:09.874Z[ recovery-image] Dec 12 04:00:09.425 INFO O| Dec 12 04:00:09.425 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-12T04:00:09.882Z[ recovery-image] Dec 12 04:00:09.435 INFO O| Dec 12 04:00:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58482024-12-12T04:00:09.882Z[ recovery-image] Dec 12 04:00:09.435 INFO O| Dec 12 04:00:09.435 INFO STEP 519 (remove_files) COMPLETE
58492024-12-12T04:00:09.884Z[ recovery-image] Dec 12 04:00:09.435 INFO O| Dec 12 04:00:09.435 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-12T04:00:09.892Z[ recovery-image] Dec 12 04:00:09.445 INFO O| Dec 12 04:00:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58512024-12-12T04:00:09.894Z[ recovery-image] Dec 12 04:00:09.445 INFO O| Dec 12 04:00:09.445 INFO STEP 520 (remove_files) COMPLETE
58522024-12-12T04:00:09.894Z[ recovery-image] Dec 12 04:00:09.445 INFO O| Dec 12 04:00:09.445 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-12T04:00:09.902Z[ recovery-image] Dec 12 04:00:09.455 INFO O| Dec 12 04:00:09.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58542024-12-12T04:00:09.904Z[ recovery-image] Dec 12 04:00:09.455 INFO O| Dec 12 04:00:09.455 INFO STEP 521 (remove_files) COMPLETE
58552024-12-12T04:00:09.904Z[ recovery-image] Dec 12 04:00:09.455 INFO O| Dec 12 04:00:09.455 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-12T04:00:09.912Z[ recovery-image] Dec 12 04:00:09.465 INFO O| Dec 12 04:00:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58572024-12-12T04:00:09.915Z[ recovery-image] Dec 12 04:00:09.466 INFO O| Dec 12 04:00:09.465 INFO STEP 522 (remove_files) COMPLETE
58582024-12-12T04:00:09.915Z[ recovery-image] Dec 12 04:00:09.466 INFO O| Dec 12 04:00:09.466 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-12T04:00:09.922Z[ recovery-image] Dec 12 04:00:09.476 INFO O| Dec 12 04:00:09.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58602024-12-12T04:00:09.922Z[ recovery-image] Dec 12 04:00:09.476 INFO O| Dec 12 04:00:09.476 INFO STEP 523 (remove_files) COMPLETE
58612024-12-12T04:00:09.925Z[ recovery-image] Dec 12 04:00:09.476 INFO O| Dec 12 04:00:09.476 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-12T04:00:09.932Z[ recovery-image] Dec 12 04:00:09.485 INFO O| Dec 12 04:00:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58632024-12-12T04:00:09.933Z[ recovery-image] Dec 12 04:00:09.485 INFO O| Dec 12 04:00:09.485 INFO STEP 524 (remove_files) COMPLETE
58642024-12-12T04:00:09.933Z[ recovery-image] Dec 12 04:00:09.486 INFO O| Dec 12 04:00:09.485 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-12T04:00:09.942Z[ recovery-image] Dec 12 04:00:09.496 INFO O| Dec 12 04:00:09.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58662024-12-12T04:00:09.944Z[ recovery-image] Dec 12 04:00:09.496 INFO O| Dec 12 04:00:09.496 INFO STEP 525 (remove_files) COMPLETE
58672024-12-12T04:00:09.945Z[ recovery-image] Dec 12 04:00:09.496 INFO O| Dec 12 04:00:09.496 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-12T04:00:09.952Z[ recovery-image] Dec 12 04:00:09.506 INFO O| Dec 12 04:00:09.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58692024-12-12T04:00:09.955Z[ recovery-image] Dec 12 04:00:09.506 INFO O| Dec 12 04:00:09.506 INFO STEP 526 (remove_files) COMPLETE
58702024-12-12T04:00:09.955Z[ recovery-image] Dec 12 04:00:09.506 INFO O| Dec 12 04:00:09.506 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-12T04:00:09.963Z[ recovery-image] Dec 12 04:00:09.516 INFO O| Dec 12 04:00:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58722024-12-12T04:00:09.963Z[ recovery-image] Dec 12 04:00:09.516 INFO O| Dec 12 04:00:09.516 INFO STEP 527 (remove_files) COMPLETE
58732024-12-12T04:00:09.965Z[ recovery-image] Dec 12 04:00:09.516 INFO O| Dec 12 04:00:09.516 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-12T04:00:09.973Z[ recovery-image] Dec 12 04:00:09.526 INFO O| Dec 12 04:00:09.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58752024-12-12T04:00:09.975Z[ recovery-image] Dec 12 04:00:09.526 INFO O| Dec 12 04:00:09.526 INFO STEP 528 (remove_files) COMPLETE
58762024-12-12T04:00:09.975Z[ recovery-image] Dec 12 04:00:09.526 INFO O| Dec 12 04:00:09.526 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-12T04:00:09.983Z[ recovery-image] Dec 12 04:00:09.536 INFO O| Dec 12 04:00:09.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58782024-12-12T04:00:09.985Z[ recovery-image] Dec 12 04:00:09.536 INFO O| Dec 12 04:00:09.536 INFO STEP 529 (remove_files) COMPLETE
58792024-12-12T04:00:09.985Z[ recovery-image] Dec 12 04:00:09.536 INFO O| Dec 12 04:00:09.536 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-12T04:00:09.993Z[ recovery-image] Dec 12 04:00:09.546 INFO O| Dec 12 04:00:09.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
58812024-12-12T04:00:09.996Z[ recovery-image] Dec 12 04:00:09.547 INFO O| Dec 12 04:00:09.546 INFO STEP 530 (remove_files) COMPLETE
58822024-12-12T04:00:09.996Z[ recovery-image] Dec 12 04:00:09.547 INFO O| Dec 12 04:00:09.547 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-12T04:00:10.003Z[ recovery-image] Dec 12 04:00:09.557 INFO O| Dec 12 04:00:09.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
58842024-12-12T04:00:10.004Z[ recovery-image] Dec 12 04:00:09.557 INFO O| Dec 12 04:00:09.557 INFO STEP 531 (remove_files) COMPLETE
58852024-12-12T04:00:10.006Z[ recovery-image] Dec 12 04:00:09.557 INFO O| Dec 12 04:00:09.557 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-12T04:00:10.017Z[ recovery-image] Dec 12 04:00:09.567 INFO O| Dec 12 04:00:09.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
58872024-12-12T04:00:10.017Z[ recovery-image] Dec 12 04:00:09.567 INFO O| Dec 12 04:00:09.567 INFO STEP 532 (remove_files) COMPLETE
58882024-12-12T04:00:10.021Z[ recovery-image] Dec 12 04:00:09.567 INFO O| Dec 12 04:00:09.567 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-12T04:00:10.024Z[ recovery-image] Dec 12 04:00:09.577 INFO O| Dec 12 04:00:09.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
58902024-12-12T04:00:10.024Z[ recovery-image] Dec 12 04:00:09.577 INFO O| Dec 12 04:00:09.577 INFO STEP 533 (remove_files) COMPLETE
58912024-12-12T04:00:10.027Z[ recovery-image] Dec 12 04:00:09.577 INFO O| Dec 12 04:00:09.577 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-12T04:00:10.034Z[ recovery-image] Dec 12 04:00:09.587 INFO O| Dec 12 04:00:09.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
58932024-12-12T04:00:10.036Z[ recovery-image] Dec 12 04:00:09.587 INFO O| Dec 12 04:00:09.587 INFO STEP 534 (remove_files) COMPLETE
58942024-12-12T04:00:10.036Z[ recovery-image] Dec 12 04:00:09.587 INFO O| Dec 12 04:00:09.587 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-12T04:00:10.044Z[ recovery-image] Dec 12 04:00:09.597 INFO O| Dec 12 04:00:09.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
58962024-12-12T04:00:10.046Z[ recovery-image] Dec 12 04:00:09.597 INFO O| Dec 12 04:00:09.597 INFO STEP 535 (remove_files) COMPLETE
58972024-12-12T04:00:10.046Z[ recovery-image] Dec 12 04:00:09.597 INFO O| Dec 12 04:00:09.597 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-12T04:00:10.054Z[ recovery-image] Dec 12 04:00:09.607 INFO O| Dec 12 04:00:09.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
58992024-12-12T04:00:10.056Z[ recovery-image] Dec 12 04:00:09.607 INFO O| Dec 12 04:00:09.607 INFO STEP 536 (remove_files) COMPLETE
59002024-12-12T04:00:10.056Z[ recovery-image] Dec 12 04:00:09.607 INFO O| Dec 12 04:00:09.607 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-12T04:00:10.063Z[ recovery-image] Dec 12 04:00:09.617 INFO O| Dec 12 04:00:09.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59022024-12-12T04:00:10.063Z[ recovery-image] Dec 12 04:00:09.617 INFO O| Dec 12 04:00:09.617 INFO STEP 537 (remove_files) COMPLETE
59032024-12-12T04:00:10.063Z[ recovery-image] Dec 12 04:00:09.617 INFO O| Dec 12 04:00:09.617 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-12T04:00:10.073Z[ recovery-image] Dec 12 04:00:09.627 INFO O| Dec 12 04:00:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59052024-12-12T04:00:10.073Z[ recovery-image] Dec 12 04:00:09.627 INFO O| Dec 12 04:00:09.627 INFO STEP 538 (remove_files) COMPLETE
59062024-12-12T04:00:10.076Z[ recovery-image] Dec 12 04:00:09.627 INFO O| Dec 12 04:00:09.627 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-12T04:00:10.083Z[ recovery-image] Dec 12 04:00:09.636 INFO O| Dec 12 04:00:09.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59082024-12-12T04:00:10.086Z[ recovery-image] Dec 12 04:00:09.636 INFO O| Dec 12 04:00:09.636 INFO STEP 539 (remove_files) COMPLETE
59092024-12-12T04:00:10.086Z[ recovery-image] Dec 12 04:00:09.637 INFO O| Dec 12 04:00:09.636 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-12T04:00:10.086Z[ host-image] Dec 12 04:00:09.638 INFO O| Dec 12 04:00:09.637 INFO O| Planning: Solver setup ... Done
59112024-12-12T04:00:10.088Z[ host-image] Dec 12 04:00:09.642 INFO O| Dec 12 04:00:09.642 INFO O| Planning: Running solver ... Done
59122024-12-12T04:00:10.094Z[ recovery-image] Dec 12 04:00:09.647 INFO O| Dec 12 04:00:09.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59132024-12-12T04:00:10.096Z[ recovery-image] Dec 12 04:00:09.647 INFO O| Dec 12 04:00:09.647 INFO STEP 540 (remove_files) COMPLETE
59142024-12-12T04:00:10.096Z[ recovery-image] Dec 12 04:00:09.647 INFO O| Dec 12 04:00:09.647 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-12T04:00:10.104Z[ recovery-image] Dec 12 04:00:09.658 INFO O| Dec 12 04:00:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59162024-12-12T04:00:10.104Z[ recovery-image] Dec 12 04:00:09.658 INFO O| Dec 12 04:00:09.658 INFO STEP 541 (remove_files) COMPLETE
59172024-12-12T04:00:10.104Z[ recovery-image] Dec 12 04:00:09.658 INFO O| Dec 12 04:00:09.658 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-12T04:00:10.115Z[ recovery-image] Dec 12 04:00:09.668 INFO O| Dec 12 04:00:09.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59192024-12-12T04:00:10.115Z[ recovery-image] Dec 12 04:00:09.668 INFO O| Dec 12 04:00:09.668 INFO STEP 542 (remove_files) COMPLETE
59202024-12-12T04:00:10.120Z[ recovery-image] Dec 12 04:00:09.668 INFO O| Dec 12 04:00:09.668 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-12T04:00:10.125Z[ recovery-image] Dec 12 04:00:09.678 INFO O| Dec 12 04:00:09.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59222024-12-12T04:00:10.128Z[ recovery-image] Dec 12 04:00:09.678 INFO O| Dec 12 04:00:09.678 INFO STEP 543 (remove_files) COMPLETE
59232024-12-12T04:00:10.128Z[ recovery-image] Dec 12 04:00:09.678 INFO O| Dec 12 04:00:09.678 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-12T04:00:10.135Z[ recovery-image] Dec 12 04:00:09.688 INFO O| Dec 12 04:00:09.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59252024-12-12T04:00:10.135Z[ recovery-image] Dec 12 04:00:09.688 INFO O| Dec 12 04:00:09.688 INFO STEP 544 (remove_files) COMPLETE
59262024-12-12T04:00:10.138Z[ recovery-image] Dec 12 04:00:09.688 INFO O| Dec 12 04:00:09.688 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-12T04:00:10.145Z[ recovery-image] Dec 12 04:00:09.698 INFO O| Dec 12 04:00:09.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59282024-12-12T04:00:10.148Z[ recovery-image] Dec 12 04:00:09.699 INFO O| Dec 12 04:00:09.698 INFO STEP 545 (remove_files) COMPLETE
59292024-12-12T04:00:10.148Z[ recovery-image] Dec 12 04:00:09.699 INFO O| Dec 12 04:00:09.699 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-12T04:00:10.153Z[ host-image] Dec 12 04:00:09.706 INFO O| Dec 12 04:00:09.706 INFO O| Planning: Finding local manifests ... Done
59312024-12-12T04:00:10.155Z[ host-image] Dec 12 04:00:09.707 INFO O| Dec 12 04:00:09.707 INFO O| Planning: Fetching manifests: 0/6 0% complete
59322024-12-12T04:00:10.155Z[ recovery-image] Dec 12 04:00:09.709 INFO O| Dec 12 04:00:09.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59332024-12-12T04:00:10.156Z[ recovery-image] Dec 12 04:00:09.709 INFO O| Dec 12 04:00:09.709 INFO STEP 546 (remove_files) COMPLETE
59342024-12-12T04:00:10.158Z[ recovery-image] Dec 12 04:00:09.709 INFO O| Dec 12 04:00:09.709 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-12T04:00:10.166Z[ recovery-image] Dec 12 04:00:09.719 INFO O| Dec 12 04:00:09.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59362024-12-12T04:00:10.166Z[ recovery-image] Dec 12 04:00:09.719 INFO O| Dec 12 04:00:09.719 INFO STEP 547 (remove_files) COMPLETE
59372024-12-12T04:00:10.169Z[ recovery-image] Dec 12 04:00:09.719 INFO O| Dec 12 04:00:09.719 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-12T04:00:10.177Z[ recovery-image] Dec 12 04:00:09.730 INFO O| Dec 12 04:00:09.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59392024-12-12T04:00:10.178Z[ recovery-image] Dec 12 04:00:09.730 INFO O| Dec 12 04:00:09.730 INFO STEP 548 (remove_files) COMPLETE
59402024-12-12T04:00:10.181Z[ recovery-image] Dec 12 04:00:09.730 INFO O| Dec 12 04:00:09.730 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-12T04:00:10.187Z[ recovery-image] Dec 12 04:00:09.740 INFO O| Dec 12 04:00:09.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59422024-12-12T04:00:10.187Z[ recovery-image] Dec 12 04:00:09.740 INFO O| Dec 12 04:00:09.740 INFO STEP 549 (remove_files) COMPLETE
59432024-12-12T04:00:10.192Z[ recovery-image] Dec 12 04:00:09.740 INFO O| Dec 12 04:00:09.740 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-12-12T04:00:10.197Z[ recovery-image] Dec 12 04:00:09.750 INFO O| Dec 12 04:00:09.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59452024-12-12T04:00:10.201Z[ recovery-image] Dec 12 04:00:09.750 INFO O| Dec 12 04:00:09.750 INFO STEP 550 (remove_files) COMPLETE
59462024-12-12T04:00:10.201Z[ recovery-image] Dec 12 04:00:09.750 INFO O| Dec 12 04:00:09.750 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-12T04:00:10.208Z[ recovery-image] Dec 12 04:00:09.760 INFO O| Dec 12 04:00:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59482024-12-12T04:00:10.208Z[ recovery-image] Dec 12 04:00:09.761 INFO O| Dec 12 04:00:09.760 INFO STEP 551 (remove_files) COMPLETE
59492024-12-12T04:00:10.208Z[ recovery-image] Dec 12 04:00:09.761 INFO O| Dec 12 04:00:09.761 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-12T04:00:10.218Z[ recovery-image] Dec 12 04:00:09.771 INFO O| Dec 12 04:00:09.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59512024-12-12T04:00:10.221Z[ recovery-image] Dec 12 04:00:09.771 INFO O| Dec 12 04:00:09.771 INFO STEP 552 (remove_files) COMPLETE
59522024-12-12T04:00:10.221Z[ recovery-image] Dec 12 04:00:09.771 INFO O| Dec 12 04:00:09.771 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-12T04:00:10.228Z[ recovery-image] Dec 12 04:00:09.781 INFO O| Dec 12 04:00:09.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59542024-12-12T04:00:10.228Z[ recovery-image] Dec 12 04:00:09.781 INFO O| Dec 12 04:00:09.781 INFO STEP 553 (remove_files) COMPLETE
59552024-12-12T04:00:10.228Z[ recovery-image] Dec 12 04:00:09.781 INFO O| Dec 12 04:00:09.781 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-12T04:00:10.238Z[ recovery-image] Dec 12 04:00:09.791 INFO O| Dec 12 04:00:09.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59572024-12-12T04:00:10.240Z[ recovery-image] Dec 12 04:00:09.791 INFO O| Dec 12 04:00:09.791 INFO STEP 554 (remove_files) COMPLETE
59582024-12-12T04:00:10.240Z[ recovery-image] Dec 12 04:00:09.791 INFO O| Dec 12 04:00:09.791 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-12T04:00:10.248Z[ recovery-image] Dec 12 04:00:09.802 INFO O| Dec 12 04:00:09.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59602024-12-12T04:00:10.251Z[ recovery-image] Dec 12 04:00:09.802 INFO O| Dec 12 04:00:09.802 INFO STEP 555 (remove_files) COMPLETE
59612024-12-12T04:00:10.251Z[ recovery-image] Dec 12 04:00:09.802 INFO O| Dec 12 04:00:09.802 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-12T04:00:10.259Z[ recovery-image] Dec 12 04:00:09.812 INFO O| Dec 12 04:00:09.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59632024-12-12T04:00:10.259Z[ recovery-image] Dec 12 04:00:09.812 INFO O| Dec 12 04:00:09.812 INFO STEP 556 (remove_files) COMPLETE
59642024-12-12T04:00:10.262Z[ recovery-image] Dec 12 04:00:09.812 INFO O| Dec 12 04:00:09.812 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-12T04:00:10.270Z[ recovery-image] Dec 12 04:00:09.823 INFO O| Dec 12 04:00:09.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59662024-12-12T04:00:10.270Z[ recovery-image] Dec 12 04:00:09.823 INFO O| Dec 12 04:00:09.823 INFO STEP 557 (remove_files) COMPLETE
59672024-12-12T04:00:10.272Z[ recovery-image] Dec 12 04:00:09.823 INFO O| Dec 12 04:00:09.823 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-12T04:00:10.281Z[ recovery-image] Dec 12 04:00:09.834 INFO O| Dec 12 04:00:09.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59692024-12-12T04:00:10.281Z[ recovery-image] Dec 12 04:00:09.834 INFO O| Dec 12 04:00:09.834 INFO STEP 558 (remove_files) COMPLETE
59702024-12-12T04:00:10.281Z[ recovery-image] Dec 12 04:00:09.834 INFO O| Dec 12 04:00:09.834 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-12T04:00:10.293Z[ recovery-image] Dec 12 04:00:09.845 INFO O| Dec 12 04:00:09.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59722024-12-12T04:00:10.293Z[ recovery-image] Dec 12 04:00:09.845 INFO O| Dec 12 04:00:09.845 INFO STEP 559 (remove_files) COMPLETE
59732024-12-12T04:00:10.295Z[ recovery-image] Dec 12 04:00:09.845 INFO O| Dec 12 04:00:09.845 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-12T04:00:10.302Z[ recovery-image] Dec 12 04:00:09.855 INFO O| Dec 12 04:00:09.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59752024-12-12T04:00:10.302Z[ recovery-image] Dec 12 04:00:09.855 INFO O| Dec 12 04:00:09.855 INFO STEP 560 (remove_files) COMPLETE
59762024-12-12T04:00:10.304Z[ recovery-image] Dec 12 04:00:09.855 INFO O| Dec 12 04:00:09.855 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-12T04:00:10.313Z[ recovery-image] Dec 12 04:00:09.866 INFO O| Dec 12 04:00:09.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59782024-12-12T04:00:10.316Z[ recovery-image] Dec 12 04:00:09.867 INFO O| Dec 12 04:00:09.867 INFO STEP 561 (remove_files) COMPLETE
59792024-12-12T04:00:10.316Z[ recovery-image] Dec 12 04:00:09.867 INFO O| Dec 12 04:00:09.867 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-12T04:00:10.322Z[ host-image] Dec 12 04:00:09.875 INFO O| Dec 12 04:00:09.875 INFO O| Planning: Fetching manifests: 6/6 100% complete
59812024-12-12T04:00:10.325Z[ recovery-image] Dec 12 04:00:09.878 INFO O| Dec 12 04:00:09.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59822024-12-12T04:00:10.327Z[ recovery-image] Dec 12 04:00:09.878 INFO O| Dec 12 04:00:09.878 INFO STEP 562 (remove_files) COMPLETE
59832024-12-12T04:00:10.327Z[ recovery-image] Dec 12 04:00:09.878 INFO O| Dec 12 04:00:09.878 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-12T04:00:10.337Z[ recovery-image] Dec 12 04:00:09.890 INFO O| Dec 12 04:00:09.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
59852024-12-12T04:00:10.337Z[ recovery-image] Dec 12 04:00:09.890 INFO O| Dec 12 04:00:09.890 INFO STEP 563 (remove_files) COMPLETE
59862024-12-12T04:00:10.337Z[ recovery-image] Dec 12 04:00:09.890 INFO O| Dec 12 04:00:09.890 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-12T04:00:10.349Z[ recovery-image] Dec 12 04:00:09.902 INFO O| Dec 12 04:00:09.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
59882024-12-12T04:00:10.349Z[ recovery-image] Dec 12 04:00:09.902 INFO O| Dec 12 04:00:09.902 INFO STEP 564 (remove_files) COMPLETE
59892024-12-12T04:00:10.352Z[ recovery-image] Dec 12 04:00:09.902 INFO O| Dec 12 04:00:09.902 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-12T04:00:10.358Z[ host-image] Dec 12 04:00:09.911 INFO O| Dec 12 04:00:09.911 INFO O| Planning: Package planning ... Done
59912024-12-12T04:00:10.361Z[ recovery-image] Dec 12 04:00:09.914 INFO O| Dec 12 04:00:09.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
59922024-12-12T04:00:10.364Z[ recovery-image] Dec 12 04:00:09.914 INFO O| Dec 12 04:00:09.914 INFO STEP 565 (remove_files) COMPLETE
59932024-12-12T04:00:10.364Z[ recovery-image] Dec 12 04:00:09.914 INFO O| Dec 12 04:00:09.914 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-12T04:00:10.373Z[ recovery-image] Dec 12 04:00:09.926 INFO O| Dec 12 04:00:09.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
59952024-12-12T04:00:10.373Z[ recovery-image] Dec 12 04:00:09.926 INFO O| Dec 12 04:00:09.926 INFO STEP 566 (remove_files) COMPLETE
59962024-12-12T04:00:10.373Z[ recovery-image] Dec 12 04:00:09.926 INFO O| Dec 12 04:00:09.926 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-12T04:00:10.378Z[ host-image] Dec 12 04:00:09.931 INFO O| Dec 12 04:00:09.931 INFO O| Planning: Merging actions ... Done
59982024-12-12T04:00:10.385Z[ recovery-image] Dec 12 04:00:09.938 INFO O| Dec 12 04:00:09.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
59992024-12-12T04:00:10.385Z[ recovery-image] Dec 12 04:00:09.938 INFO O| Dec 12 04:00:09.938 INFO STEP 567 (remove_files) COMPLETE
60002024-12-12T04:00:10.387Z[ recovery-image] Dec 12 04:00:09.938 INFO O| Dec 12 04:00:09.938 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-12T04:00:10.397Z[ recovery-image] Dec 12 04:00:09.950 INFO O| Dec 12 04:00:09.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60022024-12-12T04:00:10.397Z[ recovery-image] Dec 12 04:00:09.950 INFO O| Dec 12 04:00:09.950 INFO STEP 568 (remove_files) COMPLETE
60032024-12-12T04:00:10.400Z[ recovery-image] Dec 12 04:00:09.950 INFO O| Dec 12 04:00:09.950 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-12T04:00:10.407Z[ recovery-image] Dec 12 04:00:09.960 INFO O| Dec 12 04:00:09.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60052024-12-12T04:00:10.407Z[ recovery-image] Dec 12 04:00:09.961 INFO O| Dec 12 04:00:09.961 INFO STEP 569 (remove_files) COMPLETE
60062024-12-12T04:00:10.407Z[ recovery-image] Dec 12 04:00:09.961 INFO O| Dec 12 04:00:09.961 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-12T04:00:10.417Z[ recovery-image] Dec 12 04:00:09.970 INFO O| Dec 12 04:00:09.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60082024-12-12T04:00:10.417Z[ recovery-image] Dec 12 04:00:09.970 INFO O| Dec 12 04:00:09.970 INFO STEP 570 (remove_files) COMPLETE
60092024-12-12T04:00:10.420Z[ recovery-image] Dec 12 04:00:09.970 INFO O| Dec 12 04:00:09.970 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-12T04:00:10.427Z[ recovery-image] Dec 12 04:00:09.980 INFO O| Dec 12 04:00:09.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60112024-12-12T04:00:10.427Z[ recovery-image] Dec 12 04:00:09.981 INFO O| Dec 12 04:00:09.981 INFO STEP 571 (remove_files) COMPLETE
60122024-12-12T04:00:10.430Z[ recovery-image] Dec 12 04:00:09.981 INFO O| Dec 12 04:00:09.981 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-12T04:00:10.437Z[ recovery-image] Dec 12 04:00:09.990 INFO O| Dec 12 04:00:09.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60142024-12-12T04:00:10.437Z[ recovery-image] Dec 12 04:00:09.990 INFO O| Dec 12 04:00:09.990 INFO STEP 572 (remove_files) COMPLETE
60152024-12-12T04:00:10.439Z[ recovery-image] Dec 12 04:00:09.990 INFO O| Dec 12 04:00:09.990 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-12T04:00:10.447Z[ recovery-image] Dec 12 04:00:10.000 INFO O| Dec 12 04:00:10.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60172024-12-12T04:00:10.449Z[ recovery-image] Dec 12 04:00:10.000 INFO O| Dec 12 04:00:10.000 INFO STEP 573 (remove_files) COMPLETE
60182024-12-12T04:00:10.449Z[ recovery-image] Dec 12 04:00:10.000 INFO O| Dec 12 04:00:10.000 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-12-12T04:00:10.449Z[ host-image] Dec 12 04:00:10.002 INFO O| Dec 12 04:00:10.002 INFO O| Planning: Checking for conflicting actions ... Done
60202024-12-12T04:00:10.453Z[ host-image] Dec 12 04:00:10.006 INFO O| Dec 12 04:00:10.006 INFO O| Planning: Consolidating action changes ... Done
60212024-12-12T04:00:10.458Z[ recovery-image] Dec 12 04:00:10.011 INFO O| Dec 12 04:00:10.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60222024-12-12T04:00:10.458Z[ recovery-image] Dec 12 04:00:10.011 INFO O| Dec 12 04:00:10.011 INFO STEP 574 (remove_files) COMPLETE
60232024-12-12T04:00:10.461Z[ recovery-image] Dec 12 04:00:10.011 INFO O| Dec 12 04:00:10.011 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-12T04:00:10.468Z[ recovery-image] Dec 12 04:00:10.021 INFO O| Dec 12 04:00:10.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60252024-12-12T04:00:10.469Z[ recovery-image] Dec 12 04:00:10.022 INFO O| Dec 12 04:00:10.021 INFO STEP 575 (remove_files) COMPLETE
60262024-12-12T04:00:10.469Z[ recovery-image] Dec 12 04:00:10.022 INFO O| Dec 12 04:00:10.022 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-12T04:00:10.478Z[ recovery-image] Dec 12 04:00:10.031 INFO O| Dec 12 04:00:10.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60282024-12-12T04:00:10.478Z[ recovery-image] Dec 12 04:00:10.031 INFO O| Dec 12 04:00:10.031 INFO STEP 576 (remove_files) COMPLETE
60292024-12-12T04:00:10.478Z[ recovery-image] Dec 12 04:00:10.031 INFO O| Dec 12 04:00:10.031 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-12T04:00:10.488Z[ recovery-image] Dec 12 04:00:10.041 INFO O| Dec 12 04:00:10.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60312024-12-12T04:00:10.488Z[ recovery-image] Dec 12 04:00:10.041 INFO O| Dec 12 04:00:10.041 INFO STEP 577 (remove_files) COMPLETE
60322024-12-12T04:00:10.490Z[ recovery-image] Dec 12 04:00:10.041 INFO O| Dec 12 04:00:10.041 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-12T04:00:10.497Z[ recovery-image] Dec 12 04:00:10.050 INFO O| Dec 12 04:00:10.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60342024-12-12T04:00:10.497Z[ recovery-image] Dec 12 04:00:10.050 INFO O| Dec 12 04:00:10.050 INFO STEP 578 (remove_files) COMPLETE
60352024-12-12T04:00:10.497Z[ recovery-image] Dec 12 04:00:10.051 INFO O| Dec 12 04:00:10.050 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-12T04:00:10.507Z[ recovery-image] Dec 12 04:00:10.060 INFO O| Dec 12 04:00:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60372024-12-12T04:00:10.507Z[ recovery-image] Dec 12 04:00:10.060 INFO O| Dec 12 04:00:10.060 INFO STEP 579 (remove_files) COMPLETE
60382024-12-12T04:00:10.510Z[ recovery-image] Dec 12 04:00:10.060 INFO O| Dec 12 04:00:10.060 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-12T04:00:10.518Z[ recovery-image] Dec 12 04:00:10.071 INFO O| Dec 12 04:00:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60402024-12-12T04:00:10.518Z[ recovery-image] Dec 12 04:00:10.071 INFO O| Dec 12 04:00:10.071 INFO STEP 580 (remove_files) COMPLETE
60412024-12-12T04:00:10.518Z[ recovery-image] Dec 12 04:00:10.071 INFO O| Dec 12 04:00:10.071 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-12T04:00:10.530Z[ recovery-image] Dec 12 04:00:10.083 INFO O| Dec 12 04:00:10.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60432024-12-12T04:00:10.530Z[ recovery-image] Dec 12 04:00:10.083 INFO O| Dec 12 04:00:10.083 INFO STEP 581 (remove_files) COMPLETE
60442024-12-12T04:00:10.533Z[ recovery-image] Dec 12 04:00:10.083 INFO O| Dec 12 04:00:10.083 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-12T04:00:10.541Z[ recovery-image] Dec 12 04:00:10.094 INFO O| Dec 12 04:00:10.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60462024-12-12T04:00:10.541Z[ recovery-image] Dec 12 04:00:10.094 INFO O| Dec 12 04:00:10.094 INFO STEP 582 (remove_files) COMPLETE
60472024-12-12T04:00:10.541Z[ recovery-image] Dec 12 04:00:10.094 INFO O| Dec 12 04:00:10.094 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-12T04:00:10.552Z[ recovery-image] Dec 12 04:00:10.106 INFO O| Dec 12 04:00:10.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60492024-12-12T04:00:10.552Z[ recovery-image] Dec 12 04:00:10.106 INFO O| Dec 12 04:00:10.106 INFO STEP 583 (remove_files) COMPLETE
60502024-12-12T04:00:10.555Z[ recovery-image] Dec 12 04:00:10.106 INFO O| Dec 12 04:00:10.106 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-12T04:00:10.564Z[ recovery-image] Dec 12 04:00:10.117 INFO O| Dec 12 04:00:10.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60522024-12-12T04:00:10.564Z[ recovery-image] Dec 12 04:00:10.117 INFO O| Dec 12 04:00:10.117 INFO STEP 584 (remove_files) COMPLETE
60532024-12-12T04:00:10.566Z[ recovery-image] Dec 12 04:00:10.117 INFO O| Dec 12 04:00:10.117 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-12T04:00:10.575Z[ recovery-image] Dec 12 04:00:10.128 INFO O| Dec 12 04:00:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60552024-12-12T04:00:10.578Z[ recovery-image] Dec 12 04:00:10.128 INFO O| Dec 12 04:00:10.128 INFO STEP 585 (remove_files) COMPLETE
60562024-12-12T04:00:10.578Z[ recovery-image] Dec 12 04:00:10.128 INFO O| Dec 12 04:00:10.128 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-12T04:00:10.586Z[ recovery-image] Dec 12 04:00:10.139 INFO O| Dec 12 04:00:10.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60582024-12-12T04:00:10.588Z[ recovery-image] Dec 12 04:00:10.139 INFO O| Dec 12 04:00:10.139 INFO STEP 586 (remove_files) COMPLETE
60592024-12-12T04:00:10.588Z[ recovery-image] Dec 12 04:00:10.139 INFO O| Dec 12 04:00:10.139 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-12T04:00:10.599Z[ recovery-image] Dec 12 04:00:10.152 INFO O| Dec 12 04:00:10.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60612024-12-12T04:00:10.599Z[ recovery-image] Dec 12 04:00:10.152 INFO O| Dec 12 04:00:10.152 INFO STEP 587 (remove_files) COMPLETE
60622024-12-12T04:00:10.602Z[ recovery-image] Dec 12 04:00:10.152 INFO O| Dec 12 04:00:10.152 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-12T04:00:10.612Z[ recovery-image] Dec 12 04:00:10.166 INFO O| Dec 12 04:00:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60642024-12-12T04:00:10.612Z[ recovery-image] Dec 12 04:00:10.166 INFO O| Dec 12 04:00:10.166 INFO STEP 588 (remove_files) COMPLETE
60652024-12-12T04:00:10.612Z[ recovery-image] Dec 12 04:00:10.166 INFO O| Dec 12 04:00:10.166 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-12T04:00:10.624Z[ recovery-image] Dec 12 04:00:10.177 INFO O| Dec 12 04:00:10.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60672024-12-12T04:00:10.624Z[ recovery-image] Dec 12 04:00:10.177 INFO O| Dec 12 04:00:10.177 INFO STEP 589 (remove_files) COMPLETE
60682024-12-12T04:00:10.624Z[ recovery-image] Dec 12 04:00:10.177 INFO O| Dec 12 04:00:10.177 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-12T04:00:10.635Z[ recovery-image] Dec 12 04:00:10.188 INFO O| Dec 12 04:00:10.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60702024-12-12T04:00:10.638Z[ recovery-image] Dec 12 04:00:10.188 INFO O| Dec 12 04:00:10.188 INFO STEP 590 (remove_files) COMPLETE
60712024-12-12T04:00:10.638Z[ recovery-image] Dec 12 04:00:10.188 INFO O| Dec 12 04:00:10.188 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-12T04:00:10.645Z[ recovery-image] Dec 12 04:00:10.198 INFO O| Dec 12 04:00:10.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60732024-12-12T04:00:10.648Z[ recovery-image] Dec 12 04:00:10.198 INFO O| Dec 12 04:00:10.198 INFO STEP 591 (remove_files) COMPLETE
60742024-12-12T04:00:10.648Z[ recovery-image] Dec 12 04:00:10.199 INFO O| Dec 12 04:00:10.198 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-12T04:00:10.655Z[ recovery-image] Dec 12 04:00:10.209 INFO O| Dec 12 04:00:10.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60762024-12-12T04:00:10.655Z[ recovery-image] Dec 12 04:00:10.209 INFO O| Dec 12 04:00:10.209 INFO STEP 592 (remove_files) COMPLETE
60772024-12-12T04:00:10.658Z[ recovery-image] Dec 12 04:00:10.209 INFO O| Dec 12 04:00:10.209 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-12T04:00:10.665Z[ recovery-image] Dec 12 04:00:10.219 INFO O| Dec 12 04:00:10.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60792024-12-12T04:00:10.668Z[ recovery-image] Dec 12 04:00:10.219 INFO O| Dec 12 04:00:10.219 INFO STEP 593 (remove_files) COMPLETE
60802024-12-12T04:00:10.668Z[ recovery-image] Dec 12 04:00:10.219 INFO O| Dec 12 04:00:10.219 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-12T04:00:10.675Z[ recovery-image] Dec 12 04:00:10.228 INFO O| Dec 12 04:00:10.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60822024-12-12T04:00:10.675Z[ recovery-image] Dec 12 04:00:10.229 INFO O| Dec 12 04:00:10.228 INFO STEP 594 (remove_files) COMPLETE
60832024-12-12T04:00:10.675Z[ recovery-image] Dec 12 04:00:10.229 INFO O| Dec 12 04:00:10.229 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-12T04:00:10.685Z[ recovery-image] Dec 12 04:00:10.238 INFO O| Dec 12 04:00:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60852024-12-12T04:00:10.687Z[ recovery-image] Dec 12 04:00:10.238 INFO O| Dec 12 04:00:10.238 INFO STEP 595 (remove_files) COMPLETE
60862024-12-12T04:00:10.687Z[ recovery-image] Dec 12 04:00:10.238 INFO O| Dec 12 04:00:10.238 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-12T04:00:10.695Z[ recovery-image] Dec 12 04:00:10.248 INFO O| Dec 12 04:00:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
60882024-12-12T04:00:10.697Z[ recovery-image] Dec 12 04:00:10.248 INFO O| Dec 12 04:00:10.248 INFO STEP 596 (remove_files) COMPLETE
60892024-12-12T04:00:10.697Z[ recovery-image] Dec 12 04:00:10.248 INFO O| Dec 12 04:00:10.248 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-12T04:00:10.705Z[ recovery-image] Dec 12 04:00:10.258 INFO O| Dec 12 04:00:10.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
60912024-12-12T04:00:10.705Z[ recovery-image] Dec 12 04:00:10.258 INFO O| Dec 12 04:00:10.258 INFO STEP 597 (remove_files) COMPLETE
60922024-12-12T04:00:10.705Z[ recovery-image] Dec 12 04:00:10.258 INFO O| Dec 12 04:00:10.258 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-12T04:00:10.714Z[ recovery-image] Dec 12 04:00:10.267 INFO O| Dec 12 04:00:10.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
60942024-12-12T04:00:10.716Z[ recovery-image] Dec 12 04:00:10.268 INFO O| Dec 12 04:00:10.268 INFO STEP 598 (remove_files) COMPLETE
60952024-12-12T04:00:10.716Z[ recovery-image] Dec 12 04:00:10.268 INFO O| Dec 12 04:00:10.268 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-12T04:00:10.725Z[ recovery-image] Dec 12 04:00:10.278 INFO O| Dec 12 04:00:10.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
60972024-12-12T04:00:10.733Z[ recovery-image] Dec 12 04:00:10.278 INFO O| Dec 12 04:00:10.278 INFO STEP 599 (remove_files) COMPLETE
60982024-12-12T04:00:10.733Z[ recovery-image] Dec 12 04:00:10.278 INFO O| Dec 12 04:00:10.278 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-12T04:00:10.736Z[ recovery-image] Dec 12 04:00:10.289 INFO O| Dec 12 04:00:10.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61002024-12-12T04:00:10.736Z[ recovery-image] Dec 12 04:00:10.289 INFO O| Dec 12 04:00:10.289 INFO STEP 600 (remove_files) COMPLETE
61012024-12-12T04:00:10.736Z[ recovery-image] Dec 12 04:00:10.289 INFO O| Dec 12 04:00:10.289 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-12T04:00:10.742Z[ host-image] Dec 12 04:00:10.296 INFO O| Dec 12 04:00:10.296 INFO O| Planning: Evaluating mediators ... Done
61032024-12-12T04:00:10.745Z[ host-image] Dec 12 04:00:10.299 INFO O| Dec 12 04:00:10.299 INFO O| Planning: Planning completed in 2.85 seconds
61042024-12-12T04:00:10.748Z[ recovery-image] Dec 12 04:00:10.300 INFO O| Dec 12 04:00:10.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61052024-12-12T04:00:10.748Z[ recovery-image] Dec 12 04:00:10.300 INFO O| Dec 12 04:00:10.300 INFO STEP 601 (remove_files) COMPLETE
61062024-12-12T04:00:10.748Z[ recovery-image] Dec 12 04:00:10.300 INFO O| Dec 12 04:00:10.300 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-12T04:00:10.748Z[ host-image] Dec 12 04:00:10.301 INFO O| Dec 12 04:00:10.301 INFO O| Packages to install: 6
61082024-12-12T04:00:10.748Z[ host-image] Dec 12 04:00:10.301 INFO O| Dec 12 04:00:10.301 INFO O| Mediators to change: 1
61092024-12-12T04:00:10.748Z[ host-image] Dec 12 04:00:10.301 INFO O| Dec 12 04:00:10.301 INFO O| Services to change: 1
61102024-12-12T04:00:10.757Z[ recovery-image] Dec 12 04:00:10.310 INFO O| Dec 12 04:00:10.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61112024-12-12T04:00:10.757Z[ recovery-image] Dec 12 04:00:10.310 INFO O| Dec 12 04:00:10.310 INFO STEP 602 (remove_files) COMPLETE
61122024-12-12T04:00:10.759Z[ recovery-image] Dec 12 04:00:10.310 INFO O| Dec 12 04:00:10.310 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-12T04:00:10.762Z[ host-image] Dec 12 04:00:10.314 INFO O| Dec 12 04:00:10.314 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
61142024-12-12T04:00:10.767Z[ recovery-image] Dec 12 04:00:10.320 INFO O| Dec 12 04:00:10.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61152024-12-12T04:00:10.767Z[ recovery-image] Dec 12 04:00:10.320 INFO O| Dec 12 04:00:10.320 INFO STEP 603 (remove_files) COMPLETE
61162024-12-12T04:00:10.767Z[ recovery-image] Dec 12 04:00:10.320 INFO O| Dec 12 04:00:10.320 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-12T04:00:10.777Z[ recovery-image] Dec 12 04:00:10.331 INFO O| Dec 12 04:00:10.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61182024-12-12T04:00:10.777Z[ recovery-image] Dec 12 04:00:10.331 INFO O| Dec 12 04:00:10.331 INFO STEP 604 (remove_files) COMPLETE
61192024-12-12T04:00:10.780Z[ recovery-image] Dec 12 04:00:10.331 INFO O| Dec 12 04:00:10.331 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-12T04:00:10.788Z[ recovery-image] Dec 12 04:00:10.341 INFO O| Dec 12 04:00:10.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61212024-12-12T04:00:10.788Z[ recovery-image] Dec 12 04:00:10.341 INFO O| Dec 12 04:00:10.341 INFO STEP 605 (remove_files) COMPLETE
61222024-12-12T04:00:10.790Z[ recovery-image] Dec 12 04:00:10.341 INFO O| Dec 12 04:00:10.341 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-12T04:00:10.798Z[ recovery-image] Dec 12 04:00:10.351 INFO O| Dec 12 04:00:10.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61242024-12-12T04:00:10.798Z[ recovery-image] Dec 12 04:00:10.351 INFO O| Dec 12 04:00:10.351 INFO STEP 606 (remove_files) COMPLETE
61252024-12-12T04:00:10.798Z[ recovery-image] Dec 12 04:00:10.351 INFO O| Dec 12 04:00:10.351 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-12T04:00:10.808Z[ recovery-image] Dec 12 04:00:10.361 INFO O| Dec 12 04:00:10.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61272024-12-12T04:00:10.808Z[ recovery-image] Dec 12 04:00:10.361 INFO O| Dec 12 04:00:10.361 INFO STEP 607 (remove_files) COMPLETE
61282024-12-12T04:00:10.810Z[ recovery-image] Dec 12 04:00:10.361 INFO O| Dec 12 04:00:10.361 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-12T04:00:10.818Z[ recovery-image] Dec 12 04:00:10.371 INFO O| Dec 12 04:00:10.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61302024-12-12T04:00:10.818Z[ recovery-image] Dec 12 04:00:10.371 INFO O| Dec 12 04:00:10.371 INFO STEP 608 (remove_files) COMPLETE
61312024-12-12T04:00:10.820Z[ recovery-image] Dec 12 04:00:10.371 INFO O| Dec 12 04:00:10.371 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-12T04:00:10.828Z[ recovery-image] Dec 12 04:00:10.381 INFO O| Dec 12 04:00:10.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61332024-12-12T04:00:10.828Z[ recovery-image] Dec 12 04:00:10.381 INFO O| Dec 12 04:00:10.381 INFO STEP 609 (remove_files) COMPLETE
61342024-12-12T04:00:10.828Z[ recovery-image] Dec 12 04:00:10.381 INFO O| Dec 12 04:00:10.381 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-12T04:00:10.838Z[ recovery-image] Dec 12 04:00:10.391 INFO O| Dec 12 04:00:10.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61362024-12-12T04:00:10.838Z[ recovery-image] Dec 12 04:00:10.392 INFO O| Dec 12 04:00:10.392 INFO STEP 610 (remove_files) COMPLETE
61372024-12-12T04:00:10.841Z[ recovery-image] Dec 12 04:00:10.392 INFO O| Dec 12 04:00:10.392 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-12T04:00:10.849Z[ recovery-image] Dec 12 04:00:10.402 INFO O| Dec 12 04:00:10.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61392024-12-12T04:00:10.851Z[ recovery-image] Dec 12 04:00:10.402 INFO O| Dec 12 04:00:10.402 INFO STEP 611 (remove_files) COMPLETE
61402024-12-12T04:00:10.851Z[ recovery-image] Dec 12 04:00:10.402 INFO O| Dec 12 04:00:10.402 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-12T04:00:10.859Z[ recovery-image] Dec 12 04:00:10.412 INFO O| Dec 12 04:00:10.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61422024-12-12T04:00:10.859Z[ recovery-image] Dec 12 04:00:10.412 INFO O| Dec 12 04:00:10.412 INFO STEP 612 (remove_files) COMPLETE
61432024-12-12T04:00:10.861Z[ recovery-image] Dec 12 04:00:10.412 INFO O| Dec 12 04:00:10.412 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-12T04:00:10.869Z[ recovery-image] Dec 12 04:00:10.422 INFO O| Dec 12 04:00:10.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61452024-12-12T04:00:10.869Z[ recovery-image] Dec 12 04:00:10.422 INFO O| Dec 12 04:00:10.422 INFO STEP 613 (remove_files) COMPLETE
61462024-12-12T04:00:10.870Z[ recovery-image] Dec 12 04:00:10.423 INFO O| Dec 12 04:00:10.422 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-12T04:00:10.879Z[ recovery-image] Dec 12 04:00:10.432 INFO O| Dec 12 04:00:10.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61482024-12-12T04:00:10.879Z[ recovery-image] Dec 12 04:00:10.432 INFO O| Dec 12 04:00:10.432 INFO STEP 614 (remove_files) COMPLETE
61492024-12-12T04:00:10.879Z[ recovery-image] Dec 12 04:00:10.432 INFO O| Dec 12 04:00:10.432 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-12T04:00:10.889Z[ recovery-image] Dec 12 04:00:10.442 INFO O| Dec 12 04:00:10.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61512024-12-12T04:00:10.892Z[ recovery-image] Dec 12 04:00:10.443 INFO O| Dec 12 04:00:10.443 INFO STEP 615 (remove_files) COMPLETE
61522024-12-12T04:00:10.892Z[ recovery-image] Dec 12 04:00:10.443 INFO O| Dec 12 04:00:10.443 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-12T04:00:10.901Z[ recovery-image] Dec 12 04:00:10.455 INFO O| Dec 12 04:00:10.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61542024-12-12T04:00:10.904Z[ recovery-image] Dec 12 04:00:10.455 INFO O| Dec 12 04:00:10.455 INFO STEP 616 (remove_files) COMPLETE
61552024-12-12T04:00:10.904Z[ recovery-image] Dec 12 04:00:10.455 INFO O| Dec 12 04:00:10.455 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-12T04:00:10.912Z[ recovery-image] Dec 12 04:00:10.466 INFO O| Dec 12 04:00:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61572024-12-12T04:00:10.912Z[ recovery-image] Dec 12 04:00:10.466 INFO O| Dec 12 04:00:10.466 INFO STEP 617 (remove_files) COMPLETE
61582024-12-12T04:00:10.915Z[ recovery-image] Dec 12 04:00:10.466 INFO O| Dec 12 04:00:10.466 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-12T04:00:10.924Z[ recovery-image] Dec 12 04:00:10.476 INFO O| Dec 12 04:00:10.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61602024-12-12T04:00:10.926Z[ recovery-image] Dec 12 04:00:10.476 INFO O| Dec 12 04:00:10.476 INFO STEP 618 (remove_files) COMPLETE
61612024-12-12T04:00:10.926Z[ recovery-image] Dec 12 04:00:10.476 INFO O| Dec 12 04:00:10.476 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-12T04:00:10.933Z[ recovery-image] Dec 12 04:00:10.487 INFO O| Dec 12 04:00:10.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61632024-12-12T04:00:10.934Z[ recovery-image] Dec 12 04:00:10.487 INFO O| Dec 12 04:00:10.487 INFO STEP 619 (remove_files) COMPLETE
61642024-12-12T04:00:10.936Z[ recovery-image] Dec 12 04:00:10.487 INFO O| Dec 12 04:00:10.487 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-12T04:00:10.944Z[ recovery-image] Dec 12 04:00:10.497 INFO O| Dec 12 04:00:10.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61662024-12-12T04:00:10.948Z[ recovery-image] Dec 12 04:00:10.497 INFO O| Dec 12 04:00:10.497 INFO STEP 620 (remove_files) COMPLETE
61672024-12-12T04:00:10.948Z[ recovery-image] Dec 12 04:00:10.497 INFO O| Dec 12 04:00:10.497 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-12T04:00:10.954Z[ recovery-image] Dec 12 04:00:10.507 INFO O| Dec 12 04:00:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61692024-12-12T04:00:10.954Z[ recovery-image] Dec 12 04:00:10.507 INFO O| Dec 12 04:00:10.507 INFO STEP 621 (remove_files) COMPLETE
61702024-12-12T04:00:10.956Z[ recovery-image] Dec 12 04:00:10.507 INFO O| Dec 12 04:00:10.507 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-12T04:00:10.964Z[ recovery-image] Dec 12 04:00:10.517 INFO O| Dec 12 04:00:10.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61722024-12-12T04:00:10.964Z[ recovery-image] Dec 12 04:00:10.517 INFO O| Dec 12 04:00:10.517 INFO STEP 622 (remove_files) COMPLETE
61732024-12-12T04:00:10.967Z[ recovery-image] Dec 12 04:00:10.517 INFO O| Dec 12 04:00:10.517 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-12T04:00:10.974Z[ recovery-image] Dec 12 04:00:10.527 INFO O| Dec 12 04:00:10.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61752024-12-12T04:00:10.974Z[ recovery-image] Dec 12 04:00:10.527 INFO O| Dec 12 04:00:10.527 INFO STEP 623 (remove_files) COMPLETE
61762024-12-12T04:00:10.974Z[ recovery-image] Dec 12 04:00:10.527 INFO O| Dec 12 04:00:10.527 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-12T04:00:10.984Z[ recovery-image] Dec 12 04:00:10.537 INFO O| Dec 12 04:00:10.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61782024-12-12T04:00:10.984Z[ recovery-image] Dec 12 04:00:10.537 INFO O| Dec 12 04:00:10.537 INFO STEP 624 (remove_files) COMPLETE
61792024-12-12T04:00:10.987Z[ recovery-image] Dec 12 04:00:10.537 INFO O| Dec 12 04:00:10.537 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-12T04:00:10.995Z[ recovery-image] Dec 12 04:00:10.548 INFO O| Dec 12 04:00:10.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
61812024-12-12T04:00:10.995Z[ recovery-image] Dec 12 04:00:10.548 INFO O| Dec 12 04:00:10.548 INFO STEP 625 (remove_files) COMPLETE
61822024-12-12T04:00:10.998Z[ recovery-image] Dec 12 04:00:10.548 INFO O| Dec 12 04:00:10.548 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-12T04:00:11.005Z[ recovery-image] Dec 12 04:00:10.559 INFO O| Dec 12 04:00:10.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61842024-12-12T04:00:11.008Z[ recovery-image] Dec 12 04:00:10.559 INFO O| Dec 12 04:00:10.559 INFO STEP 626 (remove_files) COMPLETE
61852024-12-12T04:00:11.008Z[ recovery-image] Dec 12 04:00:10.559 INFO O| Dec 12 04:00:10.559 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-12T04:00:11.016Z[ recovery-image] Dec 12 04:00:10.569 INFO O| Dec 12 04:00:10.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61872024-12-12T04:00:11.018Z[ recovery-image] Dec 12 04:00:10.569 INFO O| Dec 12 04:00:10.569 INFO STEP 627 (remove_files) COMPLETE
61882024-12-12T04:00:11.018Z[ recovery-image] Dec 12 04:00:10.569 INFO O| Dec 12 04:00:10.569 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-12T04:00:11.027Z[ recovery-image] Dec 12 04:00:10.579 INFO O| Dec 12 04:00:10.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61902024-12-12T04:00:11.027Z[ recovery-image] Dec 12 04:00:10.579 INFO O| Dec 12 04:00:10.579 INFO STEP 628 (remove_files) COMPLETE
61912024-12-12T04:00:11.029Z[ recovery-image] Dec 12 04:00:10.579 INFO O| Dec 12 04:00:10.579 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-12T04:00:11.036Z[ recovery-image] Dec 12 04:00:10.590 INFO O| Dec 12 04:00:10.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61932024-12-12T04:00:11.036Z[ recovery-image] Dec 12 04:00:10.590 INFO O| Dec 12 04:00:10.590 INFO STEP 629 (remove_files) COMPLETE
61942024-12-12T04:00:11.039Z[ recovery-image] Dec 12 04:00:10.590 INFO O| Dec 12 04:00:10.590 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-12T04:00:11.047Z[ recovery-image] Dec 12 04:00:10.600 INFO O| Dec 12 04:00:10.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61962024-12-12T04:00:11.047Z[ recovery-image] Dec 12 04:00:10.600 INFO O| Dec 12 04:00:10.600 INFO STEP 630 (remove_files) COMPLETE
61972024-12-12T04:00:11.047Z[ recovery-image] Dec 12 04:00:10.600 INFO O| Dec 12 04:00:10.600 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-12T04:00:11.057Z[ recovery-image] Dec 12 04:00:10.610 INFO O| Dec 12 04:00:10.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
61992024-12-12T04:00:11.057Z[ recovery-image] Dec 12 04:00:10.610 INFO O| Dec 12 04:00:10.610 INFO STEP 631 (remove_files) COMPLETE
62002024-12-12T04:00:11.060Z[ recovery-image] Dec 12 04:00:10.610 INFO O| Dec 12 04:00:10.610 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-12T04:00:11.067Z[ recovery-image] Dec 12 04:00:10.621 INFO O| Dec 12 04:00:10.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62022024-12-12T04:00:11.070Z[ recovery-image] Dec 12 04:00:10.621 INFO O| Dec 12 04:00:10.621 INFO STEP 632 (remove_files) COMPLETE
62032024-12-12T04:00:11.070Z[ recovery-image] Dec 12 04:00:10.621 INFO O| Dec 12 04:00:10.621 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-12T04:00:11.077Z[ recovery-image] Dec 12 04:00:10.630 INFO O| Dec 12 04:00:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62052024-12-12T04:00:11.077Z[ recovery-image] Dec 12 04:00:10.631 INFO O| Dec 12 04:00:10.631 INFO STEP 633 (remove_files) COMPLETE
62062024-12-12T04:00:11.079Z[ recovery-image] Dec 12 04:00:10.631 INFO O| Dec 12 04:00:10.631 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-12T04:00:11.087Z[ recovery-image] Dec 12 04:00:10.640 INFO O| Dec 12 04:00:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62082024-12-12T04:00:11.089Z[ recovery-image] Dec 12 04:00:10.640 INFO O| Dec 12 04:00:10.640 INFO STEP 634 (remove_files) COMPLETE
62092024-12-12T04:00:11.089Z[ recovery-image] Dec 12 04:00:10.640 INFO O| Dec 12 04:00:10.640 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-12T04:00:11.097Z[ recovery-image] Dec 12 04:00:10.650 INFO O| Dec 12 04:00:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62112024-12-12T04:00:11.097Z[ recovery-image] Dec 12 04:00:10.650 INFO O| Dec 12 04:00:10.650 INFO STEP 635 (remove_files) COMPLETE
62122024-12-12T04:00:11.099Z[ recovery-image] Dec 12 04:00:10.650 INFO O| Dec 12 04:00:10.650 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-12T04:00:11.108Z[ recovery-image] Dec 12 04:00:10.660 INFO O| Dec 12 04:00:10.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62142024-12-12T04:00:11.108Z[ recovery-image] Dec 12 04:00:10.660 INFO O| Dec 12 04:00:10.660 INFO STEP 636 (remove_files) COMPLETE
62152024-12-12T04:00:11.111Z[ recovery-image] Dec 12 04:00:10.660 INFO O| Dec 12 04:00:10.660 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-12T04:00:11.117Z[ recovery-image] Dec 12 04:00:10.670 INFO O| Dec 12 04:00:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62172024-12-12T04:00:11.119Z[ recovery-image] Dec 12 04:00:10.670 INFO O| Dec 12 04:00:10.670 INFO STEP 637 (remove_files) COMPLETE
62182024-12-12T04:00:11.119Z[ recovery-image] Dec 12 04:00:10.670 INFO O| Dec 12 04:00:10.670 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-12T04:00:11.126Z[ recovery-image] Dec 12 04:00:10.680 INFO O| Dec 12 04:00:10.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62202024-12-12T04:00:11.126Z[ recovery-image] Dec 12 04:00:10.680 INFO O| Dec 12 04:00:10.680 INFO STEP 638 (remove_files) COMPLETE
62212024-12-12T04:00:11.129Z[ recovery-image] Dec 12 04:00:10.680 INFO O| Dec 12 04:00:10.680 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-12T04:00:11.136Z[ recovery-image] Dec 12 04:00:10.689 INFO O| Dec 12 04:00:10.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62232024-12-12T04:00:11.136Z[ recovery-image] Dec 12 04:00:10.689 INFO O| Dec 12 04:00:10.689 INFO STEP 639 (remove_files) COMPLETE
62242024-12-12T04:00:11.136Z[ recovery-image] Dec 12 04:00:10.689 INFO O| Dec 12 04:00:10.689 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-12T04:00:11.146Z[ recovery-image] Dec 12 04:00:10.699 INFO O| Dec 12 04:00:10.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62262024-12-12T04:00:11.146Z[ recovery-image] Dec 12 04:00:10.699 INFO O| Dec 12 04:00:10.699 INFO STEP 640 (remove_files) COMPLETE
62272024-12-12T04:00:11.146Z[ recovery-image] Dec 12 04:00:10.699 INFO O| Dec 12 04:00:10.699 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-12T04:00:11.156Z[ recovery-image] Dec 12 04:00:10.709 INFO O| Dec 12 04:00:10.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62292024-12-12T04:00:11.156Z[ recovery-image] Dec 12 04:00:10.709 INFO O| Dec 12 04:00:10.709 INFO STEP 641 (remove_files) COMPLETE
62302024-12-12T04:00:11.158Z[ recovery-image] Dec 12 04:00:10.709 INFO O| Dec 12 04:00:10.709 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-12T04:00:11.165Z[ recovery-image] Dec 12 04:00:10.719 INFO O| Dec 12 04:00:10.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62322024-12-12T04:00:11.168Z[ recovery-image] Dec 12 04:00:10.719 INFO O| Dec 12 04:00:10.719 INFO STEP 642 (remove_files) COMPLETE
62332024-12-12T04:00:11.168Z[ recovery-image] Dec 12 04:00:10.719 INFO O| Dec 12 04:00:10.719 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-12T04:00:11.175Z[ recovery-image] Dec 12 04:00:10.729 INFO O| Dec 12 04:00:10.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62352024-12-12T04:00:11.175Z[ recovery-image] Dec 12 04:00:10.729 INFO O| Dec 12 04:00:10.729 INFO STEP 643 (remove_files) COMPLETE
62362024-12-12T04:00:11.178Z[ recovery-image] Dec 12 04:00:10.729 INFO O| Dec 12 04:00:10.729 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-12T04:00:11.185Z[ recovery-image] Dec 12 04:00:10.738 INFO O| Dec 12 04:00:10.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62382024-12-12T04:00:11.185Z[ recovery-image] Dec 12 04:00:10.738 INFO O| Dec 12 04:00:10.738 INFO STEP 644 (remove_files) COMPLETE
62392024-12-12T04:00:11.185Z[ recovery-image] Dec 12 04:00:10.738 INFO O| Dec 12 04:00:10.738 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-12T04:00:11.195Z[ recovery-image] Dec 12 04:00:10.748 INFO O| Dec 12 04:00:10.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62412024-12-12T04:00:11.195Z[ recovery-image] Dec 12 04:00:10.749 INFO O| Dec 12 04:00:10.749 INFO STEP 645 (remove_files) COMPLETE
62422024-12-12T04:00:11.195Z[ recovery-image] Dec 12 04:00:10.749 INFO O| Dec 12 04:00:10.749 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-12T04:00:11.205Z[ recovery-image] Dec 12 04:00:10.758 INFO O| Dec 12 04:00:10.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62442024-12-12T04:00:11.209Z[ recovery-image] Dec 12 04:00:10.758 INFO O| Dec 12 04:00:10.758 INFO STEP 646 (remove_files) COMPLETE
62452024-12-12T04:00:11.209Z[ recovery-image] Dec 12 04:00:10.758 INFO O| Dec 12 04:00:10.758 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-12T04:00:11.215Z[ recovery-image] Dec 12 04:00:10.769 INFO O| Dec 12 04:00:10.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62472024-12-12T04:00:11.215Z[ recovery-image] Dec 12 04:00:10.769 INFO O| Dec 12 04:00:10.769 INFO STEP 647 (remove_files) COMPLETE
62482024-12-12T04:00:11.218Z[ recovery-image] Dec 12 04:00:10.769 INFO O| Dec 12 04:00:10.769 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-12T04:00:11.225Z[ recovery-image] Dec 12 04:00:10.779 INFO O| Dec 12 04:00:10.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62502024-12-12T04:00:11.225Z[ recovery-image] Dec 12 04:00:10.779 INFO O| Dec 12 04:00:10.779 INFO STEP 648 (remove_files) COMPLETE
62512024-12-12T04:00:11.228Z[ recovery-image] Dec 12 04:00:10.779 INFO O| Dec 12 04:00:10.779 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-12T04:00:11.235Z[ recovery-image] Dec 12 04:00:10.788 INFO O| Dec 12 04:00:10.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62532024-12-12T04:00:11.235Z[ recovery-image] Dec 12 04:00:10.788 INFO O| Dec 12 04:00:10.788 INFO STEP 649 (remove_files) COMPLETE
62542024-12-12T04:00:11.238Z[ recovery-image] Dec 12 04:00:10.788 INFO O| Dec 12 04:00:10.788 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-12T04:00:11.244Z[ recovery-image] Dec 12 04:00:10.798 INFO O| Dec 12 04:00:10.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62562024-12-12T04:00:11.247Z[ recovery-image] Dec 12 04:00:10.798 INFO O| Dec 12 04:00:10.798 INFO STEP 650 (remove_files) COMPLETE
62572024-12-12T04:00:11.247Z[ recovery-image] Dec 12 04:00:10.798 INFO O| Dec 12 04:00:10.798 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-12T04:00:11.254Z[ recovery-image] Dec 12 04:00:10.807 INFO O| Dec 12 04:00:10.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62592024-12-12T04:00:11.255Z[ recovery-image] Dec 12 04:00:10.807 INFO O| Dec 12 04:00:10.807 INFO STEP 651 (remove_files) COMPLETE
62602024-12-12T04:00:11.258Z[ recovery-image] Dec 12 04:00:10.807 INFO O| Dec 12 04:00:10.807 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-12T04:00:11.263Z[ recovery-image] Dec 12 04:00:10.817 INFO O| Dec 12 04:00:10.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62622024-12-12T04:00:11.263Z[ recovery-image] Dec 12 04:00:10.817 INFO O| Dec 12 04:00:10.817 INFO STEP 652 (remove_files) COMPLETE
62632024-12-12T04:00:11.263Z[ recovery-image] Dec 12 04:00:10.817 INFO O| Dec 12 04:00:10.817 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-12T04:00:11.273Z[ recovery-image] Dec 12 04:00:10.826 INFO O| Dec 12 04:00:10.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62652024-12-12T04:00:11.273Z[ recovery-image] Dec 12 04:00:10.826 INFO O| Dec 12 04:00:10.826 INFO STEP 653 (remove_files) COMPLETE
62662024-12-12T04:00:11.273Z[ recovery-image] Dec 12 04:00:10.826 INFO O| Dec 12 04:00:10.826 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-12T04:00:11.282Z[ recovery-image] Dec 12 04:00:10.836 INFO O| Dec 12 04:00:10.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62682024-12-12T04:00:11.285Z[ recovery-image] Dec 12 04:00:10.836 INFO O| Dec 12 04:00:10.836 INFO STEP 654 (remove_files) COMPLETE
62692024-12-12T04:00:11.285Z[ recovery-image] Dec 12 04:00:10.836 INFO O| Dec 12 04:00:10.836 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-12T04:00:11.292Z[ recovery-image] Dec 12 04:00:10.846 INFO O| Dec 12 04:00:10.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62712024-12-12T04:00:11.292Z[ recovery-image] Dec 12 04:00:10.846 INFO O| Dec 12 04:00:10.846 INFO STEP 655 (remove_files) COMPLETE
62722024-12-12T04:00:11.295Z[ recovery-image] Dec 12 04:00:10.846 INFO O| Dec 12 04:00:10.846 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-12T04:00:11.302Z[ recovery-image] Dec 12 04:00:10.855 INFO O| Dec 12 04:00:10.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62742024-12-12T04:00:11.302Z[ recovery-image] Dec 12 04:00:10.855 INFO O| Dec 12 04:00:10.855 INFO STEP 656 (remove_files) COMPLETE
62752024-12-12T04:00:11.305Z[ recovery-image] Dec 12 04:00:10.855 INFO O| Dec 12 04:00:10.855 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-12T04:00:11.312Z[ recovery-image] Dec 12 04:00:10.865 INFO O| Dec 12 04:00:10.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62772024-12-12T04:00:11.314Z[ recovery-image] Dec 12 04:00:10.865 INFO O| Dec 12 04:00:10.865 INFO STEP 657 (remove_files) COMPLETE
62782024-12-12T04:00:11.314Z[ recovery-image] Dec 12 04:00:10.865 INFO O| Dec 12 04:00:10.865 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-12T04:00:11.323Z[ recovery-image] Dec 12 04:00:10.876 INFO O| Dec 12 04:00:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62802024-12-12T04:00:11.325Z[ recovery-image] Dec 12 04:00:10.877 INFO O| Dec 12 04:00:10.876 INFO STEP 658 (remove_files) COMPLETE
62812024-12-12T04:00:11.325Z[ recovery-image] Dec 12 04:00:10.877 INFO O| Dec 12 04:00:10.876 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-12T04:00:11.333Z[ recovery-image] Dec 12 04:00:10.887 INFO O| Dec 12 04:00:10.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62832024-12-12T04:00:11.333Z[ recovery-image] Dec 12 04:00:10.887 INFO O| Dec 12 04:00:10.887 INFO STEP 659 (remove_files) COMPLETE
62842024-12-12T04:00:11.333Z[ recovery-image] Dec 12 04:00:10.887 INFO O| Dec 12 04:00:10.887 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-12T04:00:11.343Z[ recovery-image] Dec 12 04:00:10.897 INFO O| Dec 12 04:00:10.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62862024-12-12T04:00:11.343Z[ recovery-image] Dec 12 04:00:10.897 INFO O| Dec 12 04:00:10.897 INFO STEP 660 (remove_files) COMPLETE
62872024-12-12T04:00:11.343Z[ recovery-image] Dec 12 04:00:10.897 INFO O| Dec 12 04:00:10.897 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-12T04:00:11.353Z[ recovery-image] Dec 12 04:00:10.906 INFO O| Dec 12 04:00:10.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62892024-12-12T04:00:11.353Z[ recovery-image] Dec 12 04:00:10.906 INFO O| Dec 12 04:00:10.906 INFO STEP 661 (remove_files) COMPLETE
62902024-12-12T04:00:11.353Z[ recovery-image] Dec 12 04:00:10.907 INFO O| Dec 12 04:00:10.906 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-12T04:00:11.363Z[ recovery-image] Dec 12 04:00:10.916 INFO O| Dec 12 04:00:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62922024-12-12T04:00:11.363Z[ recovery-image] Dec 12 04:00:10.917 INFO O| Dec 12 04:00:10.917 INFO STEP 662 (remove_files) COMPLETE
62932024-12-12T04:00:11.363Z[ recovery-image] Dec 12 04:00:10.917 INFO O| Dec 12 04:00:10.917 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-12T04:00:11.373Z[ recovery-image] Dec 12 04:00:10.926 INFO O| Dec 12 04:00:10.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
62952024-12-12T04:00:11.373Z[ recovery-image] Dec 12 04:00:10.926 INFO O| Dec 12 04:00:10.926 INFO STEP 663 (remove_files) COMPLETE
62962024-12-12T04:00:11.373Z[ recovery-image] Dec 12 04:00:10.926 INFO O| Dec 12 04:00:10.926 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-12T04:00:11.383Z[ recovery-image] Dec 12 04:00:10.937 INFO O| Dec 12 04:00:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
62982024-12-12T04:00:11.384Z[ recovery-image] Dec 12 04:00:10.937 INFO O| Dec 12 04:00:10.937 INFO STEP 664 (remove_files) COMPLETE
62992024-12-12T04:00:11.384Z[ recovery-image] Dec 12 04:00:10.937 INFO O| Dec 12 04:00:10.937 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-12T04:00:11.394Z[ recovery-image] Dec 12 04:00:10.947 INFO O| Dec 12 04:00:10.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63012024-12-12T04:00:11.394Z[ recovery-image] Dec 12 04:00:10.947 INFO O| Dec 12 04:00:10.947 INFO STEP 665 (remove_files) COMPLETE
63022024-12-12T04:00:11.394Z[ recovery-image] Dec 12 04:00:10.947 INFO O| Dec 12 04:00:10.947 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-12T04:00:11.404Z[ recovery-image] Dec 12 04:00:10.957 INFO O| Dec 12 04:00:10.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63042024-12-12T04:00:11.404Z[ recovery-image] Dec 12 04:00:10.957 INFO O| Dec 12 04:00:10.957 INFO STEP 666 (remove_files) COMPLETE
63052024-12-12T04:00:11.404Z[ recovery-image] Dec 12 04:00:10.957 INFO O| Dec 12 04:00:10.957 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-12T04:00:11.415Z[ recovery-image] Dec 12 04:00:10.966 INFO O| Dec 12 04:00:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63072024-12-12T04:00:11.415Z[ recovery-image] Dec 12 04:00:10.966 INFO O| Dec 12 04:00:10.966 INFO STEP 667 (remove_files) COMPLETE
63082024-12-12T04:00:11.419Z[ recovery-image] Dec 12 04:00:10.966 INFO O| Dec 12 04:00:10.966 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-12T04:00:11.423Z[ recovery-image] Dec 12 04:00:10.976 INFO O| Dec 12 04:00:10.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63102024-12-12T04:00:11.423Z[ recovery-image] Dec 12 04:00:10.976 INFO O| Dec 12 04:00:10.976 INFO STEP 668 (remove_files) COMPLETE
63112024-12-12T04:00:11.425Z[ recovery-image] Dec 12 04:00:10.976 INFO O| Dec 12 04:00:10.976 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-12T04:00:11.432Z[ recovery-image] Dec 12 04:00:10.985 INFO O| Dec 12 04:00:10.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63132024-12-12T04:00:11.435Z[ recovery-image] Dec 12 04:00:10.985 INFO O| Dec 12 04:00:10.985 INFO STEP 669 (remove_files) COMPLETE
63142024-12-12T04:00:11.435Z[ recovery-image] Dec 12 04:00:10.985 INFO O| Dec 12 04:00:10.985 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-12T04:00:11.442Z[ recovery-image] Dec 12 04:00:10.995 INFO O| Dec 12 04:00:10.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63162024-12-12T04:00:11.442Z[ recovery-image] Dec 12 04:00:10.995 INFO O| Dec 12 04:00:10.995 INFO STEP 670 (remove_files) COMPLETE
63172024-12-12T04:00:11.444Z[ recovery-image] Dec 12 04:00:10.995 INFO O| Dec 12 04:00:10.995 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-12T04:00:11.451Z[ recovery-image] Dec 12 04:00:11.004 INFO O| Dec 12 04:00:11.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63192024-12-12T04:00:11.451Z[ recovery-image] Dec 12 04:00:11.005 INFO O| Dec 12 04:00:11.005 INFO STEP 671 (remove_files) COMPLETE
63202024-12-12T04:00:11.454Z[ recovery-image] Dec 12 04:00:11.005 INFO O| Dec 12 04:00:11.005 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-12T04:00:11.461Z[ recovery-image] Dec 12 04:00:11.014 INFO O| Dec 12 04:00:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63222024-12-12T04:00:11.465Z[ recovery-image] Dec 12 04:00:11.014 INFO O| Dec 12 04:00:11.014 INFO STEP 672 (remove_files) COMPLETE
63232024-12-12T04:00:11.465Z[ recovery-image] Dec 12 04:00:11.014 INFO O| Dec 12 04:00:11.014 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-12T04:00:11.470Z[ recovery-image] Dec 12 04:00:11.024 INFO O| Dec 12 04:00:11.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63252024-12-12T04:00:11.473Z[ recovery-image] Dec 12 04:00:11.024 INFO O| Dec 12 04:00:11.024 INFO STEP 673 (remove_files) COMPLETE
63262024-12-12T04:00:11.473Z[ recovery-image] Dec 12 04:00:11.024 INFO O| Dec 12 04:00:11.024 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-12T04:00:11.480Z[ recovery-image] Dec 12 04:00:11.033 INFO O| Dec 12 04:00:11.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63282024-12-12T04:00:11.482Z[ recovery-image] Dec 12 04:00:11.034 INFO O| Dec 12 04:00:11.034 INFO STEP 674 (remove_files) COMPLETE
63292024-12-12T04:00:11.482Z[ recovery-image] Dec 12 04:00:11.034 INFO O| Dec 12 04:00:11.034 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-12T04:00:11.490Z[ recovery-image] Dec 12 04:00:11.043 INFO O| Dec 12 04:00:11.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63312024-12-12T04:00:11.493Z[ recovery-image] Dec 12 04:00:11.044 INFO O| Dec 12 04:00:11.043 INFO STEP 675 (remove_files) COMPLETE
63322024-12-12T04:00:11.493Z[ recovery-image] Dec 12 04:00:11.044 INFO O| Dec 12 04:00:11.044 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-12T04:00:11.500Z[ recovery-image] Dec 12 04:00:11.053 INFO O| Dec 12 04:00:11.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63342024-12-12T04:00:11.500Z[ recovery-image] Dec 12 04:00:11.053 INFO O| Dec 12 04:00:11.053 INFO STEP 676 (remove_files) COMPLETE
63352024-12-12T04:00:11.502Z[ recovery-image] Dec 12 04:00:11.053 INFO O| Dec 12 04:00:11.053 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-12T04:00:11.509Z[ recovery-image] Dec 12 04:00:11.062 INFO O| Dec 12 04:00:11.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63372024-12-12T04:00:11.509Z[ recovery-image] Dec 12 04:00:11.063 INFO O| Dec 12 04:00:11.063 INFO STEP 677 (remove_files) COMPLETE
63382024-12-12T04:00:11.509Z[ recovery-image] Dec 12 04:00:11.063 INFO O| Dec 12 04:00:11.063 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-12T04:00:11.519Z[ recovery-image] Dec 12 04:00:11.072 INFO O| Dec 12 04:00:11.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63402024-12-12T04:00:11.519Z[ recovery-image] Dec 12 04:00:11.072 INFO O| Dec 12 04:00:11.072 INFO STEP 678 (remove_files) COMPLETE
63412024-12-12T04:00:11.519Z[ recovery-image] Dec 12 04:00:11.072 INFO O| Dec 12 04:00:11.072 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-12-12T04:00:11.529Z[ recovery-image] Dec 12 04:00:11.081 INFO O| Dec 12 04:00:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63432024-12-12T04:00:11.529Z[ recovery-image] Dec 12 04:00:11.081 INFO O| Dec 12 04:00:11.081 INFO STEP 679 (remove_files) COMPLETE
63442024-12-12T04:00:11.532Z[ recovery-image] Dec 12 04:00:11.081 INFO O| Dec 12 04:00:11.081 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-12T04:00:11.537Z[ recovery-image] Dec 12 04:00:11.091 INFO O| Dec 12 04:00:11.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63462024-12-12T04:00:11.537Z[ recovery-image] Dec 12 04:00:11.091 INFO O| Dec 12 04:00:11.091 INFO STEP 680 (remove_files) COMPLETE
63472024-12-12T04:00:11.540Z[ recovery-image] Dec 12 04:00:11.091 INFO O| Dec 12 04:00:11.091 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-12T04:00:11.547Z[ recovery-image] Dec 12 04:00:11.100 INFO O| Dec 12 04:00:11.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63492024-12-12T04:00:11.547Z[ recovery-image] Dec 12 04:00:11.100 INFO O| Dec 12 04:00:11.100 INFO STEP 681 (remove_files) COMPLETE
63502024-12-12T04:00:11.549Z[ recovery-image] Dec 12 04:00:11.100 INFO O| Dec 12 04:00:11.100 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-12T04:00:11.556Z[ recovery-image] Dec 12 04:00:11.109 INFO O| Dec 12 04:00:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63522024-12-12T04:00:11.556Z[ recovery-image] Dec 12 04:00:11.110 INFO O| Dec 12 04:00:11.110 INFO STEP 682 (remove_files) COMPLETE
63532024-12-12T04:00:11.558Z[ recovery-image] Dec 12 04:00:11.110 INFO O| Dec 12 04:00:11.110 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-12T04:00:11.566Z[ recovery-image] Dec 12 04:00:11.119 INFO O| Dec 12 04:00:11.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63552024-12-12T04:00:11.568Z[ recovery-image] Dec 12 04:00:11.119 INFO O| Dec 12 04:00:11.119 INFO STEP 683 (remove_files) COMPLETE
63562024-12-12T04:00:11.568Z[ recovery-image] Dec 12 04:00:11.119 INFO O| Dec 12 04:00:11.119 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-12-12T04:00:11.575Z[ recovery-image] Dec 12 04:00:11.128 INFO O| Dec 12 04:00:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63582024-12-12T04:00:11.578Z[ recovery-image] Dec 12 04:00:11.129 INFO O| Dec 12 04:00:11.129 INFO STEP 684 (remove_files) COMPLETE
63592024-12-12T04:00:11.578Z[ recovery-image] Dec 12 04:00:11.129 INFO O| Dec 12 04:00:11.129 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-12-12T04:00:11.585Z[ recovery-image] Dec 12 04:00:11.138 INFO O| Dec 12 04:00:11.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63612024-12-12T04:00:11.585Z[ recovery-image] Dec 12 04:00:11.138 INFO O| Dec 12 04:00:11.138 INFO STEP 685 (remove_files) COMPLETE
63622024-12-12T04:00:11.586Z[ recovery-image] Dec 12 04:00:11.138 INFO O| Dec 12 04:00:11.138 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-12-12T04:00:11.594Z[ recovery-image] Dec 12 04:00:11.147 INFO O| Dec 12 04:00:11.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63642024-12-12T04:00:11.597Z[ recovery-image] Dec 12 04:00:11.147 INFO O| Dec 12 04:00:11.147 INFO STEP 686 (remove_files) COMPLETE
63652024-12-12T04:00:11.597Z[ recovery-image] Dec 12 04:00:11.147 INFO O| Dec 12 04:00:11.147 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-12-12T04:00:11.603Z[ recovery-image] Dec 12 04:00:11.157 INFO O| Dec 12 04:00:11.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63672024-12-12T04:00:11.603Z[ recovery-image] Dec 12 04:00:11.157 INFO O| Dec 12 04:00:11.157 INFO STEP 687 (remove_files) COMPLETE
63682024-12-12T04:00:11.603Z[ recovery-image] Dec 12 04:00:11.157 INFO O| Dec 12 04:00:11.157 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-12-12T04:00:11.613Z[ recovery-image] Dec 12 04:00:11.166 INFO O| Dec 12 04:00:11.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63702024-12-12T04:00:11.613Z[ recovery-image] Dec 12 04:00:11.166 INFO O| Dec 12 04:00:11.166 INFO STEP 688 (remove_files) COMPLETE
63712024-12-12T04:00:11.616Z[ recovery-image] Dec 12 04:00:11.166 INFO O| Dec 12 04:00:11.166 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-12-12T04:00:11.623Z[ recovery-image] Dec 12 04:00:11.176 INFO O| Dec 12 04:00:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63732024-12-12T04:00:11.623Z[ recovery-image] Dec 12 04:00:11.176 INFO O| Dec 12 04:00:11.176 INFO STEP 689 (remove_files) COMPLETE
63742024-12-12T04:00:11.623Z[ recovery-image] Dec 12 04:00:11.176 INFO O| Dec 12 04:00:11.176 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-12-12T04:00:11.633Z[ recovery-image] Dec 12 04:00:11.186 INFO O| Dec 12 04:00:11.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63762024-12-12T04:00:11.633Z[ recovery-image] Dec 12 04:00:11.186 INFO O| Dec 12 04:00:11.186 INFO STEP 690 (remove_files) COMPLETE
63772024-12-12T04:00:11.635Z[ recovery-image] Dec 12 04:00:11.186 INFO O| Dec 12 04:00:11.186 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-12-12T04:00:11.642Z[ recovery-image] Dec 12 04:00:11.196 INFO O| Dec 12 04:00:11.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63792024-12-12T04:00:11.642Z[ recovery-image] Dec 12 04:00:11.196 INFO O| Dec 12 04:00:11.196 INFO STEP 691 (remove_files) COMPLETE
63802024-12-12T04:00:11.645Z[ recovery-image] Dec 12 04:00:11.196 INFO O| Dec 12 04:00:11.196 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-12-12T04:00:11.652Z[ recovery-image] Dec 12 04:00:11.205 INFO O| Dec 12 04:00:11.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63822024-12-12T04:00:11.652Z[ recovery-image] Dec 12 04:00:11.205 INFO O| Dec 12 04:00:11.205 INFO STEP 692 (remove_files) COMPLETE
63832024-12-12T04:00:11.655Z[ recovery-image] Dec 12 04:00:11.205 INFO O| Dec 12 04:00:11.205 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-12-12T04:00:11.661Z[ recovery-image] Dec 12 04:00:11.215 INFO O| Dec 12 04:00:11.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63852024-12-12T04:00:11.661Z[ recovery-image] Dec 12 04:00:11.215 INFO O| Dec 12 04:00:11.215 INFO STEP 693 (remove_files) COMPLETE
63862024-12-12T04:00:11.661Z[ recovery-image] Dec 12 04:00:11.215 INFO O| Dec 12 04:00:11.215 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-12-12T04:00:11.671Z[ recovery-image] Dec 12 04:00:11.224 INFO O| Dec 12 04:00:11.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
63882024-12-12T04:00:11.671Z[ recovery-image] Dec 12 04:00:11.224 INFO O| Dec 12 04:00:11.224 INFO STEP 694 (remove_files) COMPLETE
63892024-12-12T04:00:11.674Z[ recovery-image] Dec 12 04:00:11.224 INFO O| Dec 12 04:00:11.224 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-12-12T04:00:11.680Z[ recovery-image] Dec 12 04:00:11.234 INFO O| Dec 12 04:00:11.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
63912024-12-12T04:00:11.680Z[ recovery-image] Dec 12 04:00:11.234 INFO O| Dec 12 04:00:11.234 INFO STEP 695 (remove_files) COMPLETE
63922024-12-12T04:00:11.682Z[ recovery-image] Dec 12 04:00:11.234 INFO O| Dec 12 04:00:11.234 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-12-12T04:00:11.690Z[ recovery-image] Dec 12 04:00:11.243 INFO O| Dec 12 04:00:11.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
63942024-12-12T04:00:11.690Z[ recovery-image] Dec 12 04:00:11.243 INFO O| Dec 12 04:00:11.243 INFO STEP 696 (remove_files) COMPLETE
63952024-12-12T04:00:11.692Z[ recovery-image] Dec 12 04:00:11.243 INFO O| Dec 12 04:00:11.243 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-12-12T04:00:11.699Z[ recovery-image] Dec 12 04:00:11.253 INFO O| Dec 12 04:00:11.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
63972024-12-12T04:00:11.699Z[ recovery-image] Dec 12 04:00:11.253 INFO O| Dec 12 04:00:11.253 INFO STEP 697 (remove_files) COMPLETE
63982024-12-12T04:00:11.701Z[ recovery-image] Dec 12 04:00:11.253 INFO O| Dec 12 04:00:11.253 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-12-12T04:00:11.709Z[ recovery-image] Dec 12 04:00:11.262 INFO O| Dec 12 04:00:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64002024-12-12T04:00:11.709Z[ recovery-image] Dec 12 04:00:11.262 INFO O| Dec 12 04:00:11.262 INFO STEP 698 (remove_files) COMPLETE
64012024-12-12T04:00:11.709Z[ recovery-image] Dec 12 04:00:11.262 INFO O| Dec 12 04:00:11.262 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-12-12T04:00:11.719Z[ recovery-image] Dec 12 04:00:11.272 INFO O| Dec 12 04:00:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64032024-12-12T04:00:11.719Z[ recovery-image] Dec 12 04:00:11.272 INFO O| Dec 12 04:00:11.272 INFO STEP 699 (remove_files) COMPLETE
64042024-12-12T04:00:11.721Z[ recovery-image] Dec 12 04:00:11.272 INFO O| Dec 12 04:00:11.272 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-12-12T04:00:11.728Z[ recovery-image] Dec 12 04:00:11.281 INFO O| Dec 12 04:00:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64062024-12-12T04:00:11.728Z[ recovery-image] Dec 12 04:00:11.281 INFO O| Dec 12 04:00:11.281 INFO STEP 700 (remove_files) COMPLETE
64072024-12-12T04:00:11.731Z[ recovery-image] Dec 12 04:00:11.281 INFO O| Dec 12 04:00:11.281 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-12-12T04:00:11.738Z[ recovery-image] Dec 12 04:00:11.291 INFO O| Dec 12 04:00:11.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64092024-12-12T04:00:11.738Z[ recovery-image] Dec 12 04:00:11.291 INFO O| Dec 12 04:00:11.291 INFO STEP 701 (remove_files) COMPLETE
64102024-12-12T04:00:11.740Z[ recovery-image] Dec 12 04:00:11.291 INFO O| Dec 12 04:00:11.291 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-12-12T04:00:11.747Z[ recovery-image] Dec 12 04:00:11.300 INFO O| Dec 12 04:00:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64122024-12-12T04:00:11.750Z[ recovery-image] Dec 12 04:00:11.300 INFO O| Dec 12 04:00:11.300 INFO STEP 702 (remove_files) COMPLETE
64132024-12-12T04:00:11.750Z[ recovery-image] Dec 12 04:00:11.300 INFO O| Dec 12 04:00:11.300 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-12-12T04:00:11.757Z[ recovery-image] Dec 12 04:00:11.310 INFO O| Dec 12 04:00:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64152024-12-12T04:00:11.757Z[ recovery-image] Dec 12 04:00:11.310 INFO O| Dec 12 04:00:11.310 INFO STEP 703 (remove_files) COMPLETE
64162024-12-12T04:00:11.760Z[ recovery-image] Dec 12 04:00:11.310 INFO O| Dec 12 04:00:11.310 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-12-12T04:00:11.766Z[ recovery-image] Dec 12 04:00:11.320 INFO O| Dec 12 04:00:11.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64182024-12-12T04:00:11.767Z[ recovery-image] Dec 12 04:00:11.320 INFO O| Dec 12 04:00:11.320 INFO STEP 704 (remove_files) COMPLETE
64192024-12-12T04:00:11.767Z[ recovery-image] Dec 12 04:00:11.320 INFO O| Dec 12 04:00:11.320 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-12-12T04:00:11.776Z[ recovery-image] Dec 12 04:00:11.329 INFO O| Dec 12 04:00:11.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64212024-12-12T04:00:11.776Z[ recovery-image] Dec 12 04:00:11.329 INFO O| Dec 12 04:00:11.329 INFO STEP 705 (remove_files) COMPLETE
64222024-12-12T04:00:11.776Z[ recovery-image] Dec 12 04:00:11.329 INFO O| Dec 12 04:00:11.329 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-12T04:00:11.786Z[ recovery-image] Dec 12 04:00:11.339 INFO O| Dec 12 04:00:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64242024-12-12T04:00:11.788Z[ recovery-image] Dec 12 04:00:11.339 INFO O| Dec 12 04:00:11.339 INFO STEP 706 (remove_files) COMPLETE
64252024-12-12T04:00:11.788Z[ recovery-image] Dec 12 04:00:11.339 INFO O| Dec 12 04:00:11.339 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-12-12T04:00:11.795Z[ recovery-image] Dec 12 04:00:11.348 INFO O| Dec 12 04:00:11.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64272024-12-12T04:00:11.795Z[ recovery-image] Dec 12 04:00:11.348 INFO O| Dec 12 04:00:11.348 INFO STEP 707 (remove_files) COMPLETE
64282024-12-12T04:00:11.795Z[ recovery-image] Dec 12 04:00:11.348 INFO O| Dec 12 04:00:11.348 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-12T04:00:11.805Z[ recovery-image] Dec 12 04:00:11.358 INFO O| Dec 12 04:00:11.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64302024-12-12T04:00:11.805Z[ recovery-image] Dec 12 04:00:11.358 INFO O| Dec 12 04:00:11.358 INFO STEP 708 (remove_files) COMPLETE
64312024-12-12T04:00:11.807Z[ recovery-image] Dec 12 04:00:11.358 INFO O| Dec 12 04:00:11.358 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-12T04:00:11.815Z[ recovery-image] Dec 12 04:00:11.368 INFO O| Dec 12 04:00:11.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64332024-12-12T04:00:11.815Z[ recovery-image] Dec 12 04:00:11.368 INFO O| Dec 12 04:00:11.368 INFO STEP 709 (remove_files) COMPLETE
64342024-12-12T04:00:11.815Z[ recovery-image] Dec 12 04:00:11.368 INFO O| Dec 12 04:00:11.368 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-12T04:00:11.825Z[ recovery-image] Dec 12 04:00:11.379 INFO O| Dec 12 04:00:11.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64362024-12-12T04:00:11.828Z[ recovery-image] Dec 12 04:00:11.379 INFO O| Dec 12 04:00:11.379 INFO STEP 710 (remove_files) COMPLETE
64372024-12-12T04:00:11.828Z[ recovery-image] Dec 12 04:00:11.379 INFO O| Dec 12 04:00:11.379 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-12T04:00:11.836Z[ recovery-image] Dec 12 04:00:11.389 INFO O| Dec 12 04:00:11.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64392024-12-12T04:00:11.836Z[ recovery-image] Dec 12 04:00:11.389 INFO O| Dec 12 04:00:11.389 INFO STEP 711 (remove_files) COMPLETE
64402024-12-12T04:00:11.838Z[ recovery-image] Dec 12 04:00:11.389 INFO O| Dec 12 04:00:11.389 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-12T04:00:11.846Z[ recovery-image] Dec 12 04:00:11.399 INFO O| Dec 12 04:00:11.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64422024-12-12T04:00:11.846Z[ recovery-image] Dec 12 04:00:11.399 INFO O| Dec 12 04:00:11.399 INFO STEP 712 (remove_files) COMPLETE
64432024-12-12T04:00:11.846Z[ recovery-image] Dec 12 04:00:11.399 INFO O| Dec 12 04:00:11.399 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-12T04:00:11.855Z[ recovery-image] Dec 12 04:00:11.409 INFO O| Dec 12 04:00:11.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64452024-12-12T04:00:11.855Z[ recovery-image] Dec 12 04:00:11.409 INFO O| Dec 12 04:00:11.409 INFO STEP 713 (remove_files) COMPLETE
64462024-12-12T04:00:11.858Z[ recovery-image] Dec 12 04:00:11.409 INFO O| Dec 12 04:00:11.409 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-12T04:00:11.865Z[ recovery-image] Dec 12 04:00:11.418 INFO O| Dec 12 04:00:11.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64482024-12-12T04:00:11.865Z[ recovery-image] Dec 12 04:00:11.419 INFO O| Dec 12 04:00:11.419 INFO STEP 714 (remove_files) COMPLETE
64492024-12-12T04:00:11.868Z[ recovery-image] Dec 12 04:00:11.419 INFO O| Dec 12 04:00:11.419 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-12T04:00:11.875Z[ recovery-image] Dec 12 04:00:11.428 INFO O| Dec 12 04:00:11.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64512024-12-12T04:00:11.875Z[ recovery-image] Dec 12 04:00:11.428 INFO O| Dec 12 04:00:11.428 INFO STEP 715 (remove_files) COMPLETE
64522024-12-12T04:00:11.877Z[ recovery-image] Dec 12 04:00:11.428 INFO O| Dec 12 04:00:11.428 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-12T04:00:11.885Z[ recovery-image] Dec 12 04:00:11.438 INFO O| Dec 12 04:00:11.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64542024-12-12T04:00:11.885Z[ recovery-image] Dec 12 04:00:11.438 INFO O| Dec 12 04:00:11.438 INFO STEP 716 (remove_files) COMPLETE
64552024-12-12T04:00:11.885Z[ recovery-image] Dec 12 04:00:11.438 INFO O| Dec 12 04:00:11.438 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-12T04:00:11.894Z[ recovery-image] Dec 12 04:00:11.447 INFO O| Dec 12 04:00:11.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64572024-12-12T04:00:11.894Z[ recovery-image] Dec 12 04:00:11.448 INFO O| Dec 12 04:00:11.448 INFO STEP 717 (remove_files) COMPLETE
64582024-12-12T04:00:11.898Z[ recovery-image] Dec 12 04:00:11.448 INFO O| Dec 12 04:00:11.448 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-12T04:00:11.904Z[ recovery-image] Dec 12 04:00:11.457 INFO O| Dec 12 04:00:11.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64602024-12-12T04:00:11.904Z[ recovery-image] Dec 12 04:00:11.457 INFO O| Dec 12 04:00:11.457 INFO STEP 718 (remove_files) COMPLETE
64612024-12-12T04:00:11.907Z[ recovery-image] Dec 12 04:00:11.457 INFO O| Dec 12 04:00:11.457 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-12T04:00:11.914Z[ recovery-image] Dec 12 04:00:11.467 INFO O| Dec 12 04:00:11.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64632024-12-12T04:00:11.914Z[ recovery-image] Dec 12 04:00:11.468 INFO O| Dec 12 04:00:11.468 INFO STEP 719 (remove_files) COMPLETE
64642024-12-12T04:00:11.917Z[ recovery-image] Dec 12 04:00:11.468 INFO O| Dec 12 04:00:11.468 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-12T04:00:11.924Z[ recovery-image] Dec 12 04:00:11.478 INFO O| Dec 12 04:00:11.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64662024-12-12T04:00:11.924Z[ recovery-image] Dec 12 04:00:11.478 INFO O| Dec 12 04:00:11.478 INFO STEP 720 (remove_files) COMPLETE
64672024-12-12T04:00:11.927Z[ recovery-image] Dec 12 04:00:11.478 INFO O| Dec 12 04:00:11.478 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-12T04:00:11.934Z[ recovery-image] Dec 12 04:00:11.487 INFO O| Dec 12 04:00:11.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64692024-12-12T04:00:11.934Z[ recovery-image] Dec 12 04:00:11.487 INFO O| Dec 12 04:00:11.487 INFO STEP 721 (remove_files) COMPLETE
64702024-12-12T04:00:11.936Z[ recovery-image] Dec 12 04:00:11.487 INFO O| Dec 12 04:00:11.487 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-12T04:00:11.943Z[ recovery-image] Dec 12 04:00:11.497 INFO O| Dec 12 04:00:11.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64722024-12-12T04:00:11.944Z[ recovery-image] Dec 12 04:00:11.497 INFO O| Dec 12 04:00:11.497 INFO STEP 722 (remove_files) COMPLETE
64732024-12-12T04:00:11.944Z[ recovery-image] Dec 12 04:00:11.497 INFO O| Dec 12 04:00:11.497 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-12T04:00:11.953Z[ recovery-image] Dec 12 04:00:11.506 INFO O| Dec 12 04:00:11.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64752024-12-12T04:00:11.953Z[ recovery-image] Dec 12 04:00:11.506 INFO O| Dec 12 04:00:11.506 INFO STEP 723 (remove_files) COMPLETE
64762024-12-12T04:00:11.953Z[ recovery-image] Dec 12 04:00:11.506 INFO O| Dec 12 04:00:11.506 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-12T04:00:11.962Z[ recovery-image] Dec 12 04:00:11.516 INFO O| Dec 12 04:00:11.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64782024-12-12T04:00:11.965Z[ recovery-image] Dec 12 04:00:11.516 INFO O| Dec 12 04:00:11.516 INFO STEP 724 (remove_files) COMPLETE
64792024-12-12T04:00:11.965Z[ recovery-image] Dec 12 04:00:11.516 INFO O| Dec 12 04:00:11.516 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-12T04:00:11.976Z[ recovery-image] Dec 12 04:00:11.525 INFO O| Dec 12 04:00:11.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64812024-12-12T04:00:11.979Z[ recovery-image] Dec 12 04:00:11.526 INFO O| Dec 12 04:00:11.526 INFO STEP 725 (remove_files) COMPLETE
64822024-12-12T04:00:11.979Z[ recovery-image] Dec 12 04:00:11.526 INFO O| Dec 12 04:00:11.526 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-12T04:00:11.982Z[ recovery-image] Dec 12 04:00:11.535 INFO O| Dec 12 04:00:11.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64842024-12-12T04:00:11.985Z[ recovery-image] Dec 12 04:00:11.535 INFO O| Dec 12 04:00:11.535 INFO STEP 726 (remove_files) COMPLETE
64852024-12-12T04:00:11.985Z[ recovery-image] Dec 12 04:00:11.535 INFO O| Dec 12 04:00:11.535 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-12T04:00:11.992Z[ recovery-image] Dec 12 04:00:11.545 INFO O| Dec 12 04:00:11.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
64872024-12-12T04:00:11.994Z[ recovery-image] Dec 12 04:00:11.545 INFO O| Dec 12 04:00:11.545 INFO STEP 727 (remove_files) COMPLETE
64882024-12-12T04:00:11.994Z[ recovery-image] Dec 12 04:00:11.546 INFO O| Dec 12 04:00:11.545 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-12T04:00:12.002Z[ recovery-image] Dec 12 04:00:11.555 INFO O| Dec 12 04:00:11.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
64902024-12-12T04:00:12.005Z[ recovery-image] Dec 12 04:00:11.556 INFO O| Dec 12 04:00:11.556 INFO STEP 728 (remove_files) COMPLETE
64912024-12-12T04:00:12.005Z[ recovery-image] Dec 12 04:00:11.556 INFO O| Dec 12 04:00:11.556 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-12T04:00:12.013Z[ recovery-image] Dec 12 04:00:11.566 INFO O| Dec 12 04:00:11.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
64932024-12-12T04:00:12.013Z[ recovery-image] Dec 12 04:00:11.566 INFO O| Dec 12 04:00:11.566 INFO STEP 729 (remove_files) COMPLETE
64942024-12-12T04:00:12.013Z[ recovery-image] Dec 12 04:00:11.566 INFO O| Dec 12 04:00:11.566 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-12T04:00:12.023Z[ recovery-image] Dec 12 04:00:11.576 INFO O| Dec 12 04:00:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
64962024-12-12T04:00:12.023Z[ recovery-image] Dec 12 04:00:11.576 INFO O| Dec 12 04:00:11.576 INFO STEP 730 (remove_files) COMPLETE
64972024-12-12T04:00:12.026Z[ recovery-image] Dec 12 04:00:11.576 INFO O| Dec 12 04:00:11.576 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-12T04:00:12.033Z[ recovery-image] Dec 12 04:00:11.586 INFO O| Dec 12 04:00:11.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
64992024-12-12T04:00:12.033Z[ recovery-image] Dec 12 04:00:11.586 INFO O| Dec 12 04:00:11.586 INFO STEP 731 (remove_files) COMPLETE
65002024-12-12T04:00:12.036Z[ recovery-image] Dec 12 04:00:11.587 INFO O| Dec 12 04:00:11.586 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-12T04:00:12.043Z[ recovery-image] Dec 12 04:00:11.596 INFO O| Dec 12 04:00:11.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65022024-12-12T04:00:12.045Z[ recovery-image] Dec 12 04:00:11.597 INFO O| Dec 12 04:00:11.596 INFO STEP 732 (remove_files) COMPLETE
65032024-12-12T04:00:12.045Z[ recovery-image] Dec 12 04:00:11.597 INFO O| Dec 12 04:00:11.596 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-12T04:00:12.053Z[ recovery-image] Dec 12 04:00:11.606 INFO O| Dec 12 04:00:11.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65052024-12-12T04:00:12.053Z[ recovery-image] Dec 12 04:00:11.606 INFO O| Dec 12 04:00:11.606 INFO STEP 733 (remove_files) COMPLETE
65062024-12-12T04:00:12.053Z[ recovery-image] Dec 12 04:00:11.606 INFO O| Dec 12 04:00:11.606 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-12T04:00:12.063Z[ recovery-image] Dec 12 04:00:11.616 INFO O| Dec 12 04:00:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65082024-12-12T04:00:12.063Z[ recovery-image] Dec 12 04:00:11.616 INFO O| Dec 12 04:00:11.616 INFO STEP 734 (remove_files) COMPLETE
65092024-12-12T04:00:12.065Z[ recovery-image] Dec 12 04:00:11.616 INFO O| Dec 12 04:00:11.616 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-12T04:00:12.072Z[ recovery-image] Dec 12 04:00:11.626 INFO O| Dec 12 04:00:11.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65112024-12-12T04:00:12.072Z[ recovery-image] Dec 12 04:00:11.626 INFO O| Dec 12 04:00:11.626 INFO STEP 735 (remove_files) COMPLETE
65122024-12-12T04:00:12.075Z[ recovery-image] Dec 12 04:00:11.626 INFO O| Dec 12 04:00:11.626 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-12T04:00:12.082Z[ recovery-image] Dec 12 04:00:11.635 INFO O| Dec 12 04:00:11.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65142024-12-12T04:00:12.082Z[ recovery-image] Dec 12 04:00:11.635 INFO O| Dec 12 04:00:11.635 INFO STEP 736 (remove_files) COMPLETE
65152024-12-12T04:00:12.085Z[ recovery-image] Dec 12 04:00:11.635 INFO O| Dec 12 04:00:11.635 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-12T04:00:12.092Z[ recovery-image] Dec 12 04:00:11.645 INFO O| Dec 12 04:00:11.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65172024-12-12T04:00:12.092Z[ recovery-image] Dec 12 04:00:11.645 INFO O| Dec 12 04:00:11.645 INFO STEP 737 (remove_files) COMPLETE
65182024-12-12T04:00:12.094Z[ recovery-image] Dec 12 04:00:11.645 INFO O| Dec 12 04:00:11.645 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-12T04:00:12.101Z[ recovery-image] Dec 12 04:00:11.654 INFO O| Dec 12 04:00:11.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65202024-12-12T04:00:12.101Z[ recovery-image] Dec 12 04:00:11.655 INFO O| Dec 12 04:00:11.655 INFO STEP 738 (remove_files) COMPLETE
65212024-12-12T04:00:12.104Z[ recovery-image] Dec 12 04:00:11.655 INFO O| Dec 12 04:00:11.655 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-12T04:00:12.111Z[ recovery-image] Dec 12 04:00:11.664 INFO O| Dec 12 04:00:11.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65232024-12-12T04:00:12.111Z[ recovery-image] Dec 12 04:00:11.664 INFO O| Dec 12 04:00:11.664 INFO STEP 739 (remove_files) COMPLETE
65242024-12-12T04:00:12.111Z[ recovery-image] Dec 12 04:00:11.664 INFO O| Dec 12 04:00:11.664 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-12T04:00:12.120Z[ recovery-image] Dec 12 04:00:11.674 INFO O| Dec 12 04:00:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65262024-12-12T04:00:12.120Z[ recovery-image] Dec 12 04:00:11.674 INFO O| Dec 12 04:00:11.674 INFO STEP 740 (remove_files) COMPLETE
65272024-12-12T04:00:12.123Z[ recovery-image] Dec 12 04:00:11.674 INFO O| Dec 12 04:00:11.674 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-12T04:00:12.130Z[ recovery-image] Dec 12 04:00:11.683 INFO O| Dec 12 04:00:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65292024-12-12T04:00:12.133Z[ recovery-image] Dec 12 04:00:11.683 INFO O| Dec 12 04:00:11.683 INFO STEP 741 (remove_files) COMPLETE
65302024-12-12T04:00:12.133Z[ recovery-image] Dec 12 04:00:11.683 INFO O| Dec 12 04:00:11.683 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-12T04:00:12.140Z[ recovery-image] Dec 12 04:00:11.693 INFO O| Dec 12 04:00:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65322024-12-12T04:00:12.140Z[ recovery-image] Dec 12 04:00:11.693 INFO O| Dec 12 04:00:11.693 INFO STEP 742 (remove_files) COMPLETE
65332024-12-12T04:00:12.142Z[ recovery-image] Dec 12 04:00:11.693 INFO O| Dec 12 04:00:11.693 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-12T04:00:12.150Z[ recovery-image] Dec 12 04:00:11.703 INFO O| Dec 12 04:00:11.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65352024-12-12T04:00:12.150Z[ recovery-image] Dec 12 04:00:11.703 INFO O| Dec 12 04:00:11.703 INFO STEP 743 (remove_files) COMPLETE
65362024-12-12T04:00:12.152Z[ recovery-image] Dec 12 04:00:11.703 INFO O| Dec 12 04:00:11.703 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-12T04:00:12.159Z[ recovery-image] Dec 12 04:00:11.713 INFO O| Dec 12 04:00:11.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65382024-12-12T04:00:12.159Z[ recovery-image] Dec 12 04:00:11.713 INFO O| Dec 12 04:00:11.713 INFO STEP 744 (remove_files) COMPLETE
65392024-12-12T04:00:12.160Z[ recovery-image] Dec 12 04:00:11.713 INFO O| Dec 12 04:00:11.713 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-12T04:00:12.169Z[ recovery-image] Dec 12 04:00:11.723 INFO O| Dec 12 04:00:11.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65412024-12-12T04:00:12.169Z[ recovery-image] Dec 12 04:00:11.723 INFO O| Dec 12 04:00:11.723 INFO STEP 745 (remove_files) COMPLETE
65422024-12-12T04:00:12.172Z[ recovery-image] Dec 12 04:00:11.723 INFO O| Dec 12 04:00:11.723 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-12T04:00:12.179Z[ recovery-image] Dec 12 04:00:11.732 INFO O| Dec 12 04:00:11.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65442024-12-12T04:00:12.179Z[ recovery-image] Dec 12 04:00:11.732 INFO O| Dec 12 04:00:11.732 INFO STEP 746 (remove_files) COMPLETE
65452024-12-12T04:00:12.179Z[ recovery-image] Dec 12 04:00:11.732 INFO O| Dec 12 04:00:11.732 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-12T04:00:12.189Z[ recovery-image] Dec 12 04:00:11.742 INFO O| Dec 12 04:00:11.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65472024-12-12T04:00:12.189Z[ recovery-image] Dec 12 04:00:11.742 INFO O| Dec 12 04:00:11.742 INFO STEP 747 (remove_files) COMPLETE
65482024-12-12T04:00:12.191Z[ recovery-image] Dec 12 04:00:11.742 INFO O| Dec 12 04:00:11.742 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-12T04:00:12.198Z[ recovery-image] Dec 12 04:00:11.752 INFO O| Dec 12 04:00:11.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65502024-12-12T04:00:12.199Z[ recovery-image] Dec 12 04:00:11.752 INFO O| Dec 12 04:00:11.752 INFO STEP 748 (remove_files) COMPLETE
65512024-12-12T04:00:12.202Z[ recovery-image] Dec 12 04:00:11.752 INFO O| Dec 12 04:00:11.752 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-12T04:00:12.208Z[ recovery-image] Dec 12 04:00:11.762 INFO O| Dec 12 04:00:11.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65532024-12-12T04:00:12.208Z[ recovery-image] Dec 12 04:00:11.762 INFO O| Dec 12 04:00:11.762 INFO STEP 749 (remove_files) COMPLETE
65542024-12-12T04:00:12.211Z[ recovery-image] Dec 12 04:00:11.762 INFO O| Dec 12 04:00:11.762 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-12T04:00:12.218Z[ recovery-image] Dec 12 04:00:11.771 INFO O| Dec 12 04:00:11.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65562024-12-12T04:00:12.218Z[ recovery-image] Dec 12 04:00:11.771 INFO O| Dec 12 04:00:11.771 INFO STEP 750 (remove_files) COMPLETE
65572024-12-12T04:00:12.221Z[ recovery-image] Dec 12 04:00:11.771 INFO O| Dec 12 04:00:11.771 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-12T04:00:12.228Z[ recovery-image] Dec 12 04:00:11.781 INFO O| Dec 12 04:00:11.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65592024-12-12T04:00:12.228Z[ recovery-image] Dec 12 04:00:11.781 INFO O| Dec 12 04:00:11.781 INFO STEP 751 (remove_files) COMPLETE
65602024-12-12T04:00:12.230Z[ recovery-image] Dec 12 04:00:11.781 INFO O| Dec 12 04:00:11.781 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-12T04:00:12.238Z[ recovery-image] Dec 12 04:00:11.791 INFO O| Dec 12 04:00:11.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65622024-12-12T04:00:12.238Z[ recovery-image] Dec 12 04:00:11.791 INFO O| Dec 12 04:00:11.791 INFO STEP 752 (remove_files) COMPLETE
65632024-12-12T04:00:12.238Z[ recovery-image] Dec 12 04:00:11.791 INFO O| Dec 12 04:00:11.791 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-12T04:00:12.247Z[ recovery-image] Dec 12 04:00:11.801 INFO O| Dec 12 04:00:11.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65652024-12-12T04:00:12.247Z[ recovery-image] Dec 12 04:00:11.801 INFO O| Dec 12 04:00:11.801 INFO STEP 753 (remove_files) COMPLETE
65662024-12-12T04:00:12.250Z[ recovery-image] Dec 12 04:00:11.801 INFO O| Dec 12 04:00:11.801 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-12T04:00:12.257Z[ recovery-image] Dec 12 04:00:11.810 INFO O| Dec 12 04:00:11.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65682024-12-12T04:00:12.257Z[ recovery-image] Dec 12 04:00:11.811 INFO O| Dec 12 04:00:11.810 INFO STEP 754 (remove_files) COMPLETE
65692024-12-12T04:00:12.259Z[ recovery-image] Dec 12 04:00:11.811 INFO O| Dec 12 04:00:11.811 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-12T04:00:12.267Z[ recovery-image] Dec 12 04:00:11.820 INFO O| Dec 12 04:00:11.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65712024-12-12T04:00:12.267Z[ recovery-image] Dec 12 04:00:11.820 INFO O| Dec 12 04:00:11.820 INFO STEP 755 (remove_files) COMPLETE
65722024-12-12T04:00:12.270Z[ recovery-image] Dec 12 04:00:11.820 INFO O| Dec 12 04:00:11.820 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-12T04:00:12.276Z[ recovery-image] Dec 12 04:00:11.830 INFO O| Dec 12 04:00:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65742024-12-12T04:00:12.276Z[ recovery-image] Dec 12 04:00:11.830 INFO O| Dec 12 04:00:11.830 INFO STEP 756 (remove_files) COMPLETE
65752024-12-12T04:00:12.279Z[ recovery-image] Dec 12 04:00:11.830 INFO O| Dec 12 04:00:11.830 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-12T04:00:12.286Z[ recovery-image] Dec 12 04:00:11.840 INFO O| Dec 12 04:00:11.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65772024-12-12T04:00:12.286Z[ recovery-image] Dec 12 04:00:11.840 INFO O| Dec 12 04:00:11.840 INFO STEP 757 (remove_files) COMPLETE
65782024-12-12T04:00:12.289Z[ recovery-image] Dec 12 04:00:11.840 INFO O| Dec 12 04:00:11.840 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-12T04:00:12.296Z[ recovery-image] Dec 12 04:00:11.849 INFO O| Dec 12 04:00:11.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65802024-12-12T04:00:12.300Z[ recovery-image] Dec 12 04:00:11.849 INFO O| Dec 12 04:00:11.849 INFO STEP 758 (remove_files) COMPLETE
65812024-12-12T04:00:12.301Z[ recovery-image] Dec 12 04:00:11.850 INFO O| Dec 12 04:00:11.849 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-12T04:00:12.306Z[ recovery-image] Dec 12 04:00:11.859 INFO O| Dec 12 04:00:11.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65832024-12-12T04:00:12.306Z[ recovery-image] Dec 12 04:00:11.859 INFO O| Dec 12 04:00:11.859 INFO STEP 759 (remove_files) COMPLETE
65842024-12-12T04:00:12.306Z[ recovery-image] Dec 12 04:00:11.859 INFO O| Dec 12 04:00:11.859 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-12T04:00:12.316Z[ recovery-image] Dec 12 04:00:11.869 INFO O| Dec 12 04:00:11.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
65862024-12-12T04:00:12.318Z[ recovery-image] Dec 12 04:00:11.869 INFO O| Dec 12 04:00:11.869 INFO STEP 760 (remove_files) COMPLETE
65872024-12-12T04:00:12.318Z[ recovery-image] Dec 12 04:00:11.869 INFO O| Dec 12 04:00:11.869 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-12T04:00:12.326Z[ recovery-image] Dec 12 04:00:11.879 INFO O| Dec 12 04:00:11.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
65892024-12-12T04:00:12.326Z[ recovery-image] Dec 12 04:00:11.879 INFO O| Dec 12 04:00:11.879 INFO STEP 761 (remove_files) COMPLETE
65902024-12-12T04:00:12.326Z[ recovery-image] Dec 12 04:00:11.879 INFO O| Dec 12 04:00:11.879 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-12T04:00:12.335Z[ recovery-image] Dec 12 04:00:11.889 INFO O| Dec 12 04:00:11.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
65922024-12-12T04:00:12.336Z[ recovery-image] Dec 12 04:00:11.889 INFO O| Dec 12 04:00:11.889 INFO STEP 762 (remove_files) COMPLETE
65932024-12-12T04:00:12.336Z[ recovery-image] Dec 12 04:00:11.889 INFO O| Dec 12 04:00:11.889 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-12T04:00:12.345Z[ recovery-image] Dec 12 04:00:11.899 INFO O| Dec 12 04:00:11.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
65952024-12-12T04:00:12.345Z[ recovery-image] Dec 12 04:00:11.899 INFO O| Dec 12 04:00:11.899 INFO STEP 763 (remove_files) COMPLETE
65962024-12-12T04:00:12.348Z[ recovery-image] Dec 12 04:00:11.899 INFO O| Dec 12 04:00:11.899 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-12T04:00:12.355Z[ recovery-image] Dec 12 04:00:11.908 INFO O| Dec 12 04:00:11.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
65982024-12-12T04:00:12.355Z[ recovery-image] Dec 12 04:00:11.908 INFO O| Dec 12 04:00:11.908 INFO STEP 764 (remove_files) COMPLETE
65992024-12-12T04:00:12.355Z[ recovery-image] Dec 12 04:00:11.908 INFO O| Dec 12 04:00:11.908 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-12T04:00:12.365Z[ recovery-image] Dec 12 04:00:11.918 INFO O| Dec 12 04:00:11.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66012024-12-12T04:00:12.367Z[ recovery-image] Dec 12 04:00:11.918 INFO O| Dec 12 04:00:11.918 INFO STEP 765 (remove_files) COMPLETE
66022024-12-12T04:00:12.368Z[ recovery-image] Dec 12 04:00:11.918 INFO O| Dec 12 04:00:11.918 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-12T04:00:12.374Z[ recovery-image] Dec 12 04:00:11.928 INFO O| Dec 12 04:00:11.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66042024-12-12T04:00:12.378Z[ recovery-image] Dec 12 04:00:11.928 INFO O| Dec 12 04:00:11.928 INFO STEP 766 (remove_files) COMPLETE
66052024-12-12T04:00:12.378Z[ recovery-image] Dec 12 04:00:11.928 INFO O| Dec 12 04:00:11.928 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-12T04:00:12.384Z[ recovery-image] Dec 12 04:00:11.937 INFO O| Dec 12 04:00:11.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66072024-12-12T04:00:12.384Z[ recovery-image] Dec 12 04:00:11.938 INFO O| Dec 12 04:00:11.937 INFO STEP 767 (remove_files) COMPLETE
66082024-12-12T04:00:12.387Z[ recovery-image] Dec 12 04:00:11.938 INFO O| Dec 12 04:00:11.938 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-12T04:00:12.394Z[ recovery-image] Dec 12 04:00:11.947 INFO O| Dec 12 04:00:11.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66102024-12-12T04:00:12.397Z[ recovery-image] Dec 12 04:00:11.947 INFO O| Dec 12 04:00:11.947 INFO STEP 768 (remove_files) COMPLETE
66112024-12-12T04:00:12.397Z[ recovery-image] Dec 12 04:00:11.947 INFO O| Dec 12 04:00:11.947 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-12T04:00:12.404Z[ recovery-image] Dec 12 04:00:11.957 INFO O| Dec 12 04:00:11.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66132024-12-12T04:00:12.406Z[ recovery-image] Dec 12 04:00:11.957 INFO O| Dec 12 04:00:11.957 INFO STEP 769 (remove_files) COMPLETE
66142024-12-12T04:00:12.406Z[ recovery-image] Dec 12 04:00:11.957 INFO O| Dec 12 04:00:11.957 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-12T04:00:12.413Z[ recovery-image] Dec 12 04:00:11.967 INFO O| Dec 12 04:00:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66162024-12-12T04:00:12.414Z[ recovery-image] Dec 12 04:00:11.967 INFO O| Dec 12 04:00:11.967 INFO STEP 770 (remove_files) COMPLETE
66172024-12-12T04:00:12.416Z[ recovery-image] Dec 12 04:00:11.967 INFO O| Dec 12 04:00:11.967 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-12T04:00:12.423Z[ recovery-image] Dec 12 04:00:11.976 INFO O| Dec 12 04:00:11.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66192024-12-12T04:00:12.425Z[ recovery-image] Dec 12 04:00:11.977 INFO O| Dec 12 04:00:11.976 INFO STEP 771 (remove_files) COMPLETE
66202024-12-12T04:00:12.425Z[ recovery-image] Dec 12 04:00:11.977 INFO O| Dec 12 04:00:11.977 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-12T04:00:12.433Z[ recovery-image] Dec 12 04:00:11.986 INFO O| Dec 12 04:00:11.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66222024-12-12T04:00:12.435Z[ recovery-image] Dec 12 04:00:11.987 INFO O| Dec 12 04:00:11.986 INFO STEP 772 (remove_files) COMPLETE
66232024-12-12T04:00:12.435Z[ recovery-image] Dec 12 04:00:11.987 INFO O| Dec 12 04:00:11.987 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-12T04:00:12.443Z[ recovery-image] Dec 12 04:00:11.996 INFO O| Dec 12 04:00:11.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66252024-12-12T04:00:12.443Z[ recovery-image] Dec 12 04:00:11.996 INFO O| Dec 12 04:00:11.996 INFO STEP 773 (remove_files) COMPLETE
66262024-12-12T04:00:12.444Z[ recovery-image] Dec 12 04:00:11.996 INFO O| Dec 12 04:00:11.996 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-12T04:00:12.455Z[ recovery-image] Dec 12 04:00:12.008 INFO O| Dec 12 04:00:12.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66282024-12-12T04:00:12.455Z[ recovery-image] Dec 12 04:00:12.008 INFO O| Dec 12 04:00:12.008 INFO STEP 774 (remove_files) COMPLETE
66292024-12-12T04:00:12.455Z[ recovery-image] Dec 12 04:00:12.008 INFO O| Dec 12 04:00:12.008 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-12T04:00:12.465Z[ recovery-image] Dec 12 04:00:12.018 INFO O| Dec 12 04:00:12.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66312024-12-12T04:00:12.465Z[ recovery-image] Dec 12 04:00:12.018 INFO O| Dec 12 04:00:12.018 INFO STEP 775 (remove_files) COMPLETE
66322024-12-12T04:00:12.465Z[ recovery-image] Dec 12 04:00:12.018 INFO O| Dec 12 04:00:12.018 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-12T04:00:12.475Z[ recovery-image] Dec 12 04:00:12.028 INFO O| Dec 12 04:00:12.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66342024-12-12T04:00:12.475Z[ recovery-image] Dec 12 04:00:12.028 INFO O| Dec 12 04:00:12.028 INFO STEP 776 (remove_files) COMPLETE
66352024-12-12T04:00:12.477Z[ recovery-image] Dec 12 04:00:12.028 INFO O| Dec 12 04:00:12.028 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-12T04:00:12.485Z[ recovery-image] Dec 12 04:00:12.038 INFO O| Dec 12 04:00:12.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66372024-12-12T04:00:12.487Z[ recovery-image] Dec 12 04:00:12.038 INFO O| Dec 12 04:00:12.038 INFO STEP 777 (remove_files) COMPLETE
66382024-12-12T04:00:12.487Z[ recovery-image] Dec 12 04:00:12.038 INFO O| Dec 12 04:00:12.038 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-12T04:00:12.495Z[ recovery-image] Dec 12 04:00:12.048 INFO O| Dec 12 04:00:12.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66402024-12-12T04:00:12.495Z[ recovery-image] Dec 12 04:00:12.048 INFO O| Dec 12 04:00:12.048 INFO STEP 778 (remove_files) COMPLETE
66412024-12-12T04:00:12.498Z[ recovery-image] Dec 12 04:00:12.048 INFO O| Dec 12 04:00:12.048 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-12T04:00:12.504Z[ recovery-image] Dec 12 04:00:12.058 INFO O| Dec 12 04:00:12.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66432024-12-12T04:00:12.505Z[ recovery-image] Dec 12 04:00:12.058 INFO O| Dec 12 04:00:12.058 INFO STEP 779 (remove_files) COMPLETE
66442024-12-12T04:00:12.507Z[ recovery-image] Dec 12 04:00:12.058 INFO O| Dec 12 04:00:12.058 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-12T04:00:12.514Z[ recovery-image] Dec 12 04:00:12.067 INFO O| Dec 12 04:00:12.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66462024-12-12T04:00:12.514Z[ recovery-image] Dec 12 04:00:12.068 INFO O| Dec 12 04:00:12.067 INFO STEP 780 (remove_files) COMPLETE
66472024-12-12T04:00:12.517Z[ recovery-image] Dec 12 04:00:12.068 INFO O| Dec 12 04:00:12.068 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-12T04:00:12.524Z[ recovery-image] Dec 12 04:00:12.077 INFO O| Dec 12 04:00:12.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66492024-12-12T04:00:12.524Z[ recovery-image] Dec 12 04:00:12.077 INFO O| Dec 12 04:00:12.077 INFO STEP 781 (remove_files) COMPLETE
66502024-12-12T04:00:12.524Z[ recovery-image] Dec 12 04:00:12.077 INFO O| Dec 12 04:00:12.077 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-12T04:00:12.533Z[ recovery-image] Dec 12 04:00:12.087 INFO O| Dec 12 04:00:12.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66522024-12-12T04:00:12.535Z[ recovery-image] Dec 12 04:00:12.087 INFO O| Dec 12 04:00:12.087 INFO STEP 782 (remove_files) COMPLETE
66532024-12-12T04:00:12.535Z[ recovery-image] Dec 12 04:00:12.087 INFO O| Dec 12 04:00:12.087 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-12T04:00:12.543Z[ recovery-image] Dec 12 04:00:12.096 INFO O| Dec 12 04:00:12.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66552024-12-12T04:00:12.545Z[ recovery-image] Dec 12 04:00:12.096 INFO O| Dec 12 04:00:12.096 INFO STEP 783 (remove_files) COMPLETE
66562024-12-12T04:00:12.545Z[ recovery-image] Dec 12 04:00:12.096 INFO O| Dec 12 04:00:12.096 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-12T04:00:12.552Z[ recovery-image] Dec 12 04:00:12.106 INFO O| Dec 12 04:00:12.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66582024-12-12T04:00:12.552Z[ recovery-image] Dec 12 04:00:12.106 INFO O| Dec 12 04:00:12.106 INFO STEP 784 (remove_files) COMPLETE
66592024-12-12T04:00:12.553Z[ recovery-image] Dec 12 04:00:12.106 INFO O| Dec 12 04:00:12.106 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-12T04:00:12.562Z[ recovery-image] Dec 12 04:00:12.115 INFO O| Dec 12 04:00:12.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66612024-12-12T04:00:12.565Z[ recovery-image] Dec 12 04:00:12.116 INFO O| Dec 12 04:00:12.115 INFO STEP 785 (remove_files) COMPLETE
66622024-12-12T04:00:12.565Z[ recovery-image] Dec 12 04:00:12.116 INFO O| Dec 12 04:00:12.116 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-12T04:00:12.572Z[ recovery-image] Dec 12 04:00:12.125 INFO O| Dec 12 04:00:12.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66642024-12-12T04:00:12.572Z[ recovery-image] Dec 12 04:00:12.125 INFO O| Dec 12 04:00:12.125 INFO STEP 786 (remove_files) COMPLETE
66652024-12-12T04:00:12.574Z[ recovery-image] Dec 12 04:00:12.125 INFO O| Dec 12 04:00:12.125 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-12T04:00:12.582Z[ recovery-image] Dec 12 04:00:12.135 INFO O| Dec 12 04:00:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66672024-12-12T04:00:12.582Z[ recovery-image] Dec 12 04:00:12.135 INFO O| Dec 12 04:00:12.135 INFO STEP 787 (remove_files) COMPLETE
66682024-12-12T04:00:12.584Z[ recovery-image] Dec 12 04:00:12.135 INFO O| Dec 12 04:00:12.135 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-12T04:00:12.591Z[ recovery-image] Dec 12 04:00:12.144 INFO O| Dec 12 04:00:12.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66702024-12-12T04:00:12.591Z[ recovery-image] Dec 12 04:00:12.144 INFO O| Dec 12 04:00:12.144 INFO STEP 788 (remove_files) COMPLETE
66712024-12-12T04:00:12.594Z[ recovery-image] Dec 12 04:00:12.145 INFO O| Dec 12 04:00:12.144 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-12T04:00:12.601Z[ recovery-image] Dec 12 04:00:12.154 INFO O| Dec 12 04:00:12.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66732024-12-12T04:00:12.601Z[ recovery-image] Dec 12 04:00:12.154 INFO O| Dec 12 04:00:12.154 INFO STEP 789 (remove_files) COMPLETE
66742024-12-12T04:00:12.603Z[ recovery-image] Dec 12 04:00:12.154 INFO O| Dec 12 04:00:12.154 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-12T04:00:12.610Z[ recovery-image] Dec 12 04:00:12.164 INFO O| Dec 12 04:00:12.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66762024-12-12T04:00:12.613Z[ recovery-image] Dec 12 04:00:12.164 INFO O| Dec 12 04:00:12.164 INFO STEP 790 (remove_files) COMPLETE
66772024-12-12T04:00:12.613Z[ recovery-image] Dec 12 04:00:12.164 INFO O| Dec 12 04:00:12.164 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-12T04:00:12.621Z[ recovery-image] Dec 12 04:00:12.174 INFO O| Dec 12 04:00:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66792024-12-12T04:00:12.621Z[ recovery-image] Dec 12 04:00:12.174 INFO O| Dec 12 04:00:12.174 INFO STEP 791 (remove_files) COMPLETE
66802024-12-12T04:00:12.624Z[ recovery-image] Dec 12 04:00:12.174 INFO O| Dec 12 04:00:12.174 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-12T04:00:12.631Z[ recovery-image] Dec 12 04:00:12.184 INFO O| Dec 12 04:00:12.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66822024-12-12T04:00:12.634Z[ recovery-image] Dec 12 04:00:12.184 INFO O| Dec 12 04:00:12.184 INFO STEP 792 (remove_files) COMPLETE
66832024-12-12T04:00:12.634Z[ recovery-image] Dec 12 04:00:12.184 INFO O| Dec 12 04:00:12.184 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-12T04:00:12.641Z[ recovery-image] Dec 12 04:00:12.194 INFO O| Dec 12 04:00:12.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
66852024-12-12T04:00:12.641Z[ recovery-image] Dec 12 04:00:12.194 INFO O| Dec 12 04:00:12.194 INFO STEP 793 (remove_files) COMPLETE
66862024-12-12T04:00:12.644Z[ recovery-image] Dec 12 04:00:12.194 INFO O| Dec 12 04:00:12.194 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-12T04:00:12.650Z[ recovery-image] Dec 12 04:00:12.204 INFO O| Dec 12 04:00:12.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
66882024-12-12T04:00:12.650Z[ recovery-image] Dec 12 04:00:12.204 INFO O| Dec 12 04:00:12.204 INFO STEP 794 (remove_files) COMPLETE
66892024-12-12T04:00:12.652Z[ recovery-image] Dec 12 04:00:12.204 INFO O| Dec 12 04:00:12.204 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-12T04:00:12.660Z[ recovery-image] Dec 12 04:00:12.213 INFO O| Dec 12 04:00:12.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
66912024-12-12T04:00:12.663Z[ recovery-image] Dec 12 04:00:12.214 INFO O| Dec 12 04:00:12.213 INFO STEP 795 (remove_files) COMPLETE
66922024-12-12T04:00:12.663Z[ recovery-image] Dec 12 04:00:12.214 INFO O| Dec 12 04:00:12.213 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-12T04:00:12.670Z[ recovery-image] Dec 12 04:00:12.223 INFO O| Dec 12 04:00:12.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
66942024-12-12T04:00:12.673Z[ recovery-image] Dec 12 04:00:12.224 INFO O| Dec 12 04:00:12.224 INFO STEP 796 (remove_files) COMPLETE
66952024-12-12T04:00:12.673Z[ recovery-image] Dec 12 04:00:12.224 INFO O| Dec 12 04:00:12.224 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-12T04:00:12.680Z[ recovery-image] Dec 12 04:00:12.233 INFO O| Dec 12 04:00:12.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
66972024-12-12T04:00:12.680Z[ recovery-image] Dec 12 04:00:12.233 INFO O| Dec 12 04:00:12.233 INFO STEP 797 (remove_files) COMPLETE
66982024-12-12T04:00:12.683Z[ recovery-image] Dec 12 04:00:12.233 INFO O| Dec 12 04:00:12.233 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-12T04:00:12.690Z[ recovery-image] Dec 12 04:00:12.243 INFO O| Dec 12 04:00:12.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67002024-12-12T04:00:12.690Z[ recovery-image] Dec 12 04:00:12.243 INFO O| Dec 12 04:00:12.243 INFO STEP 798 (remove_files) COMPLETE
67012024-12-12T04:00:12.690Z[ recovery-image] Dec 12 04:00:12.243 INFO O| Dec 12 04:00:12.243 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-12T04:00:12.700Z[ recovery-image] Dec 12 04:00:12.253 INFO O| Dec 12 04:00:12.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67032024-12-12T04:00:12.703Z[ recovery-image] Dec 12 04:00:12.253 INFO O| Dec 12 04:00:12.253 INFO STEP 799 (remove_files) COMPLETE
67042024-12-12T04:00:12.703Z[ recovery-image] Dec 12 04:00:12.253 INFO O| Dec 12 04:00:12.253 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-12T04:00:12.710Z[ recovery-image] Dec 12 04:00:12.263 INFO O| Dec 12 04:00:12.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67062024-12-12T04:00:12.710Z[ recovery-image] Dec 12 04:00:12.263 INFO O| Dec 12 04:00:12.263 INFO STEP 800 (remove_files) COMPLETE
67072024-12-12T04:00:12.710Z[ recovery-image] Dec 12 04:00:12.263 INFO O| Dec 12 04:00:12.263 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-12T04:00:12.720Z[ recovery-image] Dec 12 04:00:12.273 INFO O| Dec 12 04:00:12.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67092024-12-12T04:00:12.720Z[ recovery-image] Dec 12 04:00:12.273 INFO O| Dec 12 04:00:12.273 INFO STEP 801 (remove_files) COMPLETE
67102024-12-12T04:00:12.723Z[ recovery-image] Dec 12 04:00:12.273 INFO O| Dec 12 04:00:12.273 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-12T04:00:12.729Z[ recovery-image] Dec 12 04:00:12.283 INFO O| Dec 12 04:00:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67122024-12-12T04:00:12.732Z[ recovery-image] Dec 12 04:00:12.283 INFO O| Dec 12 04:00:12.283 INFO STEP 802 (remove_files) COMPLETE
67132024-12-12T04:00:12.732Z[ recovery-image] Dec 12 04:00:12.283 INFO O| Dec 12 04:00:12.283 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-12T04:00:12.739Z[ recovery-image] Dec 12 04:00:12.293 INFO O| Dec 12 04:00:12.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67152024-12-12T04:00:12.740Z[ recovery-image] Dec 12 04:00:12.293 INFO O| Dec 12 04:00:12.293 INFO STEP 803 (remove_files) COMPLETE
67162024-12-12T04:00:12.742Z[ recovery-image] Dec 12 04:00:12.293 INFO O| Dec 12 04:00:12.293 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-12T04:00:12.749Z[ recovery-image] Dec 12 04:00:12.302 INFO O| Dec 12 04:00:12.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67182024-12-12T04:00:12.749Z[ recovery-image] Dec 12 04:00:12.302 INFO O| Dec 12 04:00:12.302 INFO STEP 804 (remove_files) COMPLETE
67192024-12-12T04:00:12.749Z[ recovery-image] Dec 12 04:00:12.303 INFO O| Dec 12 04:00:12.302 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-12T04:00:12.759Z[ recovery-image] Dec 12 04:00:12.312 INFO O| Dec 12 04:00:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67212024-12-12T04:00:12.759Z[ recovery-image] Dec 12 04:00:12.312 INFO O| Dec 12 04:00:12.312 INFO STEP 805 (remove_files) COMPLETE
67222024-12-12T04:00:12.759Z[ recovery-image] Dec 12 04:00:12.312 INFO O| Dec 12 04:00:12.312 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-12T04:00:12.768Z[ recovery-image] Dec 12 04:00:12.322 INFO O| Dec 12 04:00:12.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67242024-12-12T04:00:12.768Z[ recovery-image] Dec 12 04:00:12.322 INFO O| Dec 12 04:00:12.322 INFO STEP 806 (remove_files) COMPLETE
67252024-12-12T04:00:12.768Z[ recovery-image] Dec 12 04:00:12.322 INFO O| Dec 12 04:00:12.322 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-12T04:00:12.778Z[ recovery-image] Dec 12 04:00:12.332 INFO O| Dec 12 04:00:12.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67272024-12-12T04:00:12.778Z[ recovery-image] Dec 12 04:00:12.332 INFO O| Dec 12 04:00:12.332 INFO STEP 807 (remove_files) COMPLETE
67282024-12-12T04:00:12.781Z[ recovery-image] Dec 12 04:00:12.332 INFO O| Dec 12 04:00:12.332 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-12T04:00:12.788Z[ recovery-image] Dec 12 04:00:12.342 INFO O| Dec 12 04:00:12.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67302024-12-12T04:00:12.792Z[ recovery-image] Dec 12 04:00:12.342 INFO O| Dec 12 04:00:12.342 INFO STEP 808 (remove_files) COMPLETE
67312024-12-12T04:00:12.792Z[ recovery-image] Dec 12 04:00:12.342 INFO O| Dec 12 04:00:12.342 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-12T04:00:12.799Z[ recovery-image] Dec 12 04:00:12.352 INFO O| Dec 12 04:00:12.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67332024-12-12T04:00:12.799Z[ recovery-image] Dec 12 04:00:12.352 INFO O| Dec 12 04:00:12.352 INFO STEP 809 (remove_files) COMPLETE
67342024-12-12T04:00:12.801Z[ recovery-image] Dec 12 04:00:12.352 INFO O| Dec 12 04:00:12.352 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-12T04:00:12.809Z[ recovery-image] Dec 12 04:00:12.362 INFO O| Dec 12 04:00:12.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67362024-12-12T04:00:12.811Z[ recovery-image] Dec 12 04:00:12.362 INFO O| Dec 12 04:00:12.362 INFO STEP 810 (remove_files) COMPLETE
67372024-12-12T04:00:12.811Z[ recovery-image] Dec 12 04:00:12.362 INFO O| Dec 12 04:00:12.362 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-12T04:00:12.819Z[ recovery-image] Dec 12 04:00:12.372 INFO O| Dec 12 04:00:12.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67392024-12-12T04:00:12.819Z[ recovery-image] Dec 12 04:00:12.372 INFO O| Dec 12 04:00:12.372 INFO STEP 811 (remove_files) COMPLETE
67402024-12-12T04:00:12.821Z[ recovery-image] Dec 12 04:00:12.372 INFO O| Dec 12 04:00:12.372 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-12T04:00:12.828Z[ recovery-image] Dec 12 04:00:12.382 INFO O| Dec 12 04:00:12.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67422024-12-12T04:00:12.828Z[ recovery-image] Dec 12 04:00:12.382 INFO O| Dec 12 04:00:12.382 INFO STEP 812 (remove_files) COMPLETE
67432024-12-12T04:00:12.828Z[ recovery-image] Dec 12 04:00:12.382 INFO O| Dec 12 04:00:12.382 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-12T04:00:12.838Z[ recovery-image] Dec 12 04:00:12.391 INFO O| Dec 12 04:00:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67452024-12-12T04:00:12.838Z[ recovery-image] Dec 12 04:00:12.391 INFO O| Dec 12 04:00:12.391 INFO STEP 813 (remove_files) COMPLETE
67462024-12-12T04:00:12.838Z[ recovery-image] Dec 12 04:00:12.391 INFO O| Dec 12 04:00:12.391 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-12T04:00:12.848Z[ recovery-image] Dec 12 04:00:12.401 INFO O| Dec 12 04:00:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67482024-12-12T04:00:12.848Z[ recovery-image] Dec 12 04:00:12.401 INFO O| Dec 12 04:00:12.401 INFO STEP 814 (remove_files) COMPLETE
67492024-12-12T04:00:12.851Z[ recovery-image] Dec 12 04:00:12.401 INFO O| Dec 12 04:00:12.401 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-12T04:00:12.858Z[ recovery-image] Dec 12 04:00:12.411 INFO O| Dec 12 04:00:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67512024-12-12T04:00:12.860Z[ recovery-image] Dec 12 04:00:12.411 INFO O| Dec 12 04:00:12.411 INFO STEP 815 (remove_files) COMPLETE
67522024-12-12T04:00:12.860Z[ recovery-image] Dec 12 04:00:12.411 INFO O| Dec 12 04:00:12.411 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-12T04:00:12.867Z[ recovery-image] Dec 12 04:00:12.421 INFO O| Dec 12 04:00:12.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67542024-12-12T04:00:12.870Z[ recovery-image] Dec 12 04:00:12.421 INFO O| Dec 12 04:00:12.421 INFO STEP 816 (remove_files) COMPLETE
67552024-12-12T04:00:12.870Z[ recovery-image] Dec 12 04:00:12.421 INFO O| Dec 12 04:00:12.421 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-12T04:00:12.877Z[ recovery-image] Dec 12 04:00:12.430 INFO O| Dec 12 04:00:12.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67572024-12-12T04:00:12.879Z[ recovery-image] Dec 12 04:00:12.431 INFO O| Dec 12 04:00:12.430 INFO STEP 817 (remove_files) COMPLETE
67582024-12-12T04:00:12.879Z[ recovery-image] Dec 12 04:00:12.431 INFO O| Dec 12 04:00:12.430 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-12T04:00:12.887Z[ recovery-image] Dec 12 04:00:12.440 INFO O| Dec 12 04:00:12.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67602024-12-12T04:00:12.887Z[ recovery-image] Dec 12 04:00:12.440 INFO O| Dec 12 04:00:12.440 INFO STEP 818 (remove_files) COMPLETE
67612024-12-12T04:00:12.887Z[ recovery-image] Dec 12 04:00:12.440 INFO O| Dec 12 04:00:12.440 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-12T04:00:12.897Z[ recovery-image] Dec 12 04:00:12.450 INFO O| Dec 12 04:00:12.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67632024-12-12T04:00:12.899Z[ recovery-image] Dec 12 04:00:12.450 INFO O| Dec 12 04:00:12.450 INFO STEP 819 (remove_files) COMPLETE
67642024-12-12T04:00:12.899Z[ recovery-image] Dec 12 04:00:12.450 INFO O| Dec 12 04:00:12.450 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-12T04:00:12.907Z[ recovery-image] Dec 12 04:00:12.460 INFO O| Dec 12 04:00:12.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67662024-12-12T04:00:12.907Z[ recovery-image] Dec 12 04:00:12.460 INFO O| Dec 12 04:00:12.460 INFO STEP 820 (remove_files) COMPLETE
67672024-12-12T04:00:12.907Z[ recovery-image] Dec 12 04:00:12.460 INFO O| Dec 12 04:00:12.460 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-12T04:00:12.917Z[ recovery-image] Dec 12 04:00:12.470 INFO O| Dec 12 04:00:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67692024-12-12T04:00:12.919Z[ recovery-image] Dec 12 04:00:12.470 INFO O| Dec 12 04:00:12.470 INFO STEP 821 (remove_files) COMPLETE
67702024-12-12T04:00:12.919Z[ recovery-image] Dec 12 04:00:12.470 INFO O| Dec 12 04:00:12.470 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-12T04:00:12.926Z[ recovery-image] Dec 12 04:00:12.480 INFO O| Dec 12 04:00:12.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67722024-12-12T04:00:12.926Z[ recovery-image] Dec 12 04:00:12.480 INFO O| Dec 12 04:00:12.480 INFO STEP 822 (remove_files) COMPLETE
67732024-12-12T04:00:12.929Z[ recovery-image] Dec 12 04:00:12.480 INFO O| Dec 12 04:00:12.480 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-12T04:00:12.936Z[ recovery-image] Dec 12 04:00:12.489 INFO O| Dec 12 04:00:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67752024-12-12T04:00:12.936Z[ recovery-image] Dec 12 04:00:12.489 INFO O| Dec 12 04:00:12.489 INFO STEP 823 (remove_files) COMPLETE
67762024-12-12T04:00:12.936Z[ recovery-image] Dec 12 04:00:12.489 INFO O| Dec 12 04:00:12.489 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-12T04:00:12.946Z[ recovery-image] Dec 12 04:00:12.499 INFO O| Dec 12 04:00:12.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67782024-12-12T04:00:12.946Z[ recovery-image] Dec 12 04:00:12.499 INFO O| Dec 12 04:00:12.499 INFO STEP 824 (remove_files) COMPLETE
67792024-12-12T04:00:12.946Z[ recovery-image] Dec 12 04:00:12.499 INFO O| Dec 12 04:00:12.499 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-12T04:00:12.956Z[ recovery-image] Dec 12 04:00:12.509 INFO O| Dec 12 04:00:12.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67812024-12-12T04:00:12.956Z[ recovery-image] Dec 12 04:00:12.509 INFO O| Dec 12 04:00:12.509 INFO STEP 825 (remove_files) COMPLETE
67822024-12-12T04:00:12.956Z[ recovery-image] Dec 12 04:00:12.509 INFO O| Dec 12 04:00:12.509 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-12T04:00:12.966Z[ recovery-image] Dec 12 04:00:12.519 INFO O| Dec 12 04:00:12.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
67842024-12-12T04:00:12.966Z[ recovery-image] Dec 12 04:00:12.519 INFO O| Dec 12 04:00:12.519 INFO STEP 826 (remove_files) COMPLETE
67852024-12-12T04:00:12.969Z[ recovery-image] Dec 12 04:00:12.519 INFO O| Dec 12 04:00:12.519 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-12T04:00:12.976Z[ recovery-image] Dec 12 04:00:12.529 INFO O| Dec 12 04:00:12.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
67872024-12-12T04:00:12.976Z[ recovery-image] Dec 12 04:00:12.529 INFO O| Dec 12 04:00:12.529 INFO STEP 827 (remove_files) COMPLETE
67882024-12-12T04:00:12.978Z[ recovery-image] Dec 12 04:00:12.529 INFO O| Dec 12 04:00:12.529 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-12T04:00:12.986Z[ recovery-image] Dec 12 04:00:12.539 INFO O| Dec 12 04:00:12.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
67902024-12-12T04:00:12.986Z[ recovery-image] Dec 12 04:00:12.539 INFO O| Dec 12 04:00:12.539 INFO STEP 828 (remove_files) COMPLETE
67912024-12-12T04:00:12.988Z[ recovery-image] Dec 12 04:00:12.539 INFO O| Dec 12 04:00:12.539 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-12T04:00:12.995Z[ recovery-image] Dec 12 04:00:12.548 INFO O| Dec 12 04:00:12.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
67932024-12-12T04:00:12.995Z[ recovery-image] Dec 12 04:00:12.549 INFO O| Dec 12 04:00:12.549 INFO STEP 829 (remove_files) COMPLETE
67942024-12-12T04:00:12.997Z[ recovery-image] Dec 12 04:00:12.549 INFO O| Dec 12 04:00:12.549 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-12T04:00:13.005Z[ recovery-image] Dec 12 04:00:12.558 INFO O| Dec 12 04:00:12.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
67962024-12-12T04:00:13.005Z[ recovery-image] Dec 12 04:00:12.558 INFO O| Dec 12 04:00:12.558 INFO STEP 830 (remove_files) COMPLETE
67972024-12-12T04:00:13.005Z[ recovery-image] Dec 12 04:00:12.558 INFO O| Dec 12 04:00:12.558 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-12T04:00:13.015Z[ recovery-image] Dec 12 04:00:12.568 INFO O| Dec 12 04:00:12.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
67992024-12-12T04:00:13.015Z[ recovery-image] Dec 12 04:00:12.568 INFO O| Dec 12 04:00:12.568 INFO STEP 831 (remove_files) COMPLETE
68002024-12-12T04:00:13.017Z[ recovery-image] Dec 12 04:00:12.568 INFO O| Dec 12 04:00:12.568 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-12T04:00:13.024Z[ recovery-image] Dec 12 04:00:12.577 INFO O| Dec 12 04:00:12.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68022024-12-12T04:00:13.024Z[ recovery-image] Dec 12 04:00:12.578 INFO O| Dec 12 04:00:12.578 INFO STEP 832 (remove_files) COMPLETE
68032024-12-12T04:00:13.027Z[ recovery-image] Dec 12 04:00:12.578 INFO O| Dec 12 04:00:12.578 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-12T04:00:13.034Z[ recovery-image] Dec 12 04:00:12.587 INFO O| Dec 12 04:00:12.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68052024-12-12T04:00:13.034Z[ recovery-image] Dec 12 04:00:12.587 INFO O| Dec 12 04:00:12.587 INFO STEP 833 (remove_files) COMPLETE
68062024-12-12T04:00:13.034Z[ recovery-image] Dec 12 04:00:12.587 INFO O| Dec 12 04:00:12.587 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-12T04:00:13.044Z[ recovery-image] Dec 12 04:00:12.597 INFO O| Dec 12 04:00:12.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68082024-12-12T04:00:13.044Z[ recovery-image] Dec 12 04:00:12.597 INFO O| Dec 12 04:00:12.597 INFO STEP 834 (remove_files) COMPLETE
68092024-12-12T04:00:13.047Z[ recovery-image] Dec 12 04:00:12.597 INFO O| Dec 12 04:00:12.597 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-12T04:00:13.054Z[ recovery-image] Dec 12 04:00:12.607 INFO O| Dec 12 04:00:12.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68112024-12-12T04:00:13.054Z[ recovery-image] Dec 12 04:00:12.607 INFO O| Dec 12 04:00:12.607 INFO STEP 835 (remove_files) COMPLETE
68122024-12-12T04:00:13.054Z[ recovery-image] Dec 12 04:00:12.607 INFO O| Dec 12 04:00:12.607 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-12T04:00:13.063Z[ recovery-image] Dec 12 04:00:12.617 INFO O| Dec 12 04:00:12.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68142024-12-12T04:00:13.063Z[ recovery-image] Dec 12 04:00:12.617 INFO O| Dec 12 04:00:12.617 INFO STEP 836 (remove_files) COMPLETE
68152024-12-12T04:00:13.063Z[ recovery-image] Dec 12 04:00:12.617 INFO O| Dec 12 04:00:12.617 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-12T04:00:13.074Z[ recovery-image] Dec 12 04:00:12.627 INFO O| Dec 12 04:00:12.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68172024-12-12T04:00:13.076Z[ recovery-image] Dec 12 04:00:12.627 INFO O| Dec 12 04:00:12.627 INFO STEP 837 (remove_files) COMPLETE
68182024-12-12T04:00:13.076Z[ recovery-image] Dec 12 04:00:12.627 INFO O| Dec 12 04:00:12.627 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-12T04:00:13.084Z[ recovery-image] Dec 12 04:00:12.637 INFO O| Dec 12 04:00:12.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68202024-12-12T04:00:13.084Z[ recovery-image] Dec 12 04:00:12.637 INFO O| Dec 12 04:00:12.637 INFO STEP 838 (remove_files) COMPLETE
68212024-12-12T04:00:13.086Z[ recovery-image] Dec 12 04:00:12.637 INFO O| Dec 12 04:00:12.637 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-12T04:00:13.093Z[ recovery-image] Dec 12 04:00:12.647 INFO O| Dec 12 04:00:12.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68232024-12-12T04:00:13.093Z[ recovery-image] Dec 12 04:00:12.647 INFO O| Dec 12 04:00:12.647 INFO STEP 839 (remove_files) COMPLETE
68242024-12-12T04:00:13.093Z[ recovery-image] Dec 12 04:00:12.647 INFO O| Dec 12 04:00:12.647 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-12T04:00:13.103Z[ recovery-image] Dec 12 04:00:12.656 INFO O| Dec 12 04:00:12.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68262024-12-12T04:00:13.103Z[ recovery-image] Dec 12 04:00:12.656 INFO O| Dec 12 04:00:12.656 INFO STEP 840 (remove_files) COMPLETE
68272024-12-12T04:00:13.103Z[ recovery-image] Dec 12 04:00:12.656 INFO O| Dec 12 04:00:12.656 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-12T04:00:13.113Z[ recovery-image] Dec 12 04:00:12.666 INFO O| Dec 12 04:00:12.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68292024-12-12T04:00:13.116Z[ recovery-image] Dec 12 04:00:12.666 INFO O| Dec 12 04:00:12.666 INFO STEP 841 (remove_files) COMPLETE
68302024-12-12T04:00:13.116Z[ recovery-image] Dec 12 04:00:12.666 INFO O| Dec 12 04:00:12.666 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-12T04:00:13.123Z[ recovery-image] Dec 12 04:00:12.676 INFO O| Dec 12 04:00:12.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68322024-12-12T04:00:13.125Z[ recovery-image] Dec 12 04:00:12.676 INFO O| Dec 12 04:00:12.676 INFO STEP 842 (remove_files) COMPLETE
68332024-12-12T04:00:13.125Z[ recovery-image] Dec 12 04:00:12.676 INFO O| Dec 12 04:00:12.676 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-12T04:00:13.133Z[ recovery-image] Dec 12 04:00:12.686 INFO O| Dec 12 04:00:12.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68352024-12-12T04:00:13.133Z[ recovery-image] Dec 12 04:00:12.686 INFO O| Dec 12 04:00:12.686 INFO STEP 843 (remove_files) COMPLETE
68362024-12-12T04:00:13.133Z[ recovery-image] Dec 12 04:00:12.686 INFO O| Dec 12 04:00:12.686 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-12T04:00:13.142Z[ recovery-image] Dec 12 04:00:12.696 INFO O| Dec 12 04:00:12.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68382024-12-12T04:00:13.142Z[ recovery-image] Dec 12 04:00:12.696 INFO O| Dec 12 04:00:12.696 INFO STEP 844 (remove_files) COMPLETE
68392024-12-12T04:00:13.145Z[ recovery-image] Dec 12 04:00:12.696 INFO O| Dec 12 04:00:12.696 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-12T04:00:13.152Z[ recovery-image] Dec 12 04:00:12.705 INFO O| Dec 12 04:00:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68412024-12-12T04:00:13.154Z[ recovery-image] Dec 12 04:00:12.705 INFO O| Dec 12 04:00:12.705 INFO STEP 845 (remove_files) COMPLETE
68422024-12-12T04:00:13.154Z[ recovery-image] Dec 12 04:00:12.706 INFO O| Dec 12 04:00:12.705 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-12T04:00:13.162Z[ recovery-image] Dec 12 04:00:12.715 INFO O| Dec 12 04:00:12.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68442024-12-12T04:00:13.162Z[ recovery-image] Dec 12 04:00:12.715 INFO O| Dec 12 04:00:12.715 INFO STEP 846 (remove_files) COMPLETE
68452024-12-12T04:00:13.162Z[ recovery-image] Dec 12 04:00:12.715 INFO O| Dec 12 04:00:12.715 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-12T04:00:13.172Z[ recovery-image] Dec 12 04:00:12.725 INFO O| Dec 12 04:00:12.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68472024-12-12T04:00:13.172Z[ recovery-image] Dec 12 04:00:12.725 INFO O| Dec 12 04:00:12.725 INFO STEP 847 (remove_files) COMPLETE
68482024-12-12T04:00:13.172Z[ recovery-image] Dec 12 04:00:12.725 INFO O| Dec 12 04:00:12.725 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-12T04:00:13.182Z[ recovery-image] Dec 12 04:00:12.735 INFO O| Dec 12 04:00:12.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68502024-12-12T04:00:13.184Z[ recovery-image] Dec 12 04:00:12.735 INFO O| Dec 12 04:00:12.735 INFO STEP 848 (remove_files) COMPLETE
68512024-12-12T04:00:13.184Z[ recovery-image] Dec 12 04:00:12.735 INFO O| Dec 12 04:00:12.735 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-12T04:00:13.191Z[ recovery-image] Dec 12 04:00:12.745 INFO O| Dec 12 04:00:12.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68532024-12-12T04:00:13.191Z[ recovery-image] Dec 12 04:00:12.745 INFO O| Dec 12 04:00:12.745 INFO STEP 849 (remove_files) COMPLETE
68542024-12-12T04:00:13.191Z[ recovery-image] Dec 12 04:00:12.745 INFO O| Dec 12 04:00:12.745 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-12T04:00:13.201Z[ recovery-image] Dec 12 04:00:12.754 INFO O| Dec 12 04:00:12.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68562024-12-12T04:00:13.203Z[ recovery-image] Dec 12 04:00:12.755 INFO O| Dec 12 04:00:12.755 INFO STEP 850 (remove_files) COMPLETE
68572024-12-12T04:00:13.203Z[ recovery-image] Dec 12 04:00:12.755 INFO O| Dec 12 04:00:12.755 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-12T04:00:13.211Z[ recovery-image] Dec 12 04:00:12.765 INFO O| Dec 12 04:00:12.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68592024-12-12T04:00:13.211Z[ recovery-image] Dec 12 04:00:12.765 INFO O| Dec 12 04:00:12.765 INFO STEP 851 (remove_files) COMPLETE
68602024-12-12T04:00:13.211Z[ recovery-image] Dec 12 04:00:12.765 INFO O| Dec 12 04:00:12.765 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-12T04:00:13.221Z[ recovery-image] Dec 12 04:00:12.774 INFO O| Dec 12 04:00:12.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68622024-12-12T04:00:13.221Z[ recovery-image] Dec 12 04:00:12.774 INFO O| Dec 12 04:00:12.774 INFO STEP 852 (remove_files) COMPLETE
68632024-12-12T04:00:13.224Z[ recovery-image] Dec 12 04:00:12.775 INFO O| Dec 12 04:00:12.774 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-12T04:00:13.231Z[ recovery-image] Dec 12 04:00:12.784 INFO O| Dec 12 04:00:12.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68652024-12-12T04:00:13.234Z[ recovery-image] Dec 12 04:00:12.785 INFO O| Dec 12 04:00:12.785 INFO STEP 853 (remove_files) COMPLETE
68662024-12-12T04:00:13.234Z[ recovery-image] Dec 12 04:00:12.785 INFO O| Dec 12 04:00:12.785 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-12T04:00:13.242Z[ recovery-image] Dec 12 04:00:12.795 INFO O| Dec 12 04:00:12.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68682024-12-12T04:00:13.244Z[ recovery-image] Dec 12 04:00:12.795 INFO O| Dec 12 04:00:12.795 INFO STEP 854 (remove_files) COMPLETE
68692024-12-12T04:00:13.244Z[ recovery-image] Dec 12 04:00:12.795 INFO O| Dec 12 04:00:12.795 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-12T04:00:13.252Z[ recovery-image] Dec 12 04:00:12.805 INFO O| Dec 12 04:00:12.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68712024-12-12T04:00:13.252Z[ recovery-image] Dec 12 04:00:12.806 INFO O| Dec 12 04:00:12.805 INFO STEP 855 (remove_files) COMPLETE
68722024-12-12T04:00:13.252Z[ recovery-image] Dec 12 04:00:12.806 INFO O| Dec 12 04:00:12.806 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-12T04:00:13.262Z[ recovery-image] Dec 12 04:00:12.815 INFO O| Dec 12 04:00:12.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68742024-12-12T04:00:13.262Z[ recovery-image] Dec 12 04:00:12.815 INFO O| Dec 12 04:00:12.815 INFO STEP 856 (remove_files) COMPLETE
68752024-12-12T04:00:13.264Z[ recovery-image] Dec 12 04:00:12.815 INFO O| Dec 12 04:00:12.815 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-12T04:00:13.272Z[ recovery-image] Dec 12 04:00:12.825 INFO O| Dec 12 04:00:12.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68772024-12-12T04:00:13.275Z[ recovery-image] Dec 12 04:00:12.825 INFO O| Dec 12 04:00:12.825 INFO STEP 857 (remove_files) COMPLETE
68782024-12-12T04:00:13.275Z[ recovery-image] Dec 12 04:00:12.825 INFO O| Dec 12 04:00:12.825 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-12T04:00:13.282Z[ recovery-image] Dec 12 04:00:12.835 INFO O| Dec 12 04:00:12.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68802024-12-12T04:00:13.282Z[ recovery-image] Dec 12 04:00:12.835 INFO O| Dec 12 04:00:12.835 INFO STEP 858 (remove_files) COMPLETE
68812024-12-12T04:00:13.282Z[ recovery-image] Dec 12 04:00:12.835 INFO O| Dec 12 04:00:12.835 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-12T04:00:13.291Z[ recovery-image] Dec 12 04:00:12.844 INFO O| Dec 12 04:00:12.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
68832024-12-12T04:00:13.292Z[ recovery-image] Dec 12 04:00:12.844 INFO O| Dec 12 04:00:12.844 INFO STEP 859 (remove_files) COMPLETE
68842024-12-12T04:00:13.292Z[ recovery-image] Dec 12 04:00:12.844 INFO O| Dec 12 04:00:12.844 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-12T04:00:13.302Z[ recovery-image] Dec 12 04:00:12.854 INFO O| Dec 12 04:00:12.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
68862024-12-12T04:00:13.302Z[ recovery-image] Dec 12 04:00:12.854 INFO O| Dec 12 04:00:12.854 INFO STEP 860 (remove_files) COMPLETE
68872024-12-12T04:00:13.302Z[ recovery-image] Dec 12 04:00:12.854 INFO O| Dec 12 04:00:12.854 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-12T04:00:13.311Z[ recovery-image] Dec 12 04:00:12.864 INFO O| Dec 12 04:00:12.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
68892024-12-12T04:00:13.314Z[ recovery-image] Dec 12 04:00:12.864 INFO O| Dec 12 04:00:12.864 INFO STEP 861 (remove_files) COMPLETE
68902024-12-12T04:00:13.314Z[ recovery-image] Dec 12 04:00:12.864 INFO O| Dec 12 04:00:12.864 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-12T04:00:13.320Z[ recovery-image] Dec 12 04:00:12.873 INFO O| Dec 12 04:00:12.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
68922024-12-12T04:00:13.323Z[ recovery-image] Dec 12 04:00:12.874 INFO O| Dec 12 04:00:12.874 INFO STEP 862 (remove_files) COMPLETE
68932024-12-12T04:00:13.323Z[ recovery-image] Dec 12 04:00:12.874 INFO O| Dec 12 04:00:12.874 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-12T04:00:13.330Z[ recovery-image] Dec 12 04:00:12.883 INFO O| Dec 12 04:00:12.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
68952024-12-12T04:00:13.330Z[ recovery-image] Dec 12 04:00:12.883 INFO O| Dec 12 04:00:12.883 INFO STEP 863 (remove_files) COMPLETE
68962024-12-12T04:00:13.333Z[ recovery-image] Dec 12 04:00:12.883 INFO O| Dec 12 04:00:12.883 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-12T04:00:13.340Z[ recovery-image] Dec 12 04:00:12.893 INFO O| Dec 12 04:00:12.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
68982024-12-12T04:00:13.340Z[ recovery-image] Dec 12 04:00:12.893 INFO O| Dec 12 04:00:12.893 INFO STEP 864 (remove_files) COMPLETE
68992024-12-12T04:00:13.340Z[ recovery-image] Dec 12 04:00:12.893 INFO O| Dec 12 04:00:12.893 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-12T04:00:13.349Z[ recovery-image] Dec 12 04:00:12.902 INFO O| Dec 12 04:00:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69012024-12-12T04:00:13.349Z[ recovery-image] Dec 12 04:00:12.902 INFO O| Dec 12 04:00:12.902 INFO STEP 865 (remove_files) COMPLETE
69022024-12-12T04:00:13.349Z[ recovery-image] Dec 12 04:00:12.902 INFO O| Dec 12 04:00:12.902 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-12T04:00:13.359Z[ recovery-image] Dec 12 04:00:12.912 INFO O| Dec 12 04:00:12.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69042024-12-12T04:00:13.359Z[ recovery-image] Dec 12 04:00:12.912 INFO O| Dec 12 04:00:12.912 INFO STEP 866 (remove_files) COMPLETE
69052024-12-12T04:00:13.361Z[ recovery-image] Dec 12 04:00:12.912 INFO O| Dec 12 04:00:12.912 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-12T04:00:13.368Z[ recovery-image] Dec 12 04:00:12.922 INFO O| Dec 12 04:00:12.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69072024-12-12T04:00:13.368Z[ recovery-image] Dec 12 04:00:12.922 INFO O| Dec 12 04:00:12.922 INFO STEP 867 (remove_files) COMPLETE
69082024-12-12T04:00:13.368Z[ recovery-image] Dec 12 04:00:12.922 INFO O| Dec 12 04:00:12.922 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-12-12T04:00:13.378Z[ recovery-image] Dec 12 04:00:12.931 INFO O| Dec 12 04:00:12.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69102024-12-12T04:00:13.378Z[ recovery-image] Dec 12 04:00:12.931 INFO O| Dec 12 04:00:12.931 INFO STEP 868 (remove_files) COMPLETE
69112024-12-12T04:00:13.381Z[ recovery-image] Dec 12 04:00:12.931 INFO O| Dec 12 04:00:12.931 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-12-12T04:00:13.388Z[ recovery-image] Dec 12 04:00:12.941 INFO O| Dec 12 04:00:12.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69132024-12-12T04:00:13.390Z[ recovery-image] Dec 12 04:00:12.941 INFO O| Dec 12 04:00:12.941 INFO STEP 869 (remove_files) COMPLETE
69142024-12-12T04:00:13.390Z[ recovery-image] Dec 12 04:00:12.941 INFO O| Dec 12 04:00:12.941 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-12-12T04:00:13.397Z[ recovery-image] Dec 12 04:00:12.950 INFO O| Dec 12 04:00:12.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69162024-12-12T04:00:13.397Z[ recovery-image] Dec 12 04:00:12.950 INFO O| Dec 12 04:00:12.950 INFO STEP 870 (remove_files) COMPLETE
69172024-12-12T04:00:13.399Z[ recovery-image] Dec 12 04:00:12.951 INFO O| Dec 12 04:00:12.950 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-12-12T04:00:13.407Z[ recovery-image] Dec 12 04:00:12.960 INFO O| Dec 12 04:00:12.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69192024-12-12T04:00:13.408Z[ recovery-image] Dec 12 04:00:12.960 INFO O| Dec 12 04:00:12.960 INFO STEP 871 (remove_files) COMPLETE
69202024-12-12T04:00:13.410Z[ recovery-image] Dec 12 04:00:12.960 INFO O| Dec 12 04:00:12.960 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-12T04:00:13.416Z[ recovery-image] Dec 12 04:00:12.970 INFO O| Dec 12 04:00:12.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69222024-12-12T04:00:13.419Z[ recovery-image] Dec 12 04:00:12.970 INFO O| Dec 12 04:00:12.970 INFO STEP 872 (remove_files) COMPLETE
69232024-12-12T04:00:13.419Z[ recovery-image] Dec 12 04:00:12.970 INFO O| Dec 12 04:00:12.970 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-12T04:00:13.426Z[ recovery-image] Dec 12 04:00:12.979 INFO O| Dec 12 04:00:12.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69252024-12-12T04:00:13.426Z[ recovery-image] Dec 12 04:00:12.979 INFO O| Dec 12 04:00:12.979 INFO STEP 873 (remove_files) COMPLETE
69262024-12-12T04:00:13.428Z[ recovery-image] Dec 12 04:00:12.979 INFO O| Dec 12 04:00:12.979 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-12T04:00:13.436Z[ recovery-image] Dec 12 04:00:12.989 INFO O| Dec 12 04:00:12.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69282024-12-12T04:00:13.439Z[ recovery-image] Dec 12 04:00:12.989 INFO O| Dec 12 04:00:12.989 INFO STEP 874 (remove_files) COMPLETE
69292024-12-12T04:00:13.439Z[ recovery-image] Dec 12 04:00:12.989 INFO O| Dec 12 04:00:12.989 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-12T04:00:13.446Z[ recovery-image] Dec 12 04:00:12.999 INFO O| Dec 12 04:00:12.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69312024-12-12T04:00:13.446Z[ recovery-image] Dec 12 04:00:12.999 INFO O| Dec 12 04:00:12.999 INFO STEP 875 (remove_files) COMPLETE
69322024-12-12T04:00:13.446Z[ recovery-image] Dec 12 04:00:12.999 INFO O| Dec 12 04:00:12.999 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-12T04:00:13.458Z[ recovery-image] Dec 12 04:00:13.011 INFO O| Dec 12 04:00:13.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69342024-12-12T04:00:13.458Z[ recovery-image] Dec 12 04:00:13.011 INFO O| Dec 12 04:00:13.011 INFO STEP 876 (remove_files) COMPLETE
69352024-12-12T04:00:13.460Z[ recovery-image] Dec 12 04:00:13.011 INFO O| Dec 12 04:00:13.011 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-12T04:00:13.468Z[ recovery-image] Dec 12 04:00:13.021 INFO O| Dec 12 04:00:13.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69372024-12-12T04:00:13.471Z[ recovery-image] Dec 12 04:00:13.021 INFO O| Dec 12 04:00:13.021 INFO STEP 877 (remove_files) COMPLETE
69382024-12-12T04:00:13.471Z[ recovery-image] Dec 12 04:00:13.021 INFO O| Dec 12 04:00:13.021 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-12T04:00:13.478Z[ recovery-image] Dec 12 04:00:13.031 INFO O| Dec 12 04:00:13.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69402024-12-12T04:00:13.478Z[ recovery-image] Dec 12 04:00:13.031 INFO O| Dec 12 04:00:13.031 INFO STEP 878 (remove_files) COMPLETE
69412024-12-12T04:00:13.480Z[ recovery-image] Dec 12 04:00:13.031 INFO O| Dec 12 04:00:13.031 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-12-12T04:00:13.488Z[ recovery-image] Dec 12 04:00:13.041 INFO O| Dec 12 04:00:13.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69432024-12-12T04:00:13.488Z[ recovery-image] Dec 12 04:00:13.042 INFO O| Dec 12 04:00:13.041 INFO STEP 879 (remove_files) COMPLETE
69442024-12-12T04:00:13.491Z[ recovery-image] Dec 12 04:00:13.042 INFO O| Dec 12 04:00:13.041 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-12-12T04:00:13.499Z[ recovery-image] Dec 12 04:00:13.052 INFO O| Dec 12 04:00:13.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69462024-12-12T04:00:13.501Z[ recovery-image] Dec 12 04:00:13.052 INFO O| Dec 12 04:00:13.052 INFO STEP 880 (remove_files) COMPLETE
69472024-12-12T04:00:13.501Z[ recovery-image] Dec 12 04:00:13.052 INFO O| Dec 12 04:00:13.052 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-12-12T04:00:13.509Z[ recovery-image] Dec 12 04:00:13.062 INFO O| Dec 12 04:00:13.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69492024-12-12T04:00:13.512Z[ recovery-image] Dec 12 04:00:13.063 INFO O| Dec 12 04:00:13.063 INFO STEP 881 (remove_files) COMPLETE
69502024-12-12T04:00:13.512Z[ recovery-image] Dec 12 04:00:13.063 INFO O| Dec 12 04:00:13.063 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-12-12T04:00:13.520Z[ recovery-image] Dec 12 04:00:13.073 INFO O| Dec 12 04:00:13.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69522024-12-12T04:00:13.520Z[ recovery-image] Dec 12 04:00:13.073 INFO O| Dec 12 04:00:13.073 INFO STEP 882 (remove_files) COMPLETE
69532024-12-12T04:00:13.520Z[ recovery-image] Dec 12 04:00:13.073 INFO O| Dec 12 04:00:13.073 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-12-12T04:00:13.530Z[ recovery-image] Dec 12 04:00:13.083 INFO O| Dec 12 04:00:13.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69552024-12-12T04:00:13.530Z[ recovery-image] Dec 12 04:00:13.083 INFO O| Dec 12 04:00:13.083 INFO STEP 883 (remove_files) COMPLETE
69562024-12-12T04:00:13.530Z[ recovery-image] Dec 12 04:00:13.083 INFO O| Dec 12 04:00:13.083 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-12-12T04:00:13.539Z[ recovery-image] Dec 12 04:00:13.093 INFO O| Dec 12 04:00:13.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69582024-12-12T04:00:13.541Z[ recovery-image] Dec 12 04:00:13.093 INFO O| Dec 12 04:00:13.093 INFO STEP 884 (remove_files) COMPLETE
69592024-12-12T04:00:13.542Z[ recovery-image] Dec 12 04:00:13.093 INFO O| Dec 12 04:00:13.093 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-12T04:00:13.549Z[ recovery-image] Dec 12 04:00:13.102 INFO O| Dec 12 04:00:13.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69612024-12-12T04:00:13.549Z[ recovery-image] Dec 12 04:00:13.102 INFO O| Dec 12 04:00:13.102 INFO STEP 885 (remove_files) COMPLETE
69622024-12-12T04:00:13.549Z[ recovery-image] Dec 12 04:00:13.102 INFO O| Dec 12 04:00:13.102 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-12T04:00:13.559Z[ recovery-image] Dec 12 04:00:13.112 INFO O| Dec 12 04:00:13.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69642024-12-12T04:00:13.561Z[ recovery-image] Dec 12 04:00:13.112 INFO O| Dec 12 04:00:13.112 INFO STEP 886 (remove_files) COMPLETE
69652024-12-12T04:00:13.561Z[ recovery-image] Dec 12 04:00:13.112 INFO O| Dec 12 04:00:13.112 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-12T04:00:13.568Z[ recovery-image] Dec 12 04:00:13.121 INFO O| Dec 12 04:00:13.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69672024-12-12T04:00:13.571Z[ recovery-image] Dec 12 04:00:13.122 INFO O| Dec 12 04:00:13.122 INFO STEP 887 (remove_files) COMPLETE
69682024-12-12T04:00:13.571Z[ recovery-image] Dec 12 04:00:13.122 INFO O| Dec 12 04:00:13.122 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-12-12T04:00:13.578Z[ recovery-image] Dec 12 04:00:13.131 INFO O| Dec 12 04:00:13.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69702024-12-12T04:00:13.578Z[ recovery-image] Dec 12 04:00:13.131 INFO O| Dec 12 04:00:13.131 INFO STEP 888 (remove_files) COMPLETE
69712024-12-12T04:00:13.578Z[ recovery-image] Dec 12 04:00:13.132 INFO O| Dec 12 04:00:13.131 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-12-12T04:00:13.588Z[ recovery-image] Dec 12 04:00:13.141 INFO O| Dec 12 04:00:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69732024-12-12T04:00:13.590Z[ recovery-image] Dec 12 04:00:13.141 INFO O| Dec 12 04:00:13.141 INFO STEP 889 (remove_files) COMPLETE
69742024-12-12T04:00:13.590Z[ recovery-image] Dec 12 04:00:13.141 INFO O| Dec 12 04:00:13.141 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-12T04:00:13.598Z[ recovery-image] Dec 12 04:00:13.151 INFO O| Dec 12 04:00:13.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69762024-12-12T04:00:13.600Z[ recovery-image] Dec 12 04:00:13.151 INFO O| Dec 12 04:00:13.151 INFO STEP 890 (remove_files) COMPLETE
69772024-12-12T04:00:13.600Z[ recovery-image] Dec 12 04:00:13.151 INFO O| Dec 12 04:00:13.151 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-12T04:00:13.607Z[ recovery-image] Dec 12 04:00:13.160 INFO O| Dec 12 04:00:13.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69792024-12-12T04:00:13.607Z[ recovery-image] Dec 12 04:00:13.160 INFO O| Dec 12 04:00:13.160 INFO STEP 891 (remove_files) COMPLETE
69802024-12-12T04:00:13.609Z[ recovery-image] Dec 12 04:00:13.161 INFO O| Dec 12 04:00:13.160 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-12-12T04:00:13.617Z[ recovery-image] Dec 12 04:00:13.170 INFO O| Dec 12 04:00:13.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69822024-12-12T04:00:13.617Z[ recovery-image] Dec 12 04:00:13.170 INFO O| Dec 12 04:00:13.170 INFO STEP 892 (remove_files) COMPLETE
69832024-12-12T04:00:13.619Z[ recovery-image] Dec 12 04:00:13.170 INFO O| Dec 12 04:00:13.170 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-12T04:00:13.627Z[ recovery-image] Dec 12 04:00:13.180 INFO O| Dec 12 04:00:13.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
69852024-12-12T04:00:13.627Z[ recovery-image] Dec 12 04:00:13.180 INFO O| Dec 12 04:00:13.180 INFO STEP 893 (remove_files) COMPLETE
69862024-12-12T04:00:13.630Z[ recovery-image] Dec 12 04:00:13.180 INFO O| Dec 12 04:00:13.180 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-12-12T04:00:13.636Z[ recovery-image] Dec 12 04:00:13.190 INFO O| Dec 12 04:00:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
69882024-12-12T04:00:13.636Z[ recovery-image] Dec 12 04:00:13.190 INFO O| Dec 12 04:00:13.190 INFO STEP 894 (remove_files) COMPLETE
69892024-12-12T04:00:13.639Z[ recovery-image] Dec 12 04:00:13.190 INFO O| Dec 12 04:00:13.190 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-12-12T04:00:13.646Z[ recovery-image] Dec 12 04:00:13.199 INFO O| Dec 12 04:00:13.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
69912024-12-12T04:00:13.646Z[ recovery-image] Dec 12 04:00:13.199 INFO O| Dec 12 04:00:13.199 INFO STEP 895 (remove_files) COMPLETE
69922024-12-12T04:00:13.649Z[ recovery-image] Dec 12 04:00:13.199 INFO O| Dec 12 04:00:13.199 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-12-12T04:00:13.656Z[ recovery-image] Dec 12 04:00:13.209 INFO O| Dec 12 04:00:13.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
69942024-12-12T04:00:13.656Z[ recovery-image] Dec 12 04:00:13.209 INFO O| Dec 12 04:00:13.209 INFO STEP 896 (remove_files) COMPLETE
69952024-12-12T04:00:13.659Z[ recovery-image] Dec 12 04:00:13.209 INFO O| Dec 12 04:00:13.209 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-12-12T04:00:13.665Z[ recovery-image] Dec 12 04:00:13.219 INFO O| Dec 12 04:00:13.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
69972024-12-12T04:00:13.668Z[ recovery-image] Dec 12 04:00:13.219 INFO O| Dec 12 04:00:13.219 INFO STEP 897 (remove_files) COMPLETE
69982024-12-12T04:00:13.668Z[ recovery-image] Dec 12 04:00:13.219 INFO O| Dec 12 04:00:13.219 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-12-12T04:00:13.675Z[ recovery-image] Dec 12 04:00:13.228 INFO O| Dec 12 04:00:13.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70002024-12-12T04:00:13.675Z[ recovery-image] Dec 12 04:00:13.228 INFO O| Dec 12 04:00:13.228 INFO STEP 898 (remove_files) COMPLETE
70012024-12-12T04:00:13.677Z[ recovery-image] Dec 12 04:00:13.228 INFO O| Dec 12 04:00:13.228 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-12-12T04:00:13.685Z[ recovery-image] Dec 12 04:00:13.238 INFO O| Dec 12 04:00:13.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70032024-12-12T04:00:13.687Z[ recovery-image] Dec 12 04:00:13.238 INFO O| Dec 12 04:00:13.238 INFO STEP 899 (remove_files) COMPLETE
70042024-12-12T04:00:13.687Z[ recovery-image] Dec 12 04:00:13.238 INFO O| Dec 12 04:00:13.238 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-12-12T04:00:13.695Z[ recovery-image] Dec 12 04:00:13.248 INFO O| Dec 12 04:00:13.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70062024-12-12T04:00:13.695Z[ recovery-image] Dec 12 04:00:13.248 INFO O| Dec 12 04:00:13.248 INFO STEP 900 (remove_files) COMPLETE
70072024-12-12T04:00:13.697Z[ recovery-image] Dec 12 04:00:13.248 INFO O| Dec 12 04:00:13.248 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-12-12T04:00:13.704Z[ recovery-image] Dec 12 04:00:13.257 INFO O| Dec 12 04:00:13.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70092024-12-12T04:00:13.704Z[ recovery-image] Dec 12 04:00:13.258 INFO O| Dec 12 04:00:13.258 INFO STEP 901 (remove_files) COMPLETE
70102024-12-12T04:00:13.704Z[ recovery-image] Dec 12 04:00:13.258 INFO O| Dec 12 04:00:13.258 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-12-12T04:00:13.714Z[ recovery-image] Dec 12 04:00:13.267 INFO O| Dec 12 04:00:13.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70122024-12-12T04:00:13.714Z[ recovery-image] Dec 12 04:00:13.267 INFO O| Dec 12 04:00:13.267 INFO STEP 902 (remove_files) COMPLETE
70132024-12-12T04:00:13.714Z[ recovery-image] Dec 12 04:00:13.267 INFO O| Dec 12 04:00:13.267 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-12-12T04:00:13.723Z[ recovery-image] Dec 12 04:00:13.277 INFO O| Dec 12 04:00:13.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70152024-12-12T04:00:13.723Z[ recovery-image] Dec 12 04:00:13.277 INFO O| Dec 12 04:00:13.277 INFO STEP 903 (remove_files) COMPLETE
70162024-12-12T04:00:13.723Z[ recovery-image] Dec 12 04:00:13.277 INFO O| Dec 12 04:00:13.277 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-12-12T04:00:13.733Z[ recovery-image] Dec 12 04:00:13.286 INFO O| Dec 12 04:00:13.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70182024-12-12T04:00:13.733Z[ recovery-image] Dec 12 04:00:13.286 INFO O| Dec 12 04:00:13.286 INFO STEP 904 (remove_files) COMPLETE
70192024-12-12T04:00:13.736Z[ recovery-image] Dec 12 04:00:13.286 INFO O| Dec 12 04:00:13.286 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-12-12T04:00:13.743Z[ recovery-image] Dec 12 04:00:13.296 INFO O| Dec 12 04:00:13.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70212024-12-12T04:00:13.743Z[ recovery-image] Dec 12 04:00:13.296 INFO O| Dec 12 04:00:13.296 INFO STEP 905 (remove_files) COMPLETE
70222024-12-12T04:00:13.743Z[ recovery-image] Dec 12 04:00:13.296 INFO O| Dec 12 04:00:13.296 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-12-12T04:00:13.752Z[ recovery-image] Dec 12 04:00:13.306 INFO O| Dec 12 04:00:13.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70242024-12-12T04:00:13.755Z[ recovery-image] Dec 12 04:00:13.306 INFO O| Dec 12 04:00:13.306 INFO STEP 906 (remove_files) COMPLETE
70252024-12-12T04:00:13.755Z[ recovery-image] Dec 12 04:00:13.306 INFO O| Dec 12 04:00:13.306 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-12-12T04:00:13.762Z[ recovery-image] Dec 12 04:00:13.315 INFO O| Dec 12 04:00:13.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70272024-12-12T04:00:13.762Z[ recovery-image] Dec 12 04:00:13.315 INFO O| Dec 12 04:00:13.315 INFO STEP 907 (remove_files) COMPLETE
70282024-12-12T04:00:13.764Z[ recovery-image] Dec 12 04:00:13.315 INFO O| Dec 12 04:00:13.315 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-12-12T04:00:13.772Z[ recovery-image] Dec 12 04:00:13.325 INFO O| Dec 12 04:00:13.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70302024-12-12T04:00:13.772Z[ recovery-image] Dec 12 04:00:13.325 INFO O| Dec 12 04:00:13.325 INFO STEP 908 (remove_files) COMPLETE
70312024-12-12T04:00:13.772Z[ recovery-image] Dec 12 04:00:13.325 INFO O| Dec 12 04:00:13.325 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-12-12T04:00:13.782Z[ recovery-image] Dec 12 04:00:13.335 INFO O| Dec 12 04:00:13.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70332024-12-12T04:00:13.784Z[ recovery-image] Dec 12 04:00:13.335 INFO O| Dec 12 04:00:13.335 INFO STEP 909 (remove_files) COMPLETE
70342024-12-12T04:00:13.784Z[ recovery-image] Dec 12 04:00:13.335 INFO O| Dec 12 04:00:13.335 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-12-12T04:00:13.791Z[ recovery-image] Dec 12 04:00:13.344 INFO O| Dec 12 04:00:13.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70362024-12-12T04:00:13.791Z[ recovery-image] Dec 12 04:00:13.344 INFO O| Dec 12 04:00:13.344 INFO STEP 910 (remove_files) COMPLETE
70372024-12-12T04:00:13.791Z[ recovery-image] Dec 12 04:00:13.344 INFO O| Dec 12 04:00:13.344 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-12-12T04:00:13.801Z[ recovery-image] Dec 12 04:00:13.354 INFO O| Dec 12 04:00:13.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70392024-12-12T04:00:13.801Z[ recovery-image] Dec 12 04:00:13.354 INFO O| Dec 12 04:00:13.354 INFO STEP 911 (remove_files) COMPLETE
70402024-12-12T04:00:13.801Z[ recovery-image] Dec 12 04:00:13.354 INFO O| Dec 12 04:00:13.354 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-12-12T04:00:13.815Z[ recovery-image] Dec 12 04:00:13.368 INFO O| Dec 12 04:00:13.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70422024-12-12T04:00:13.815Z[ recovery-image] Dec 12 04:00:13.368 INFO O| Dec 12 04:00:13.368 INFO STEP 912 (remove_files) COMPLETE
70432024-12-12T04:00:13.817Z[ recovery-image] Dec 12 04:00:13.368 INFO O| Dec 12 04:00:13.368 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-12-12T04:00:13.826Z[ recovery-image] Dec 12 04:00:13.379 INFO O| Dec 12 04:00:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70452024-12-12T04:00:13.826Z[ recovery-image] Dec 12 04:00:13.379 INFO O| Dec 12 04:00:13.379 INFO STEP 913 (remove_files) COMPLETE
70462024-12-12T04:00:13.826Z[ recovery-image] Dec 12 04:00:13.379 INFO O| Dec 12 04:00:13.379 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-12-12T04:00:13.837Z[ recovery-image] Dec 12 04:00:13.390 INFO O| Dec 12 04:00:13.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70482024-12-12T04:00:13.837Z[ recovery-image] Dec 12 04:00:13.390 INFO O| Dec 12 04:00:13.390 INFO STEP 914 (remove_files) COMPLETE
70492024-12-12T04:00:13.839Z[ recovery-image] Dec 12 04:00:13.390 INFO O| Dec 12 04:00:13.390 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-12-12T04:00:13.847Z[ recovery-image] Dec 12 04:00:13.400 INFO O| Dec 12 04:00:13.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70512024-12-12T04:00:13.847Z[ recovery-image] Dec 12 04:00:13.400 INFO O| Dec 12 04:00:13.400 INFO STEP 915 (remove_files) COMPLETE
70522024-12-12T04:00:13.850Z[ recovery-image] Dec 12 04:00:13.400 INFO O| Dec 12 04:00:13.400 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-12-12T04:00:13.859Z[ recovery-image] Dec 12 04:00:13.412 INFO O| Dec 12 04:00:13.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70542024-12-12T04:00:13.859Z[ recovery-image] Dec 12 04:00:13.412 INFO O| Dec 12 04:00:13.412 INFO STEP 916 (remove_files) COMPLETE
70552024-12-12T04:00:13.859Z[ recovery-image] Dec 12 04:00:13.412 INFO O| Dec 12 04:00:13.412 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-12T04:00:13.869Z[ recovery-image] Dec 12 04:00:13.422 INFO O| Dec 12 04:00:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70572024-12-12T04:00:13.872Z[ recovery-image] Dec 12 04:00:13.422 INFO O| Dec 12 04:00:13.422 INFO STEP 917 (remove_files) COMPLETE
70582024-12-12T04:00:13.872Z[ recovery-image] Dec 12 04:00:13.422 INFO O| Dec 12 04:00:13.422 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-12T04:00:13.880Z[ recovery-image] Dec 12 04:00:13.433 INFO O| Dec 12 04:00:13.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70602024-12-12T04:00:13.880Z[ recovery-image] Dec 12 04:00:13.433 INFO O| Dec 12 04:00:13.433 INFO STEP 918 (remove_files) COMPLETE
70612024-12-12T04:00:13.880Z[ recovery-image] Dec 12 04:00:13.433 INFO O| Dec 12 04:00:13.433 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-12-12T04:00:13.890Z[ recovery-image] Dec 12 04:00:13.444 INFO O| Dec 12 04:00:13.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70632024-12-12T04:00:13.893Z[ recovery-image] Dec 12 04:00:13.444 INFO O| Dec 12 04:00:13.444 INFO STEP 919 (remove_files) COMPLETE
70642024-12-12T04:00:13.893Z[ recovery-image] Dec 12 04:00:13.444 INFO O| Dec 12 04:00:13.444 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-12T04:00:13.901Z[ recovery-image] Dec 12 04:00:13.454 INFO O| Dec 12 04:00:13.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70662024-12-12T04:00:13.904Z[ recovery-image] Dec 12 04:00:13.454 INFO O| Dec 12 04:00:13.454 INFO STEP 920 (remove_files) COMPLETE
70672024-12-12T04:00:13.904Z[ recovery-image] Dec 12 04:00:13.454 INFO O| Dec 12 04:00:13.454 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-12T04:00:13.912Z[ recovery-image] Dec 12 04:00:13.465 INFO O| Dec 12 04:00:13.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70692024-12-12T04:00:13.912Z[ recovery-image] Dec 12 04:00:13.465 INFO O| Dec 12 04:00:13.465 INFO STEP 921 (remove_files) COMPLETE
70702024-12-12T04:00:13.912Z[ recovery-image] Dec 12 04:00:13.465 INFO O| Dec 12 04:00:13.465 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-12T04:00:13.923Z[ recovery-image] Dec 12 04:00:13.476 INFO O| Dec 12 04:00:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70722024-12-12T04:00:13.923Z[ recovery-image] Dec 12 04:00:13.476 INFO O| Dec 12 04:00:13.476 INFO STEP 922 (remove_files) COMPLETE
70732024-12-12T04:00:13.925Z[ recovery-image] Dec 12 04:00:13.476 INFO O| Dec 12 04:00:13.476 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-12T04:00:13.933Z[ recovery-image] Dec 12 04:00:13.486 INFO O| Dec 12 04:00:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70752024-12-12T04:00:13.933Z[ recovery-image] Dec 12 04:00:13.486 INFO O| Dec 12 04:00:13.486 INFO STEP 923 (remove_files) COMPLETE
70762024-12-12T04:00:13.937Z[ recovery-image] Dec 12 04:00:13.486 INFO O| Dec 12 04:00:13.486 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-12T04:00:13.943Z[ recovery-image] Dec 12 04:00:13.497 INFO O| Dec 12 04:00:13.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70782024-12-12T04:00:13.943Z[ recovery-image] Dec 12 04:00:13.497 INFO O| Dec 12 04:00:13.497 INFO STEP 924 (remove_files) COMPLETE
70792024-12-12T04:00:13.946Z[ recovery-image] Dec 12 04:00:13.497 INFO O| Dec 12 04:00:13.497 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-12T04:00:13.954Z[ recovery-image] Dec 12 04:00:13.507 INFO O| Dec 12 04:00:13.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70812024-12-12T04:00:13.956Z[ recovery-image] Dec 12 04:00:13.507 INFO O| Dec 12 04:00:13.507 INFO STEP 925 (remove_files) COMPLETE
70822024-12-12T04:00:13.956Z[ recovery-image] Dec 12 04:00:13.507 INFO O| Dec 12 04:00:13.507 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-12T04:00:13.965Z[ recovery-image] Dec 12 04:00:13.518 INFO O| Dec 12 04:00:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
70842024-12-12T04:00:13.967Z[ recovery-image] Dec 12 04:00:13.518 INFO O| Dec 12 04:00:13.518 INFO STEP 926 (remove_files) COMPLETE
70852024-12-12T04:00:13.967Z[ recovery-image] Dec 12 04:00:13.518 INFO O| Dec 12 04:00:13.518 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-12T04:00:13.975Z[ recovery-image] Dec 12 04:00:13.529 INFO O| Dec 12 04:00:13.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
70872024-12-12T04:00:13.975Z[ recovery-image] Dec 12 04:00:13.529 INFO O| Dec 12 04:00:13.529 INFO STEP 927 (remove_files) COMPLETE
70882024-12-12T04:00:13.975Z[ recovery-image] Dec 12 04:00:13.529 INFO O| Dec 12 04:00:13.529 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-12T04:00:13.986Z[ recovery-image] Dec 12 04:00:13.539 INFO O| Dec 12 04:00:13.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
70902024-12-12T04:00:13.986Z[ recovery-image] Dec 12 04:00:13.539 INFO O| Dec 12 04:00:13.539 INFO STEP 928 (remove_files) COMPLETE
70912024-12-12T04:00:13.988Z[ recovery-image] Dec 12 04:00:13.539 INFO O| Dec 12 04:00:13.539 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-12T04:00:13.995Z[ recovery-image] Dec 12 04:00:13.548 INFO O| Dec 12 04:00:13.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
70932024-12-12T04:00:13.998Z[ recovery-image] Dec 12 04:00:13.549 INFO O| Dec 12 04:00:13.549 INFO STEP 929 (remove_files) COMPLETE
70942024-12-12T04:00:13.998Z[ recovery-image] Dec 12 04:00:13.549 INFO O| Dec 12 04:00:13.549 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-12T04:00:14.005Z[ recovery-image] Dec 12 04:00:13.558 INFO O| Dec 12 04:00:13.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
70962024-12-12T04:00:14.005Z[ recovery-image] Dec 12 04:00:13.558 INFO O| Dec 12 04:00:13.558 INFO STEP 930 (remove_files) COMPLETE
70972024-12-12T04:00:14.008Z[ recovery-image] Dec 12 04:00:13.558 INFO O| Dec 12 04:00:13.558 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-12T04:00:14.014Z[ recovery-image] Dec 12 04:00:13.568 INFO O| Dec 12 04:00:13.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
70992024-12-12T04:00:14.017Z[ recovery-image] Dec 12 04:00:13.568 INFO O| Dec 12 04:00:13.568 INFO STEP 931 (remove_files) COMPLETE
71002024-12-12T04:00:14.017Z[ recovery-image] Dec 12 04:00:13.568 INFO O| Dec 12 04:00:13.568 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-12T04:00:14.025Z[ recovery-image] Dec 12 04:00:13.578 INFO O| Dec 12 04:00:13.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71022024-12-12T04:00:14.025Z[ recovery-image] Dec 12 04:00:13.578 INFO O| Dec 12 04:00:13.578 INFO STEP 932 (remove_files) COMPLETE
71032024-12-12T04:00:14.027Z[ recovery-image] Dec 12 04:00:13.578 INFO O| Dec 12 04:00:13.578 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-12T04:00:14.034Z[ recovery-image] Dec 12 04:00:13.587 INFO O| Dec 12 04:00:13.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71052024-12-12T04:00:14.037Z[ recovery-image] Dec 12 04:00:13.588 INFO O| Dec 12 04:00:13.588 INFO STEP 933 (remove_files) COMPLETE
71062024-12-12T04:00:14.037Z[ recovery-image] Dec 12 04:00:13.588 INFO O| Dec 12 04:00:13.588 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-12T04:00:14.044Z[ recovery-image] Dec 12 04:00:13.597 INFO O| Dec 12 04:00:13.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71082024-12-12T04:00:14.044Z[ recovery-image] Dec 12 04:00:13.597 INFO O| Dec 12 04:00:13.597 INFO STEP 934 (remove_files) COMPLETE
71092024-12-12T04:00:14.047Z[ recovery-image] Dec 12 04:00:13.597 INFO O| Dec 12 04:00:13.597 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-12T04:00:14.054Z[ recovery-image] Dec 12 04:00:13.607 INFO O| Dec 12 04:00:13.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71112024-12-12T04:00:14.057Z[ recovery-image] Dec 12 04:00:13.607 INFO O| Dec 12 04:00:13.607 INFO STEP 935 (remove_files) COMPLETE
71122024-12-12T04:00:14.057Z[ recovery-image] Dec 12 04:00:13.608 INFO O| Dec 12 04:00:13.607 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-12T04:00:14.064Z[ recovery-image] Dec 12 04:00:13.617 INFO O| Dec 12 04:00:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71142024-12-12T04:00:14.064Z[ recovery-image] Dec 12 04:00:13.617 INFO O| Dec 12 04:00:13.617 INFO STEP 936 (remove_files) COMPLETE
71152024-12-12T04:00:14.064Z[ recovery-image] Dec 12 04:00:13.617 INFO O| Dec 12 04:00:13.617 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-12T04:00:14.073Z[ recovery-image] Dec 12 04:00:13.626 INFO O| Dec 12 04:00:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71172024-12-12T04:00:14.073Z[ recovery-image] Dec 12 04:00:13.627 INFO O| Dec 12 04:00:13.627 INFO STEP 937 (remove_files) COMPLETE
71182024-12-12T04:00:14.073Z[ recovery-image] Dec 12 04:00:13.627 INFO O| Dec 12 04:00:13.627 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-12T04:00:14.084Z[ recovery-image] Dec 12 04:00:13.637 INFO O| Dec 12 04:00:13.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71202024-12-12T04:00:14.084Z[ recovery-image] Dec 12 04:00:13.637 INFO O| Dec 12 04:00:13.637 INFO STEP 938 (remove_files) COMPLETE
71212024-12-12T04:00:14.086Z[ recovery-image] Dec 12 04:00:13.637 INFO O| Dec 12 04:00:13.637 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-12T04:00:14.094Z[ recovery-image] Dec 12 04:00:13.647 INFO O| Dec 12 04:00:13.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71232024-12-12T04:00:14.094Z[ recovery-image] Dec 12 04:00:13.647 INFO O| Dec 12 04:00:13.647 INFO STEP 939 (remove_files) COMPLETE
71242024-12-12T04:00:14.094Z[ recovery-image] Dec 12 04:00:13.647 INFO O| Dec 12 04:00:13.647 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-12T04:00:14.105Z[ recovery-image] Dec 12 04:00:13.658 INFO O| Dec 12 04:00:13.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71262024-12-12T04:00:14.108Z[ recovery-image] Dec 12 04:00:13.658 INFO O| Dec 12 04:00:13.658 INFO STEP 940 (remove_files) COMPLETE
71272024-12-12T04:00:14.108Z[ recovery-image] Dec 12 04:00:13.658 INFO O| Dec 12 04:00:13.658 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-12T04:00:14.115Z[ recovery-image] Dec 12 04:00:13.668 INFO O| Dec 12 04:00:13.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71292024-12-12T04:00:14.115Z[ recovery-image] Dec 12 04:00:13.668 INFO O| Dec 12 04:00:13.668 INFO STEP 941 (remove_files) COMPLETE
71302024-12-12T04:00:14.115Z[ recovery-image] Dec 12 04:00:13.668 INFO O| Dec 12 04:00:13.668 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-12T04:00:14.125Z[ recovery-image] Dec 12 04:00:13.678 INFO O| Dec 12 04:00:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71322024-12-12T04:00:14.127Z[ recovery-image] Dec 12 04:00:13.678 INFO O| Dec 12 04:00:13.678 INFO STEP 942 (remove_files) COMPLETE
71332024-12-12T04:00:14.127Z[ recovery-image] Dec 12 04:00:13.678 INFO O| Dec 12 04:00:13.678 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-12T04:00:14.135Z[ recovery-image] Dec 12 04:00:13.688 INFO O| Dec 12 04:00:13.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71352024-12-12T04:00:14.135Z[ recovery-image] Dec 12 04:00:13.688 INFO O| Dec 12 04:00:13.688 INFO STEP 943 (remove_files) COMPLETE
71362024-12-12T04:00:14.135Z[ recovery-image] Dec 12 04:00:13.688 INFO O| Dec 12 04:00:13.688 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-12T04:00:14.145Z[ recovery-image] Dec 12 04:00:13.698 INFO O| Dec 12 04:00:13.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71382024-12-12T04:00:14.145Z[ recovery-image] Dec 12 04:00:13.698 INFO O| Dec 12 04:00:13.698 INFO STEP 944 (remove_files) COMPLETE
71392024-12-12T04:00:14.147Z[ recovery-image] Dec 12 04:00:13.698 INFO O| Dec 12 04:00:13.698 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-12T04:00:14.155Z[ recovery-image] Dec 12 04:00:13.708 INFO O| Dec 12 04:00:13.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71412024-12-12T04:00:14.155Z[ recovery-image] Dec 12 04:00:13.708 INFO O| Dec 12 04:00:13.708 INFO STEP 945 (remove_files) COMPLETE
71422024-12-12T04:00:14.157Z[ recovery-image] Dec 12 04:00:13.708 INFO O| Dec 12 04:00:13.708 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-12T04:00:14.164Z[ recovery-image] Dec 12 04:00:13.717 INFO O| Dec 12 04:00:13.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71442024-12-12T04:00:14.167Z[ recovery-image] Dec 12 04:00:13.717 INFO O| Dec 12 04:00:13.717 INFO STEP 946 (remove_files) COMPLETE
71452024-12-12T04:00:14.167Z[ recovery-image] Dec 12 04:00:13.717 INFO O| Dec 12 04:00:13.717 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-12T04:00:14.174Z[ recovery-image] Dec 12 04:00:13.727 INFO O| Dec 12 04:00:13.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71472024-12-12T04:00:14.174Z[ recovery-image] Dec 12 04:00:13.727 INFO O| Dec 12 04:00:13.727 INFO STEP 947 (remove_files) COMPLETE
71482024-12-12T04:00:14.176Z[ recovery-image] Dec 12 04:00:13.727 INFO O| Dec 12 04:00:13.727 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-12T04:00:14.184Z[ recovery-image] Dec 12 04:00:13.737 INFO O| Dec 12 04:00:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71502024-12-12T04:00:14.184Z[ recovery-image] Dec 12 04:00:13.737 INFO O| Dec 12 04:00:13.737 INFO STEP 948 (remove_files) COMPLETE
71512024-12-12T04:00:14.186Z[ recovery-image] Dec 12 04:00:13.737 INFO O| Dec 12 04:00:13.737 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-12T04:00:14.193Z[ recovery-image] Dec 12 04:00:13.746 INFO O| Dec 12 04:00:13.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71532024-12-12T04:00:14.193Z[ recovery-image] Dec 12 04:00:13.746 INFO O| Dec 12 04:00:13.746 INFO STEP 949 (remove_files) COMPLETE
71542024-12-12T04:00:14.195Z[ recovery-image] Dec 12 04:00:13.746 INFO O| Dec 12 04:00:13.746 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-12T04:00:14.203Z[ recovery-image] Dec 12 04:00:13.756 INFO O| Dec 12 04:00:13.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71562024-12-12T04:00:14.203Z[ recovery-image] Dec 12 04:00:13.756 INFO O| Dec 12 04:00:13.756 INFO STEP 950 (remove_files) COMPLETE
71572024-12-12T04:00:14.203Z[ recovery-image] Dec 12 04:00:13.756 INFO O| Dec 12 04:00:13.756 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-12T04:00:14.213Z[ recovery-image] Dec 12 04:00:13.766 INFO O| Dec 12 04:00:13.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71592024-12-12T04:00:14.213Z[ recovery-image] Dec 12 04:00:13.766 INFO O| Dec 12 04:00:13.766 INFO STEP 951 (remove_files) COMPLETE
71602024-12-12T04:00:14.215Z[ recovery-image] Dec 12 04:00:13.766 INFO O| Dec 12 04:00:13.766 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-12T04:00:14.222Z[ recovery-image] Dec 12 04:00:13.775 INFO O| Dec 12 04:00:13.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71622024-12-12T04:00:14.222Z[ recovery-image] Dec 12 04:00:13.775 INFO O| Dec 12 04:00:13.775 INFO STEP 952 (remove_files) COMPLETE
71632024-12-12T04:00:14.225Z[ recovery-image] Dec 12 04:00:13.775 INFO O| Dec 12 04:00:13.775 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-12T04:00:14.232Z[ recovery-image] Dec 12 04:00:13.785 INFO O| Dec 12 04:00:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71652024-12-12T04:00:14.235Z[ recovery-image] Dec 12 04:00:13.785 INFO O| Dec 12 04:00:13.785 INFO STEP 953 (remove_files) COMPLETE
71662024-12-12T04:00:14.235Z[ recovery-image] Dec 12 04:00:13.785 INFO O| Dec 12 04:00:13.785 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-12T04:00:14.242Z[ recovery-image] Dec 12 04:00:13.795 INFO O| Dec 12 04:00:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71682024-12-12T04:00:14.244Z[ recovery-image] Dec 12 04:00:13.795 INFO O| Dec 12 04:00:13.795 INFO STEP 954 (remove_files) COMPLETE
71692024-12-12T04:00:14.244Z[ recovery-image] Dec 12 04:00:13.795 INFO O| Dec 12 04:00:13.795 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-12T04:00:14.251Z[ recovery-image] Dec 12 04:00:13.804 INFO O| Dec 12 04:00:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71712024-12-12T04:00:14.251Z[ recovery-image] Dec 12 04:00:13.804 INFO O| Dec 12 04:00:13.804 INFO STEP 955 (remove_files) COMPLETE
71722024-12-12T04:00:14.254Z[ recovery-image] Dec 12 04:00:13.804 INFO O| Dec 12 04:00:13.804 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-12T04:00:14.261Z[ recovery-image] Dec 12 04:00:13.814 INFO O| Dec 12 04:00:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71742024-12-12T04:00:14.261Z[ recovery-image] Dec 12 04:00:13.814 INFO O| Dec 12 04:00:13.814 INFO STEP 956 (remove_files) COMPLETE
71752024-12-12T04:00:14.263Z[ recovery-image] Dec 12 04:00:13.814 INFO O| Dec 12 04:00:13.814 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-12T04:00:14.271Z[ recovery-image] Dec 12 04:00:13.824 INFO O| Dec 12 04:00:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71772024-12-12T04:00:14.271Z[ recovery-image] Dec 12 04:00:13.824 INFO O| Dec 12 04:00:13.824 INFO STEP 957 (remove_files) COMPLETE
71782024-12-12T04:00:14.271Z[ recovery-image] Dec 12 04:00:13.824 INFO O| Dec 12 04:00:13.824 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-12T04:00:14.280Z[ recovery-image] Dec 12 04:00:13.833 INFO O| Dec 12 04:00:13.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71802024-12-12T04:00:14.280Z[ recovery-image] Dec 12 04:00:13.833 INFO O| Dec 12 04:00:13.833 INFO STEP 958 (remove_files) COMPLETE
71812024-12-12T04:00:14.280Z[ recovery-image] Dec 12 04:00:13.833 INFO O| Dec 12 04:00:13.833 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-12T04:00:14.290Z[ recovery-image] Dec 12 04:00:13.843 INFO O| Dec 12 04:00:13.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
71832024-12-12T04:00:14.292Z[ recovery-image] Dec 12 04:00:13.843 INFO O| Dec 12 04:00:13.843 INFO STEP 959 (remove_files) COMPLETE
71842024-12-12T04:00:14.292Z[ recovery-image] Dec 12 04:00:13.843 INFO O| Dec 12 04:00:13.843 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-12T04:00:14.299Z[ recovery-image] Dec 12 04:00:13.852 INFO O| Dec 12 04:00:13.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
71862024-12-12T04:00:14.301Z[ recovery-image] Dec 12 04:00:13.853 INFO O| Dec 12 04:00:13.853 INFO STEP 960 (remove_files) COMPLETE
71872024-12-12T04:00:14.301Z[ recovery-image] Dec 12 04:00:13.853 INFO O| Dec 12 04:00:13.853 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-12T04:00:14.309Z[ recovery-image] Dec 12 04:00:13.862 INFO O| Dec 12 04:00:13.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
71892024-12-12T04:00:14.309Z[ recovery-image] Dec 12 04:00:13.862 INFO O| Dec 12 04:00:13.862 INFO STEP 961 (remove_files) COMPLETE
71902024-12-12T04:00:14.309Z[ recovery-image] Dec 12 04:00:13.862 INFO O| Dec 12 04:00:13.862 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-12T04:00:14.319Z[ recovery-image] Dec 12 04:00:13.872 INFO O| Dec 12 04:00:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
71922024-12-12T04:00:14.319Z[ recovery-image] Dec 12 04:00:13.872 INFO O| Dec 12 04:00:13.872 INFO STEP 962 (remove_files) COMPLETE
71932024-12-12T04:00:14.319Z[ recovery-image] Dec 12 04:00:13.872 INFO O| Dec 12 04:00:13.872 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-12T04:00:14.328Z[ recovery-image] Dec 12 04:00:13.881 INFO O| Dec 12 04:00:13.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
71952024-12-12T04:00:14.330Z[ recovery-image] Dec 12 04:00:13.881 INFO O| Dec 12 04:00:13.881 INFO STEP 963 (remove_files) COMPLETE
71962024-12-12T04:00:14.330Z[ recovery-image] Dec 12 04:00:13.881 INFO O| Dec 12 04:00:13.881 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-12T04:00:14.338Z[ recovery-image] Dec 12 04:00:13.891 INFO O| Dec 12 04:00:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
71982024-12-12T04:00:14.340Z[ recovery-image] Dec 12 04:00:13.891 INFO O| Dec 12 04:00:13.891 INFO STEP 964 (remove_files) COMPLETE
71992024-12-12T04:00:14.340Z[ recovery-image] Dec 12 04:00:13.891 INFO O| Dec 12 04:00:13.891 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-12T04:00:14.347Z[ recovery-image] Dec 12 04:00:13.900 INFO O| Dec 12 04:00:13.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72012024-12-12T04:00:14.350Z[ recovery-image] Dec 12 04:00:13.901 INFO O| Dec 12 04:00:13.901 INFO STEP 965 (remove_files) COMPLETE
72022024-12-12T04:00:14.350Z[ recovery-image] Dec 12 04:00:13.901 INFO O| Dec 12 04:00:13.901 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-12T04:00:14.357Z[ recovery-image] Dec 12 04:00:13.910 INFO O| Dec 12 04:00:13.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72042024-12-12T04:00:14.357Z[ recovery-image] Dec 12 04:00:13.910 INFO O| Dec 12 04:00:13.910 INFO STEP 966 (remove_files) COMPLETE
72052024-12-12T04:00:14.359Z[ recovery-image] Dec 12 04:00:13.910 INFO O| Dec 12 04:00:13.910 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-12T04:00:14.367Z[ recovery-image] Dec 12 04:00:13.920 INFO O| Dec 12 04:00:13.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72072024-12-12T04:00:14.367Z[ recovery-image] Dec 12 04:00:13.920 INFO O| Dec 12 04:00:13.920 INFO STEP 967 (remove_files) COMPLETE
72082024-12-12T04:00:14.369Z[ recovery-image] Dec 12 04:00:13.920 INFO O| Dec 12 04:00:13.920 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-12T04:00:14.376Z[ recovery-image] Dec 12 04:00:13.929 INFO O| Dec 12 04:00:13.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72102024-12-12T04:00:14.378Z[ recovery-image] Dec 12 04:00:13.929 INFO O| Dec 12 04:00:13.929 INFO STEP 968 (remove_files) COMPLETE
72112024-12-12T04:00:14.378Z[ recovery-image] Dec 12 04:00:13.929 INFO O| Dec 12 04:00:13.929 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-12T04:00:14.386Z[ recovery-image] Dec 12 04:00:13.939 INFO O| Dec 12 04:00:13.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72132024-12-12T04:00:14.386Z[ recovery-image] Dec 12 04:00:13.939 INFO O| Dec 12 04:00:13.939 INFO STEP 969 (remove_files) COMPLETE
72142024-12-12T04:00:14.388Z[ recovery-image] Dec 12 04:00:13.939 INFO O| Dec 12 04:00:13.939 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-12T04:00:14.395Z[ recovery-image] Dec 12 04:00:13.948 INFO O| Dec 12 04:00:13.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72162024-12-12T04:00:14.395Z[ recovery-image] Dec 12 04:00:13.948 INFO O| Dec 12 04:00:13.948 INFO STEP 970 (remove_files) COMPLETE
72172024-12-12T04:00:14.397Z[ recovery-image] Dec 12 04:00:13.948 INFO O| Dec 12 04:00:13.948 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-12T04:00:14.405Z[ recovery-image] Dec 12 04:00:13.958 INFO O| Dec 12 04:00:13.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72192024-12-12T04:00:14.405Z[ recovery-image] Dec 12 04:00:13.958 INFO O| Dec 12 04:00:13.958 INFO STEP 971 (remove_files) COMPLETE
72202024-12-12T04:00:14.405Z[ recovery-image] Dec 12 04:00:13.958 INFO O| Dec 12 04:00:13.958 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-12T04:00:14.414Z[ recovery-image] Dec 12 04:00:13.968 INFO O| Dec 12 04:00:13.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72222024-12-12T04:00:14.417Z[ recovery-image] Dec 12 04:00:13.968 INFO O| Dec 12 04:00:13.968 INFO STEP 972 (remove_files) COMPLETE
72232024-12-12T04:00:14.417Z[ recovery-image] Dec 12 04:00:13.968 INFO O| Dec 12 04:00:13.968 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-12T04:00:14.424Z[ recovery-image] Dec 12 04:00:13.977 INFO O| Dec 12 04:00:13.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72252024-12-12T04:00:14.427Z[ recovery-image] Dec 12 04:00:13.977 INFO O| Dec 12 04:00:13.977 INFO STEP 973 (remove_files) COMPLETE
72262024-12-12T04:00:14.427Z[ recovery-image] Dec 12 04:00:13.977 INFO O| Dec 12 04:00:13.977 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-12T04:00:14.434Z[ recovery-image] Dec 12 04:00:13.987 INFO O| Dec 12 04:00:13.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72282024-12-12T04:00:14.434Z[ recovery-image] Dec 12 04:00:13.987 INFO O| Dec 12 04:00:13.987 INFO STEP 974 (remove_files) COMPLETE
72292024-12-12T04:00:14.436Z[ recovery-image] Dec 12 04:00:13.987 INFO O| Dec 12 04:00:13.987 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-12T04:00:14.443Z[ recovery-image] Dec 12 04:00:13.997 INFO O| Dec 12 04:00:13.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72312024-12-12T04:00:14.446Z[ recovery-image] Dec 12 04:00:13.997 INFO O| Dec 12 04:00:13.997 INFO STEP 975 (remove_files) COMPLETE
72322024-12-12T04:00:14.446Z[ recovery-image] Dec 12 04:00:13.997 INFO O| Dec 12 04:00:13.997 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-12T04:00:14.454Z[ recovery-image] Dec 12 04:00:14.007 INFO O| Dec 12 04:00:14.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72342024-12-12T04:00:14.454Z[ recovery-image] Dec 12 04:00:14.007 INFO O| Dec 12 04:00:14.007 INFO STEP 976 (remove_files) COMPLETE
72352024-12-12T04:00:14.454Z[ recovery-image] Dec 12 04:00:14.007 INFO O| Dec 12 04:00:14.007 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-12T04:00:14.464Z[ recovery-image] Dec 12 04:00:14.017 INFO O| Dec 12 04:00:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72372024-12-12T04:00:14.466Z[ recovery-image] Dec 12 04:00:14.017 INFO O| Dec 12 04:00:14.017 INFO STEP 977 (remove_files) COMPLETE
72382024-12-12T04:00:14.466Z[ recovery-image] Dec 12 04:00:14.017 INFO O| Dec 12 04:00:14.017 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-12T04:00:14.474Z[ recovery-image] Dec 12 04:00:14.027 INFO O| Dec 12 04:00:14.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72402024-12-12T04:00:14.476Z[ recovery-image] Dec 12 04:00:14.028 INFO O| Dec 12 04:00:14.028 INFO STEP 978 (remove_files) COMPLETE
72412024-12-12T04:00:14.477Z[ recovery-image] Dec 12 04:00:14.028 INFO O| Dec 12 04:00:14.028 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-12T04:00:14.484Z[ recovery-image] Dec 12 04:00:14.038 INFO O| Dec 12 04:00:14.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72432024-12-12T04:00:14.484Z[ recovery-image] Dec 12 04:00:14.038 INFO O| Dec 12 04:00:14.038 INFO STEP 979 (remove_files) COMPLETE
72442024-12-12T04:00:14.487Z[ recovery-image] Dec 12 04:00:14.038 INFO O| Dec 12 04:00:14.038 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-12T04:00:14.494Z[ recovery-image] Dec 12 04:00:14.047 INFO O| Dec 12 04:00:14.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72462024-12-12T04:00:14.498Z[ recovery-image] Dec 12 04:00:14.047 INFO O| Dec 12 04:00:14.047 INFO STEP 980 (remove_files) COMPLETE
72472024-12-12T04:00:14.498Z[ recovery-image] Dec 12 04:00:14.047 INFO O| Dec 12 04:00:14.047 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-12T04:00:14.504Z[ recovery-image] Dec 12 04:00:14.057 INFO O| Dec 12 04:00:14.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72492024-12-12T04:00:14.507Z[ recovery-image] Dec 12 04:00:14.057 INFO O| Dec 12 04:00:14.057 INFO STEP 981 (remove_files) COMPLETE
72502024-12-12T04:00:14.507Z[ recovery-image] Dec 12 04:00:14.057 INFO O| Dec 12 04:00:14.057 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-12T04:00:14.514Z[ recovery-image] Dec 12 04:00:14.067 INFO O| Dec 12 04:00:14.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72522024-12-12T04:00:14.514Z[ recovery-image] Dec 12 04:00:14.067 INFO O| Dec 12 04:00:14.067 INFO STEP 982 (remove_files) COMPLETE
72532024-12-12T04:00:14.516Z[ recovery-image] Dec 12 04:00:14.067 INFO O| Dec 12 04:00:14.067 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-12T04:00:14.523Z[ recovery-image] Dec 12 04:00:14.076 INFO O| Dec 12 04:00:14.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72552024-12-12T04:00:14.523Z[ recovery-image] Dec 12 04:00:14.076 INFO O| Dec 12 04:00:14.076 INFO STEP 983 (remove_files) COMPLETE
72562024-12-12T04:00:14.523Z[ recovery-image] Dec 12 04:00:14.077 INFO O| Dec 12 04:00:14.076 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-12T04:00:14.533Z[ recovery-image] Dec 12 04:00:14.086 INFO O| Dec 12 04:00:14.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72582024-12-12T04:00:14.533Z[ recovery-image] Dec 12 04:00:14.086 INFO O| Dec 12 04:00:14.086 INFO STEP 984 (remove_files) COMPLETE
72592024-12-12T04:00:14.535Z[ recovery-image] Dec 12 04:00:14.086 INFO O| Dec 12 04:00:14.086 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-12T04:00:14.543Z[ recovery-image] Dec 12 04:00:14.096 INFO O| Dec 12 04:00:14.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72612024-12-12T04:00:14.543Z[ recovery-image] Dec 12 04:00:14.096 INFO O| Dec 12 04:00:14.096 INFO STEP 985 (remove_files) COMPLETE
72622024-12-12T04:00:14.545Z[ recovery-image] Dec 12 04:00:14.096 INFO O| Dec 12 04:00:14.096 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-12T04:00:14.552Z[ recovery-image] Dec 12 04:00:14.105 INFO O| Dec 12 04:00:14.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72642024-12-12T04:00:14.552Z[ recovery-image] Dec 12 04:00:14.105 INFO O| Dec 12 04:00:14.105 INFO STEP 986 (remove_files) COMPLETE
72652024-12-12T04:00:14.555Z[ recovery-image] Dec 12 04:00:14.105 INFO O| Dec 12 04:00:14.105 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-12T04:00:14.562Z[ recovery-image] Dec 12 04:00:14.115 INFO O| Dec 12 04:00:14.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72672024-12-12T04:00:14.565Z[ recovery-image] Dec 12 04:00:14.115 INFO O| Dec 12 04:00:14.115 INFO STEP 987 (remove_files) COMPLETE
72682024-12-12T04:00:14.565Z[ recovery-image] Dec 12 04:00:14.115 INFO O| Dec 12 04:00:14.115 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-12T04:00:14.572Z[ recovery-image] Dec 12 04:00:14.125 INFO O| Dec 12 04:00:14.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72702024-12-12T04:00:14.572Z[ recovery-image] Dec 12 04:00:14.125 INFO O| Dec 12 04:00:14.125 INFO STEP 988 (remove_files) COMPLETE
72712024-12-12T04:00:14.574Z[ recovery-image] Dec 12 04:00:14.125 INFO O| Dec 12 04:00:14.125 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-12T04:00:14.581Z[ recovery-image] Dec 12 04:00:14.134 INFO O| Dec 12 04:00:14.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72732024-12-12T04:00:14.581Z[ recovery-image] Dec 12 04:00:14.135 INFO O| Dec 12 04:00:14.134 INFO STEP 989 (remove_files) COMPLETE
72742024-12-12T04:00:14.581Z[ recovery-image] Dec 12 04:00:14.135 INFO O| Dec 12 04:00:14.135 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-12T04:00:14.591Z[ recovery-image] Dec 12 04:00:14.144 INFO O| Dec 12 04:00:14.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72762024-12-12T04:00:14.591Z[ recovery-image] Dec 12 04:00:14.144 INFO O| Dec 12 04:00:14.144 INFO STEP 990 (remove_files) COMPLETE
72772024-12-12T04:00:14.593Z[ recovery-image] Dec 12 04:00:14.144 INFO O| Dec 12 04:00:14.144 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-12T04:00:14.600Z[ recovery-image] Dec 12 04:00:14.154 INFO O| Dec 12 04:00:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72792024-12-12T04:00:14.600Z[ recovery-image] Dec 12 04:00:14.154 INFO O| Dec 12 04:00:14.154 INFO STEP 991 (remove_files) COMPLETE
72802024-12-12T04:00:14.603Z[ recovery-image] Dec 12 04:00:14.154 INFO O| Dec 12 04:00:14.154 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-12T04:00:14.610Z[ recovery-image] Dec 12 04:00:14.163 INFO O| Dec 12 04:00:14.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72822024-12-12T04:00:14.610Z[ recovery-image] Dec 12 04:00:14.163 INFO O| Dec 12 04:00:14.163 INFO STEP 992 (remove_files) COMPLETE
72832024-12-12T04:00:14.613Z[ recovery-image] Dec 12 04:00:14.163 INFO O| Dec 12 04:00:14.163 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-12T04:00:14.620Z[ recovery-image] Dec 12 04:00:14.173 INFO O| Dec 12 04:00:14.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72852024-12-12T04:00:14.620Z[ recovery-image] Dec 12 04:00:14.173 INFO O| Dec 12 04:00:14.173 INFO STEP 993 (remove_files) COMPLETE
72862024-12-12T04:00:14.623Z[ recovery-image] Dec 12 04:00:14.173 INFO O| Dec 12 04:00:14.173 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-12T04:00:14.629Z[ recovery-image] Dec 12 04:00:14.182 INFO O| Dec 12 04:00:14.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72882024-12-12T04:00:14.629Z[ recovery-image] Dec 12 04:00:14.182 INFO O| Dec 12 04:00:14.182 INFO STEP 994 (remove_files) COMPLETE
72892024-12-12T04:00:14.629Z[ recovery-image] Dec 12 04:00:14.182 INFO O| Dec 12 04:00:14.182 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-12T04:00:14.639Z[ recovery-image] Dec 12 04:00:14.192 INFO O| Dec 12 04:00:14.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
72912024-12-12T04:00:14.639Z[ recovery-image] Dec 12 04:00:14.192 INFO O| Dec 12 04:00:14.192 INFO STEP 995 (remove_files) COMPLETE
72922024-12-12T04:00:14.641Z[ recovery-image] Dec 12 04:00:14.192 INFO O| Dec 12 04:00:14.192 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-12T04:00:14.649Z[ recovery-image] Dec 12 04:00:14.202 INFO O| Dec 12 04:00:14.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
72942024-12-12T04:00:14.649Z[ recovery-image] Dec 12 04:00:14.202 INFO O| Dec 12 04:00:14.202 INFO STEP 996 (remove_files) COMPLETE
72952024-12-12T04:00:14.649Z[ recovery-image] Dec 12 04:00:14.202 INFO O| Dec 12 04:00:14.202 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-12T04:00:14.658Z[ recovery-image] Dec 12 04:00:14.211 INFO O| Dec 12 04:00:14.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
72972024-12-12T04:00:14.658Z[ recovery-image] Dec 12 04:00:14.212 INFO O| Dec 12 04:00:14.211 INFO STEP 997 (remove_files) COMPLETE
72982024-12-12T04:00:14.658Z[ recovery-image] Dec 12 04:00:14.212 INFO O| Dec 12 04:00:14.211 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-12T04:00:14.668Z[ recovery-image] Dec 12 04:00:14.221 INFO O| Dec 12 04:00:14.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73002024-12-12T04:00:14.668Z[ recovery-image] Dec 12 04:00:14.221 INFO O| Dec 12 04:00:14.221 INFO STEP 998 (remove_files) COMPLETE
73012024-12-12T04:00:14.668Z[ recovery-image] Dec 12 04:00:14.221 INFO O| Dec 12 04:00:14.221 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-12T04:00:14.677Z[ recovery-image] Dec 12 04:00:14.231 INFO O| Dec 12 04:00:14.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73032024-12-12T04:00:14.680Z[ recovery-image] Dec 12 04:00:14.231 INFO O| Dec 12 04:00:14.231 INFO STEP 999 (remove_files) COMPLETE
73042024-12-12T04:00:14.680Z[ recovery-image] Dec 12 04:00:14.231 INFO O| Dec 12 04:00:14.231 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-12T04:00:14.687Z[ recovery-image] Dec 12 04:00:14.240 INFO O| Dec 12 04:00:14.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73062024-12-12T04:00:14.687Z[ recovery-image] Dec 12 04:00:14.240 INFO O| Dec 12 04:00:14.240 INFO STEP 1000 (remove_files) COMPLETE
73072024-12-12T04:00:14.687Z[ recovery-image] Dec 12 04:00:14.240 INFO O| Dec 12 04:00:14.240 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-12T04:00:14.697Z[ recovery-image] Dec 12 04:00:14.250 INFO O| Dec 12 04:00:14.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73092024-12-12T04:00:14.697Z[ recovery-image] Dec 12 04:00:14.250 INFO O| Dec 12 04:00:14.250 INFO STEP 1001 (remove_files) COMPLETE
73102024-12-12T04:00:14.699Z[ recovery-image] Dec 12 04:00:14.250 INFO O| Dec 12 04:00:14.250 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-12T04:00:14.706Z[ recovery-image] Dec 12 04:00:14.260 INFO O| Dec 12 04:00:14.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73122024-12-12T04:00:14.707Z[ recovery-image] Dec 12 04:00:14.260 INFO O| Dec 12 04:00:14.260 INFO STEP 1002 (remove_files) COMPLETE
73132024-12-12T04:00:14.707Z[ recovery-image] Dec 12 04:00:14.260 INFO O| Dec 12 04:00:14.260 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-12T04:00:14.716Z[ recovery-image] Dec 12 04:00:14.269 INFO O| Dec 12 04:00:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73152024-12-12T04:00:14.716Z[ recovery-image] Dec 12 04:00:14.269 INFO O| Dec 12 04:00:14.269 INFO STEP 1003 (remove_files) COMPLETE
73162024-12-12T04:00:14.718Z[ recovery-image] Dec 12 04:00:14.269 INFO O| Dec 12 04:00:14.269 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-12T04:00:14.726Z[ recovery-image] Dec 12 04:00:14.279 INFO O| Dec 12 04:00:14.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73182024-12-12T04:00:14.726Z[ recovery-image] Dec 12 04:00:14.279 INFO O| Dec 12 04:00:14.279 INFO STEP 1004 (remove_files) COMPLETE
73192024-12-12T04:00:14.726Z[ recovery-image] Dec 12 04:00:14.279 INFO O| Dec 12 04:00:14.279 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-12T04:00:14.735Z[ recovery-image] Dec 12 04:00:14.289 INFO O| Dec 12 04:00:14.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73212024-12-12T04:00:14.735Z[ recovery-image] Dec 12 04:00:14.289 INFO O| Dec 12 04:00:14.289 INFO STEP 1005 (remove_files) COMPLETE
73222024-12-12T04:00:14.736Z[ recovery-image] Dec 12 04:00:14.289 INFO O| Dec 12 04:00:14.289 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-12T04:00:14.745Z[ recovery-image] Dec 12 04:00:14.298 INFO O| Dec 12 04:00:14.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73242024-12-12T04:00:14.748Z[ recovery-image] Dec 12 04:00:14.298 INFO O| Dec 12 04:00:14.298 INFO STEP 1006 (remove_files) COMPLETE
73252024-12-12T04:00:14.748Z[ recovery-image] Dec 12 04:00:14.298 INFO O| Dec 12 04:00:14.298 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-12T04:00:14.755Z[ recovery-image] Dec 12 04:00:14.308 INFO O| Dec 12 04:00:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73272024-12-12T04:00:14.755Z[ recovery-image] Dec 12 04:00:14.308 INFO O| Dec 12 04:00:14.308 INFO STEP 1007 (remove_files) COMPLETE
73282024-12-12T04:00:14.755Z[ recovery-image] Dec 12 04:00:14.308 INFO O| Dec 12 04:00:14.308 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-12T04:00:14.764Z[ recovery-image] Dec 12 04:00:14.318 INFO O| Dec 12 04:00:14.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73302024-12-12T04:00:14.767Z[ recovery-image] Dec 12 04:00:14.318 INFO O| Dec 12 04:00:14.318 INFO STEP 1008 (remove_files) COMPLETE
73312024-12-12T04:00:14.767Z[ recovery-image] Dec 12 04:00:14.318 INFO O| Dec 12 04:00:14.318 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-12T04:00:14.774Z[ recovery-image] Dec 12 04:00:14.327 INFO O| Dec 12 04:00:14.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73332024-12-12T04:00:14.774Z[ recovery-image] Dec 12 04:00:14.327 INFO O| Dec 12 04:00:14.327 INFO STEP 1009 (remove_files) COMPLETE
73342024-12-12T04:00:14.776Z[ recovery-image] Dec 12 04:00:14.327 INFO O| Dec 12 04:00:14.327 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-12T04:00:14.784Z[ recovery-image] Dec 12 04:00:14.337 INFO O| Dec 12 04:00:14.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73362024-12-12T04:00:14.784Z[ recovery-image] Dec 12 04:00:14.337 INFO O| Dec 12 04:00:14.337 INFO STEP 1010 (remove_files) COMPLETE
73372024-12-12T04:00:14.784Z[ recovery-image] Dec 12 04:00:14.337 INFO O| Dec 12 04:00:14.337 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-12T04:00:14.793Z[ recovery-image] Dec 12 04:00:14.347 INFO O| Dec 12 04:00:14.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73392024-12-12T04:00:14.794Z[ recovery-image] Dec 12 04:00:14.347 INFO O| Dec 12 04:00:14.347 INFO STEP 1011 (remove_files) COMPLETE
73402024-12-12T04:00:14.796Z[ recovery-image] Dec 12 04:00:14.347 INFO O| Dec 12 04:00:14.347 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-12T04:00:14.803Z[ recovery-image] Dec 12 04:00:14.356 INFO O| Dec 12 04:00:14.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73422024-12-12T04:00:14.803Z[ recovery-image] Dec 12 04:00:14.356 INFO O| Dec 12 04:00:14.356 INFO STEP 1012 (remove_files) COMPLETE
73432024-12-12T04:00:14.806Z[ recovery-image] Dec 12 04:00:14.356 INFO O| Dec 12 04:00:14.356 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-12T04:00:14.813Z[ recovery-image] Dec 12 04:00:14.366 INFO O| Dec 12 04:00:14.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73452024-12-12T04:00:14.815Z[ recovery-image] Dec 12 04:00:14.366 INFO O| Dec 12 04:00:14.366 INFO STEP 1013 (remove_files) COMPLETE
73462024-12-12T04:00:14.815Z[ recovery-image] Dec 12 04:00:14.366 INFO O| Dec 12 04:00:14.366 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-12T04:00:14.822Z[ recovery-image] Dec 12 04:00:14.375 INFO O| Dec 12 04:00:14.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73482024-12-12T04:00:14.823Z[ recovery-image] Dec 12 04:00:14.375 INFO O| Dec 12 04:00:14.375 INFO STEP 1014 (remove_files) COMPLETE
73492024-12-12T04:00:14.823Z[ recovery-image] Dec 12 04:00:14.375 INFO O| Dec 12 04:00:14.375 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-12T04:00:14.832Z[ recovery-image] Dec 12 04:00:14.385 INFO O| Dec 12 04:00:14.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73512024-12-12T04:00:14.834Z[ recovery-image] Dec 12 04:00:14.385 INFO O| Dec 12 04:00:14.385 INFO STEP 1015 (remove_files) COMPLETE
73522024-12-12T04:00:14.834Z[ recovery-image] Dec 12 04:00:14.385 INFO O| Dec 12 04:00:14.385 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-12T04:00:14.841Z[ recovery-image] Dec 12 04:00:14.394 INFO O| Dec 12 04:00:14.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73542024-12-12T04:00:14.841Z[ recovery-image] Dec 12 04:00:14.394 INFO O| Dec 12 04:00:14.394 INFO STEP 1016 (remove_files) COMPLETE
73552024-12-12T04:00:14.841Z[ recovery-image] Dec 12 04:00:14.395 INFO O| Dec 12 04:00:14.394 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-12T04:00:14.851Z[ recovery-image] Dec 12 04:00:14.404 INFO O| Dec 12 04:00:14.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73572024-12-12T04:00:14.853Z[ recovery-image] Dec 12 04:00:14.404 INFO O| Dec 12 04:00:14.404 INFO STEP 1017 (remove_files) COMPLETE
73582024-12-12T04:00:14.853Z[ recovery-image] Dec 12 04:00:14.404 INFO O| Dec 12 04:00:14.404 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-12T04:00:14.860Z[ recovery-image] Dec 12 04:00:14.414 INFO O| Dec 12 04:00:14.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73602024-12-12T04:00:14.860Z[ recovery-image] Dec 12 04:00:14.414 INFO O| Dec 12 04:00:14.414 INFO STEP 1018 (remove_files) COMPLETE
73612024-12-12T04:00:14.863Z[ recovery-image] Dec 12 04:00:14.414 INFO O| Dec 12 04:00:14.414 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-12T04:00:14.870Z[ recovery-image] Dec 12 04:00:14.423 INFO O| Dec 12 04:00:14.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73632024-12-12T04:00:14.872Z[ recovery-image] Dec 12 04:00:14.423 INFO O| Dec 12 04:00:14.423 INFO STEP 1019 (remove_files) COMPLETE
73642024-12-12T04:00:14.872Z[ recovery-image] Dec 12 04:00:14.423 INFO O| Dec 12 04:00:14.423 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-12T04:00:14.880Z[ recovery-image] Dec 12 04:00:14.433 INFO O| Dec 12 04:00:14.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73662024-12-12T04:00:14.882Z[ recovery-image] Dec 12 04:00:14.433 INFO O| Dec 12 04:00:14.433 INFO STEP 1020 (remove_files) COMPLETE
73672024-12-12T04:00:14.882Z[ recovery-image] Dec 12 04:00:14.433 INFO O| Dec 12 04:00:14.433 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-12T04:00:14.889Z[ recovery-image] Dec 12 04:00:14.443 INFO O| Dec 12 04:00:14.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73692024-12-12T04:00:14.889Z[ recovery-image] Dec 12 04:00:14.443 INFO O| Dec 12 04:00:14.443 INFO STEP 1021 (remove_files) COMPLETE
73702024-12-12T04:00:14.892Z[ recovery-image] Dec 12 04:00:14.443 INFO O| Dec 12 04:00:14.443 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-12T04:00:14.899Z[ recovery-image] Dec 12 04:00:14.452 INFO O| Dec 12 04:00:14.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73722024-12-12T04:00:14.899Z[ recovery-image] Dec 12 04:00:14.452 INFO O| Dec 12 04:00:14.452 INFO STEP 1022 (remove_files) COMPLETE
73732024-12-12T04:00:14.899Z[ recovery-image] Dec 12 04:00:14.452 INFO O| Dec 12 04:00:14.452 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-12T04:00:14.909Z[ recovery-image] Dec 12 04:00:14.462 INFO O| Dec 12 04:00:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73752024-12-12T04:00:14.911Z[ recovery-image] Dec 12 04:00:14.462 INFO O| Dec 12 04:00:14.462 INFO STEP 1023 (remove_files) COMPLETE
73762024-12-12T04:00:14.911Z[ recovery-image] Dec 12 04:00:14.462 INFO O| Dec 12 04:00:14.462 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-12T04:00:14.918Z[ recovery-image] Dec 12 04:00:14.471 INFO O| Dec 12 04:00:14.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73782024-12-12T04:00:14.918Z[ recovery-image] Dec 12 04:00:14.471 INFO O| Dec 12 04:00:14.471 INFO STEP 1024 (remove_files) COMPLETE
73792024-12-12T04:00:14.918Z[ recovery-image] Dec 12 04:00:14.471 INFO O| Dec 12 04:00:14.471 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-12T04:00:14.928Z[ recovery-image] Dec 12 04:00:14.481 INFO O| Dec 12 04:00:14.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73812024-12-12T04:00:14.928Z[ recovery-image] Dec 12 04:00:14.481 INFO O| Dec 12 04:00:14.481 INFO STEP 1025 (remove_files) COMPLETE
73822024-12-12T04:00:14.930Z[ recovery-image] Dec 12 04:00:14.481 INFO O| Dec 12 04:00:14.481 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-12T04:00:14.938Z[ recovery-image] Dec 12 04:00:14.491 INFO O| Dec 12 04:00:14.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73842024-12-12T04:00:14.938Z[ recovery-image] Dec 12 04:00:14.491 INFO O| Dec 12 04:00:14.491 INFO STEP 1026 (remove_files) COMPLETE
73852024-12-12T04:00:14.938Z[ recovery-image] Dec 12 04:00:14.491 INFO O| Dec 12 04:00:14.491 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-12T04:00:14.947Z[ recovery-image] Dec 12 04:00:14.500 INFO O| Dec 12 04:00:14.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73872024-12-12T04:00:14.949Z[ recovery-image] Dec 12 04:00:14.500 INFO O| Dec 12 04:00:14.500 INFO STEP 1027 (remove_files) COMPLETE
73882024-12-12T04:00:14.949Z[ recovery-image] Dec 12 04:00:14.500 INFO O| Dec 12 04:00:14.500 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-12T04:00:14.957Z[ recovery-image] Dec 12 04:00:14.510 INFO O| Dec 12 04:00:14.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
73902024-12-12T04:00:14.957Z[ recovery-image] Dec 12 04:00:14.510 INFO O| Dec 12 04:00:14.510 INFO STEP 1028 (remove_files) COMPLETE
73912024-12-12T04:00:14.959Z[ recovery-image] Dec 12 04:00:14.510 INFO O| Dec 12 04:00:14.510 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-12T04:00:14.967Z[ recovery-image] Dec 12 04:00:14.520 INFO O| Dec 12 04:00:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
73932024-12-12T04:00:14.967Z[ recovery-image] Dec 12 04:00:14.520 INFO O| Dec 12 04:00:14.520 INFO STEP 1029 (remove_files) COMPLETE
73942024-12-12T04:00:14.970Z[ recovery-image] Dec 12 04:00:14.520 INFO O| Dec 12 04:00:14.520 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-12T04:00:14.976Z[ recovery-image] Dec 12 04:00:14.529 INFO O| Dec 12 04:00:14.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
73962024-12-12T04:00:14.976Z[ recovery-image] Dec 12 04:00:14.529 INFO O| Dec 12 04:00:14.529 INFO STEP 1030 (remove_files) COMPLETE
73972024-12-12T04:00:14.976Z[ recovery-image] Dec 12 04:00:14.529 INFO O| Dec 12 04:00:14.529 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-12T04:00:14.986Z[ recovery-image] Dec 12 04:00:14.539 INFO O| Dec 12 04:00:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
73992024-12-12T04:00:14.986Z[ recovery-image] Dec 12 04:00:14.539 INFO O| Dec 12 04:00:14.539 INFO STEP 1031 (remove_files) COMPLETE
74002024-12-12T04:00:14.988Z[ recovery-image] Dec 12 04:00:14.539 INFO O| Dec 12 04:00:14.539 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-12T04:00:14.995Z[ recovery-image] Dec 12 04:00:14.548 INFO O| Dec 12 04:00:14.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74022024-12-12T04:00:14.995Z[ recovery-image] Dec 12 04:00:14.548 INFO O| Dec 12 04:00:14.548 INFO STEP 1032 (remove_files) COMPLETE
74032024-12-12T04:00:14.997Z[ recovery-image] Dec 12 04:00:14.548 INFO O| Dec 12 04:00:14.548 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-12T04:00:15.005Z[ recovery-image] Dec 12 04:00:14.558 INFO O| Dec 12 04:00:14.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74052024-12-12T04:00:15.007Z[ recovery-image] Dec 12 04:00:14.558 INFO O| Dec 12 04:00:14.558 INFO STEP 1033 (remove_files) COMPLETE
74062024-12-12T04:00:15.007Z[ recovery-image] Dec 12 04:00:14.558 INFO O| Dec 12 04:00:14.558 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-12T04:00:15.014Z[ recovery-image] Dec 12 04:00:14.567 INFO O| Dec 12 04:00:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74082024-12-12T04:00:15.014Z[ recovery-image] Dec 12 04:00:14.567 INFO O| Dec 12 04:00:14.567 INFO STEP 1034 (remove_files) COMPLETE
74092024-12-12T04:00:15.017Z[ recovery-image] Dec 12 04:00:14.567 INFO O| Dec 12 04:00:14.567 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-12T04:00:15.024Z[ recovery-image] Dec 12 04:00:14.577 INFO O| Dec 12 04:00:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74112024-12-12T04:00:15.024Z[ recovery-image] Dec 12 04:00:14.577 INFO O| Dec 12 04:00:14.577 INFO STEP 1035 (remove_files) COMPLETE
74122024-12-12T04:00:15.024Z[ recovery-image] Dec 12 04:00:14.577 INFO O| Dec 12 04:00:14.577 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-12T04:00:15.033Z[ recovery-image] Dec 12 04:00:14.586 INFO O| Dec 12 04:00:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74142024-12-12T04:00:15.033Z[ recovery-image] Dec 12 04:00:14.586 INFO O| Dec 12 04:00:14.586 INFO STEP 1036 (remove_files) COMPLETE
74152024-12-12T04:00:15.033Z[ recovery-image] Dec 12 04:00:14.586 INFO O| Dec 12 04:00:14.586 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-12T04:00:15.042Z[ recovery-image] Dec 12 04:00:14.596 INFO O| Dec 12 04:00:14.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74172024-12-12T04:00:15.045Z[ recovery-image] Dec 12 04:00:14.596 INFO O| Dec 12 04:00:14.596 INFO STEP 1037 (remove_files) COMPLETE
74182024-12-12T04:00:15.045Z[ recovery-image] Dec 12 04:00:14.596 INFO O| Dec 12 04:00:14.596 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-12T04:00:15.053Z[ recovery-image] Dec 12 04:00:14.606 INFO O| Dec 12 04:00:14.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74202024-12-12T04:00:15.053Z[ recovery-image] Dec 12 04:00:14.606 INFO O| Dec 12 04:00:14.606 INFO STEP 1038 (remove_files) COMPLETE
74212024-12-12T04:00:15.053Z[ recovery-image] Dec 12 04:00:14.606 INFO O| Dec 12 04:00:14.606 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-12T04:00:15.063Z[ recovery-image] Dec 12 04:00:14.616 INFO O| Dec 12 04:00:14.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74232024-12-12T04:00:15.063Z[ recovery-image] Dec 12 04:00:14.616 INFO O| Dec 12 04:00:14.616 INFO STEP 1039 (remove_files) COMPLETE
74242024-12-12T04:00:15.063Z[ recovery-image] Dec 12 04:00:14.616 INFO O| Dec 12 04:00:14.616 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-12T04:00:15.072Z[ recovery-image] Dec 12 04:00:14.625 INFO O| Dec 12 04:00:14.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74262024-12-12T04:00:15.072Z[ recovery-image] Dec 12 04:00:14.626 INFO O| Dec 12 04:00:14.626 INFO STEP 1040 (remove_files) COMPLETE
74272024-12-12T04:00:15.075Z[ recovery-image] Dec 12 04:00:14.626 INFO O| Dec 12 04:00:14.626 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-12T04:00:15.082Z[ recovery-image] Dec 12 04:00:14.635 INFO O| Dec 12 04:00:14.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74292024-12-12T04:00:15.082Z[ recovery-image] Dec 12 04:00:14.635 INFO O| Dec 12 04:00:14.635 INFO STEP 1041 (remove_files) COMPLETE
74302024-12-12T04:00:15.086Z[ recovery-image] Dec 12 04:00:14.635 INFO O| Dec 12 04:00:14.635 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-12T04:00:15.092Z[ recovery-image] Dec 12 04:00:14.645 INFO O| Dec 12 04:00:14.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74322024-12-12T04:00:15.092Z[ recovery-image] Dec 12 04:00:14.645 INFO O| Dec 12 04:00:14.645 INFO STEP 1042 (remove_files) COMPLETE
74332024-12-12T04:00:15.092Z[ recovery-image] Dec 12 04:00:14.645 INFO O| Dec 12 04:00:14.645 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-12T04:00:15.102Z[ recovery-image] Dec 12 04:00:14.655 INFO O| Dec 12 04:00:14.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74352024-12-12T04:00:15.105Z[ recovery-image] Dec 12 04:00:14.655 INFO O| Dec 12 04:00:14.655 INFO STEP 1043 (remove_files) COMPLETE
74362024-12-12T04:00:15.105Z[ recovery-image] Dec 12 04:00:14.655 INFO O| Dec 12 04:00:14.655 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-12T04:00:15.112Z[ recovery-image] Dec 12 04:00:14.665 INFO O| Dec 12 04:00:14.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74382024-12-12T04:00:15.112Z[ recovery-image] Dec 12 04:00:14.665 INFO O| Dec 12 04:00:14.665 INFO STEP 1044 (remove_files) COMPLETE
74392024-12-12T04:00:15.112Z[ recovery-image] Dec 12 04:00:14.665 INFO O| Dec 12 04:00:14.665 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-12T04:00:15.121Z[ recovery-image] Dec 12 04:00:14.674 INFO O| Dec 12 04:00:14.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74412024-12-12T04:00:15.122Z[ recovery-image] Dec 12 04:00:14.675 INFO O| Dec 12 04:00:14.675 INFO STEP 1045 (remove_files) COMPLETE
74422024-12-12T04:00:15.124Z[ recovery-image] Dec 12 04:00:14.675 INFO O| Dec 12 04:00:14.675 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-12T04:00:15.131Z[ recovery-image] Dec 12 04:00:14.684 INFO O| Dec 12 04:00:14.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74442024-12-12T04:00:15.131Z[ recovery-image] Dec 12 04:00:14.684 INFO O| Dec 12 04:00:14.684 INFO STEP 1046 (remove_files) COMPLETE
74452024-12-12T04:00:15.133Z[ recovery-image] Dec 12 04:00:14.684 INFO O| Dec 12 04:00:14.684 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-12T04:00:15.141Z[ recovery-image] Dec 12 04:00:14.694 INFO O| Dec 12 04:00:14.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74472024-12-12T04:00:15.141Z[ recovery-image] Dec 12 04:00:14.694 INFO O| Dec 12 04:00:14.694 INFO STEP 1047 (remove_files) COMPLETE
74482024-12-12T04:00:15.143Z[ recovery-image] Dec 12 04:00:14.694 INFO O| Dec 12 04:00:14.694 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-12T04:00:15.151Z[ recovery-image] Dec 12 04:00:14.704 INFO O| Dec 12 04:00:14.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74502024-12-12T04:00:15.151Z[ recovery-image] Dec 12 04:00:14.704 INFO O| Dec 12 04:00:14.704 INFO STEP 1048 (remove_files) COMPLETE
74512024-12-12T04:00:15.153Z[ recovery-image] Dec 12 04:00:14.704 INFO O| Dec 12 04:00:14.704 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-12T04:00:15.161Z[ recovery-image] Dec 12 04:00:14.714 INFO O| Dec 12 04:00:14.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74532024-12-12T04:00:15.163Z[ recovery-image] Dec 12 04:00:14.714 INFO O| Dec 12 04:00:14.714 INFO STEP 1049 (remove_files) COMPLETE
74542024-12-12T04:00:15.163Z[ recovery-image] Dec 12 04:00:14.714 INFO O| Dec 12 04:00:14.714 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-12T04:00:15.172Z[ recovery-image] Dec 12 04:00:14.725 INFO O| Dec 12 04:00:14.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74562024-12-12T04:00:15.174Z[ recovery-image] Dec 12 04:00:14.725 INFO O| Dec 12 04:00:14.725 INFO STEP 1050 (remove_files) COMPLETE
74572024-12-12T04:00:15.174Z[ recovery-image] Dec 12 04:00:14.725 INFO O| Dec 12 04:00:14.725 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-12T04:00:15.184Z[ recovery-image] Dec 12 04:00:14.737 INFO O| Dec 12 04:00:14.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74592024-12-12T04:00:15.184Z[ recovery-image] Dec 12 04:00:14.737 INFO O| Dec 12 04:00:14.737 INFO STEP 1051 (remove_files) COMPLETE
74602024-12-12T04:00:15.186Z[ recovery-image] Dec 12 04:00:14.737 INFO O| Dec 12 04:00:14.737 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-12T04:00:15.189Z[ host-image] Dec 12 04:00:14.742 INFO O| Dec 12 04:00:14.742 INFO O| Download: Completed 8.42 MB in 4.43 seconds (1.9M/s)
74622024-12-12T04:00:15.194Z[ recovery-image] Dec 12 04:00:14.747 INFO O| Dec 12 04:00:14.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74632024-12-12T04:00:15.194Z[ recovery-image] Dec 12 04:00:14.747 INFO O| Dec 12 04:00:14.747 INFO STEP 1052 (remove_files) COMPLETE
74642024-12-12T04:00:15.194Z[ recovery-image] Dec 12 04:00:14.747 INFO O| Dec 12 04:00:14.747 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-12T04:00:15.204Z[ recovery-image] Dec 12 04:00:14.757 INFO O| Dec 12 04:00:14.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74662024-12-12T04:00:15.204Z[ recovery-image] Dec 12 04:00:14.757 INFO O| Dec 12 04:00:14.757 INFO STEP 1053 (remove_files) COMPLETE
74672024-12-12T04:00:15.207Z[ recovery-image] Dec 12 04:00:14.758 INFO O| Dec 12 04:00:14.757 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-12T04:00:15.215Z[ recovery-image] Dec 12 04:00:14.768 INFO O| Dec 12 04:00:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74692024-12-12T04:00:15.215Z[ recovery-image] Dec 12 04:00:14.768 INFO O| Dec 12 04:00:14.768 INFO STEP 1054 (remove_files) COMPLETE
74702024-12-12T04:00:15.215Z[ recovery-image] Dec 12 04:00:14.768 INFO O| Dec 12 04:00:14.768 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-12T04:00:15.224Z[ recovery-image] Dec 12 04:00:14.778 INFO O| Dec 12 04:00:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74722024-12-12T04:00:15.225Z[ recovery-image] Dec 12 04:00:14.778 INFO O| Dec 12 04:00:14.778 INFO STEP 1055 (remove_files) COMPLETE
74732024-12-12T04:00:15.227Z[ recovery-image] Dec 12 04:00:14.778 INFO O| Dec 12 04:00:14.778 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-12T04:00:15.234Z[ recovery-image] Dec 12 04:00:14.788 INFO O| Dec 12 04:00:14.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74752024-12-12T04:00:15.234Z[ recovery-image] Dec 12 04:00:14.788 INFO O| Dec 12 04:00:14.788 INFO STEP 1056 (remove_files) COMPLETE
74762024-12-12T04:00:15.235Z[ recovery-image] Dec 12 04:00:14.788 INFO O| Dec 12 04:00:14.788 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-12T04:00:15.245Z[ recovery-image] Dec 12 04:00:14.798 INFO O| Dec 12 04:00:14.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74782024-12-12T04:00:15.245Z[ recovery-image] Dec 12 04:00:14.798 INFO O| Dec 12 04:00:14.798 INFO STEP 1057 (remove_files) COMPLETE
74792024-12-12T04:00:15.247Z[ recovery-image] Dec 12 04:00:14.798 INFO O| Dec 12 04:00:14.798 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-12T04:00:15.247Z[ host-image] Dec 12 04:00:14.798 INFO O| Dec 12 04:00:14.798 INFO O| Actions: 1/1361 actions (Installing new actions)
74812024-12-12T04:00:15.254Z[ recovery-image] Dec 12 04:00:14.808 INFO O| Dec 12 04:00:14.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
74822024-12-12T04:00:15.254Z[ recovery-image] Dec 12 04:00:14.808 INFO O| Dec 12 04:00:14.808 INFO STEP 1058 (remove_files) COMPLETE
74832024-12-12T04:00:15.257Z[ recovery-image] Dec 12 04:00:14.808 INFO O| Dec 12 04:00:14.808 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-12T04:00:15.265Z[ recovery-image] Dec 12 04:00:14.818 INFO O| Dec 12 04:00:14.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74852024-12-12T04:00:15.265Z[ recovery-image] Dec 12 04:00:14.818 INFO O| Dec 12 04:00:14.818 INFO STEP 1059 (remove_files) COMPLETE
74862024-12-12T04:00:15.267Z[ recovery-image] Dec 12 04:00:14.818 INFO O| Dec 12 04:00:14.818 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-12T04:00:15.275Z[ recovery-image] Dec 12 04:00:14.828 INFO O| Dec 12 04:00:14.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74882024-12-12T04:00:15.275Z[ recovery-image] Dec 12 04:00:14.828 INFO O| Dec 12 04:00:14.828 INFO STEP 1060 (remove_files) COMPLETE
74892024-12-12T04:00:15.275Z[ recovery-image] Dec 12 04:00:14.828 INFO O| Dec 12 04:00:14.828 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-12T04:00:15.284Z[ recovery-image] Dec 12 04:00:14.837 INFO O| Dec 12 04:00:14.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74912024-12-12T04:00:15.287Z[ recovery-image] Dec 12 04:00:14.838 INFO O| Dec 12 04:00:14.838 INFO STEP 1061 (remove_files) COMPLETE
74922024-12-12T04:00:15.287Z[ recovery-image] Dec 12 04:00:14.838 INFO O| Dec 12 04:00:14.838 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-12T04:00:15.295Z[ recovery-image] Dec 12 04:00:14.848 INFO O| Dec 12 04:00:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74942024-12-12T04:00:15.295Z[ recovery-image] Dec 12 04:00:14.848 INFO O| Dec 12 04:00:14.848 INFO STEP 1062 (remove_files) COMPLETE
74952024-12-12T04:00:15.295Z[ recovery-image] Dec 12 04:00:14.848 INFO O| Dec 12 04:00:14.848 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-12T04:00:15.306Z[ recovery-image] Dec 12 04:00:14.858 INFO O| Dec 12 04:00:14.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
74972024-12-12T04:00:15.306Z[ recovery-image] Dec 12 04:00:14.858 INFO O| Dec 12 04:00:14.858 INFO STEP 1063 (remove_files) COMPLETE
74982024-12-12T04:00:15.306Z[ recovery-image] Dec 12 04:00:14.858 INFO O| Dec 12 04:00:14.858 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-12T04:00:15.315Z[ recovery-image] Dec 12 04:00:14.868 INFO O| Dec 12 04:00:14.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75002024-12-12T04:00:15.315Z[ recovery-image] Dec 12 04:00:14.868 INFO O| Dec 12 04:00:14.868 INFO STEP 1064 (remove_files) COMPLETE
75012024-12-12T04:00:15.315Z[ recovery-image] Dec 12 04:00:14.868 INFO O| Dec 12 04:00:14.868 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-12T04:00:15.325Z[ recovery-image] Dec 12 04:00:14.878 INFO O| Dec 12 04:00:14.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75032024-12-12T04:00:15.328Z[ recovery-image] Dec 12 04:00:14.878 INFO O| Dec 12 04:00:14.878 INFO STEP 1065 (remove_files) COMPLETE
75042024-12-12T04:00:15.328Z[ recovery-image] Dec 12 04:00:14.878 INFO O| Dec 12 04:00:14.878 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-12T04:00:15.335Z[ recovery-image] Dec 12 04:00:14.888 INFO O| Dec 12 04:00:14.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75062024-12-12T04:00:15.337Z[ recovery-image] Dec 12 04:00:14.888 INFO O| Dec 12 04:00:14.888 INFO STEP 1066 (remove_files) COMPLETE
75072024-12-12T04:00:15.337Z[ recovery-image] Dec 12 04:00:14.888 INFO O| Dec 12 04:00:14.888 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-12T04:00:15.345Z[ recovery-image] Dec 12 04:00:14.898 INFO O| Dec 12 04:00:14.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75092024-12-12T04:00:15.345Z[ recovery-image] Dec 12 04:00:14.898 INFO O| Dec 12 04:00:14.898 INFO STEP 1067 (remove_files) COMPLETE
75102024-12-12T04:00:15.345Z[ recovery-image] Dec 12 04:00:14.898 INFO O| Dec 12 04:00:14.898 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-12T04:00:15.355Z[ recovery-image] Dec 12 04:00:14.908 INFO O| Dec 12 04:00:14.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75122024-12-12T04:00:15.355Z[ recovery-image] Dec 12 04:00:14.908 INFO O| Dec 12 04:00:14.908 INFO STEP 1068 (remove_files) COMPLETE
75132024-12-12T04:00:15.355Z[ recovery-image] Dec 12 04:00:14.908 INFO O| Dec 12 04:00:14.908 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-12T04:00:15.365Z[ recovery-image] Dec 12 04:00:14.918 INFO O| Dec 12 04:00:14.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75152024-12-12T04:00:15.365Z[ recovery-image] Dec 12 04:00:14.918 INFO O| Dec 12 04:00:14.918 INFO STEP 1069 (remove_files) COMPLETE
75162024-12-12T04:00:15.365Z[ recovery-image] Dec 12 04:00:14.918 INFO O| Dec 12 04:00:14.918 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-12T04:00:15.375Z[ recovery-image] Dec 12 04:00:14.928 INFO O| Dec 12 04:00:14.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75182024-12-12T04:00:15.377Z[ recovery-image] Dec 12 04:00:14.928 INFO O| Dec 12 04:00:14.928 INFO STEP 1070 (remove_files) COMPLETE
75192024-12-12T04:00:15.377Z[ recovery-image] Dec 12 04:00:14.928 INFO O| Dec 12 04:00:14.928 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-12T04:00:15.385Z[ recovery-image] Dec 12 04:00:14.938 INFO O| Dec 12 04:00:14.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75212024-12-12T04:00:15.385Z[ recovery-image] Dec 12 04:00:14.938 INFO O| Dec 12 04:00:14.938 INFO STEP 1071 (remove_files) COMPLETE
75222024-12-12T04:00:15.387Z[ recovery-image] Dec 12 04:00:14.938 INFO O| Dec 12 04:00:14.938 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-12T04:00:15.395Z[ recovery-image] Dec 12 04:00:14.948 INFO O| Dec 12 04:00:14.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75242024-12-12T04:00:15.398Z[ recovery-image] Dec 12 04:00:14.948 INFO O| Dec 12 04:00:14.948 INFO STEP 1072 (remove_files) COMPLETE
75252024-12-12T04:00:15.398Z[ recovery-image] Dec 12 04:00:14.948 INFO O| Dec 12 04:00:14.948 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-12T04:00:15.405Z[ recovery-image] Dec 12 04:00:14.958 INFO O| Dec 12 04:00:14.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75272024-12-12T04:00:15.405Z[ recovery-image] Dec 12 04:00:14.959 INFO O| Dec 12 04:00:14.958 INFO STEP 1073 (remove_files) COMPLETE
75282024-12-12T04:00:15.406Z[ recovery-image] Dec 12 04:00:14.959 INFO O| Dec 12 04:00:14.959 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-12T04:00:15.416Z[ recovery-image] Dec 12 04:00:14.969 INFO O| Dec 12 04:00:14.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75302024-12-12T04:00:15.416Z[ recovery-image] Dec 12 04:00:14.969 INFO O| Dec 12 04:00:14.969 INFO STEP 1074 (remove_files) COMPLETE
75312024-12-12T04:00:15.418Z[ recovery-image] Dec 12 04:00:14.969 INFO O| Dec 12 04:00:14.969 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-12T04:00:15.427Z[ recovery-image] Dec 12 04:00:14.980 INFO O| Dec 12 04:00:14.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75332024-12-12T04:00:15.427Z[ recovery-image] Dec 12 04:00:14.980 INFO O| Dec 12 04:00:14.980 INFO STEP 1075 (remove_files) COMPLETE
75342024-12-12T04:00:15.430Z[ recovery-image] Dec 12 04:00:14.980 INFO O| Dec 12 04:00:14.980 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-12T04:00:15.438Z[ recovery-image] Dec 12 04:00:14.991 INFO O| Dec 12 04:00:14.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75362024-12-12T04:00:15.440Z[ recovery-image] Dec 12 04:00:14.991 INFO O| Dec 12 04:00:14.991 INFO STEP 1076 (remove_files) COMPLETE
75372024-12-12T04:00:15.440Z[ recovery-image] Dec 12 04:00:14.991 INFO O| Dec 12 04:00:14.991 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-12T04:00:15.448Z[ recovery-image] Dec 12 04:00:15.001 INFO O| Dec 12 04:00:15.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75392024-12-12T04:00:15.448Z[ recovery-image] Dec 12 04:00:15.001 INFO O| Dec 12 04:00:15.001 INFO STEP 1077 (remove_files) COMPLETE
75402024-12-12T04:00:15.448Z[ recovery-image] Dec 12 04:00:15.001 INFO O| Dec 12 04:00:15.001 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-12T04:00:15.459Z[ recovery-image] Dec 12 04:00:15.012 INFO O| Dec 12 04:00:15.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75422024-12-12T04:00:15.459Z[ recovery-image] Dec 12 04:00:15.012 INFO O| Dec 12 04:00:15.012 INFO STEP 1078 (remove_files) COMPLETE
75432024-12-12T04:00:15.462Z[ recovery-image] Dec 12 04:00:15.012 INFO O| Dec 12 04:00:15.012 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-12T04:00:15.469Z[ recovery-image] Dec 12 04:00:15.022 INFO O| Dec 12 04:00:15.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75452024-12-12T04:00:15.469Z[ recovery-image] Dec 12 04:00:15.022 INFO O| Dec 12 04:00:15.022 INFO STEP 1079 (remove_files) COMPLETE
75462024-12-12T04:00:15.469Z[ recovery-image] Dec 12 04:00:15.022 INFO O| Dec 12 04:00:15.022 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-12T04:00:15.479Z[ recovery-image] Dec 12 04:00:15.032 INFO O| Dec 12 04:00:15.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75482024-12-12T04:00:15.479Z[ recovery-image] Dec 12 04:00:15.032 INFO O| Dec 12 04:00:15.032 INFO STEP 1080 (remove_files) COMPLETE
75492024-12-12T04:00:15.482Z[ recovery-image] Dec 12 04:00:15.032 INFO O| Dec 12 04:00:15.032 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-12T04:00:15.489Z[ recovery-image] Dec 12 04:00:15.042 INFO O| Dec 12 04:00:15.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75512024-12-12T04:00:15.492Z[ recovery-image] Dec 12 04:00:15.042 INFO O| Dec 12 04:00:15.042 INFO STEP 1081 (remove_files) COMPLETE
75522024-12-12T04:00:15.492Z[ recovery-image] Dec 12 04:00:15.042 INFO O| Dec 12 04:00:15.042 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-12T04:00:15.499Z[ recovery-image] Dec 12 04:00:15.052 INFO O| Dec 12 04:00:15.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75542024-12-12T04:00:15.499Z[ recovery-image] Dec 12 04:00:15.052 INFO O| Dec 12 04:00:15.052 INFO STEP 1082 (remove_files) COMPLETE
75552024-12-12T04:00:15.501Z[ recovery-image] Dec 12 04:00:15.052 INFO O| Dec 12 04:00:15.052 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-12T04:00:15.508Z[ recovery-image] Dec 12 04:00:15.061 INFO O| Dec 12 04:00:15.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75572024-12-12T04:00:15.511Z[ recovery-image] Dec 12 04:00:15.061 INFO O| Dec 12 04:00:15.061 INFO STEP 1083 (remove_files) COMPLETE
75582024-12-12T04:00:15.511Z[ recovery-image] Dec 12 04:00:15.061 INFO O| Dec 12 04:00:15.061 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-12T04:00:15.518Z[ recovery-image] Dec 12 04:00:15.071 INFO O| Dec 12 04:00:15.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75602024-12-12T04:00:15.521Z[ recovery-image] Dec 12 04:00:15.072 INFO O| Dec 12 04:00:15.072 INFO STEP 1084 (remove_files) COMPLETE
75612024-12-12T04:00:15.521Z[ recovery-image] Dec 12 04:00:15.072 INFO O| Dec 12 04:00:15.072 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-12T04:00:15.529Z[ recovery-image] Dec 12 04:00:15.082 INFO O| Dec 12 04:00:15.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75632024-12-12T04:00:15.531Z[ recovery-image] Dec 12 04:00:15.082 INFO O| Dec 12 04:00:15.082 INFO STEP 1085 (remove_files) COMPLETE
75642024-12-12T04:00:15.531Z[ recovery-image] Dec 12 04:00:15.082 INFO O| Dec 12 04:00:15.082 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-12T04:00:15.539Z[ recovery-image] Dec 12 04:00:15.092 INFO O| Dec 12 04:00:15.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75662024-12-12T04:00:15.539Z[ recovery-image] Dec 12 04:00:15.092 INFO O| Dec 12 04:00:15.092 INFO STEP 1086 (remove_files) COMPLETE
75672024-12-12T04:00:15.541Z[ recovery-image] Dec 12 04:00:15.092 INFO O| Dec 12 04:00:15.092 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-12T04:00:15.548Z[ recovery-image] Dec 12 04:00:15.101 INFO O| Dec 12 04:00:15.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75692024-12-12T04:00:15.548Z[ recovery-image] Dec 12 04:00:15.101 INFO O| Dec 12 04:00:15.101 INFO STEP 1087 (remove_files) COMPLETE
75702024-12-12T04:00:15.551Z[ recovery-image] Dec 12 04:00:15.101 INFO O| Dec 12 04:00:15.101 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-12T04:00:15.558Z[ recovery-image] Dec 12 04:00:15.111 INFO O| Dec 12 04:00:15.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75722024-12-12T04:00:15.558Z[ recovery-image] Dec 12 04:00:15.111 INFO O| Dec 12 04:00:15.111 INFO STEP 1088 (remove_files) COMPLETE
75732024-12-12T04:00:15.558Z[ recovery-image] Dec 12 04:00:15.111 INFO O| Dec 12 04:00:15.111 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-12T04:00:15.568Z[ recovery-image] Dec 12 04:00:15.121 INFO O| Dec 12 04:00:15.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75752024-12-12T04:00:15.568Z[ recovery-image] Dec 12 04:00:15.121 INFO O| Dec 12 04:00:15.121 INFO STEP 1089 (remove_files) COMPLETE
75762024-12-12T04:00:15.570Z[ recovery-image] Dec 12 04:00:15.121 INFO O| Dec 12 04:00:15.121 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-12T04:00:15.578Z[ recovery-image] Dec 12 04:00:15.131 INFO O| Dec 12 04:00:15.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75782024-12-12T04:00:15.580Z[ recovery-image] Dec 12 04:00:15.131 INFO O| Dec 12 04:00:15.131 INFO STEP 1090 (remove_files) COMPLETE
75792024-12-12T04:00:15.580Z[ recovery-image] Dec 12 04:00:15.131 INFO O| Dec 12 04:00:15.131 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-12T04:00:15.588Z[ recovery-image] Dec 12 04:00:15.141 INFO O| Dec 12 04:00:15.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75812024-12-12T04:00:15.588Z[ recovery-image] Dec 12 04:00:15.141 INFO O| Dec 12 04:00:15.141 INFO STEP 1091 (remove_files) COMPLETE
75822024-12-12T04:00:15.588Z[ recovery-image] Dec 12 04:00:15.141 INFO O| Dec 12 04:00:15.141 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-12T04:00:15.598Z[ recovery-image] Dec 12 04:00:15.151 INFO O| Dec 12 04:00:15.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75842024-12-12T04:00:15.598Z[ recovery-image] Dec 12 04:00:15.151 INFO O| Dec 12 04:00:15.151 INFO STEP 1092 (remove_files) COMPLETE
75852024-12-12T04:00:15.598Z[ recovery-image] Dec 12 04:00:15.151 INFO O| Dec 12 04:00:15.151 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-12T04:00:15.607Z[ recovery-image] Dec 12 04:00:15.160 INFO O| Dec 12 04:00:15.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75872024-12-12T04:00:15.610Z[ recovery-image] Dec 12 04:00:15.161 INFO O| Dec 12 04:00:15.161 INFO STEP 1093 (remove_files) COMPLETE
75882024-12-12T04:00:15.610Z[ recovery-image] Dec 12 04:00:15.161 INFO O| Dec 12 04:00:15.161 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-12T04:00:15.617Z[ recovery-image] Dec 12 04:00:15.170 INFO O| Dec 12 04:00:15.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75902024-12-12T04:00:15.617Z[ recovery-image] Dec 12 04:00:15.170 INFO O| Dec 12 04:00:15.170 INFO STEP 1094 (remove_files) COMPLETE
75912024-12-12T04:00:15.617Z[ recovery-image] Dec 12 04:00:15.170 INFO O| Dec 12 04:00:15.170 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-12T04:00:15.627Z[ recovery-image] Dec 12 04:00:15.180 INFO O| Dec 12 04:00:15.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75932024-12-12T04:00:15.627Z[ recovery-image] Dec 12 04:00:15.180 INFO O| Dec 12 04:00:15.180 INFO STEP 1095 (remove_files) COMPLETE
75942024-12-12T04:00:15.627Z[ recovery-image] Dec 12 04:00:15.180 INFO O| Dec 12 04:00:15.180 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-12T04:00:15.637Z[ recovery-image] Dec 12 04:00:15.190 INFO O| Dec 12 04:00:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75962024-12-12T04:00:15.637Z[ recovery-image] Dec 12 04:00:15.190 INFO O| Dec 12 04:00:15.190 INFO STEP 1096 (remove_files) COMPLETE
75972024-12-12T04:00:15.641Z[ recovery-image] Dec 12 04:00:15.190 INFO O| Dec 12 04:00:15.190 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-12T04:00:15.647Z[ recovery-image] Dec 12 04:00:15.200 INFO O| Dec 12 04:00:15.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
75992024-12-12T04:00:15.650Z[ recovery-image] Dec 12 04:00:15.200 INFO O| Dec 12 04:00:15.200 INFO STEP 1097 (remove_files) COMPLETE
76002024-12-12T04:00:15.650Z[ recovery-image] Dec 12 04:00:15.200 INFO O| Dec 12 04:00:15.200 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-12T04:00:15.654Z[ host-image] Dec 12 04:00:15.208 INFO O| Dec 12 04:00:15.207 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
76022024-12-12T04:00:15.657Z[ recovery-image] Dec 12 04:00:15.210 INFO O| Dec 12 04:00:15.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76032024-12-12T04:00:15.657Z[ recovery-image] Dec 12 04:00:15.210 INFO O| Dec 12 04:00:15.210 INFO STEP 1098 (remove_files) COMPLETE
76042024-12-12T04:00:15.659Z[ recovery-image] Dec 12 04:00:15.210 INFO O| Dec 12 04:00:15.210 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-12T04:00:15.667Z[ recovery-image] Dec 12 04:00:15.220 INFO O| Dec 12 04:00:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76062024-12-12T04:00:15.667Z[ recovery-image] Dec 12 04:00:15.220 INFO O| Dec 12 04:00:15.220 INFO STEP 1099 (remove_files) COMPLETE
76072024-12-12T04:00:15.667Z[ recovery-image] Dec 12 04:00:15.220 INFO O| Dec 12 04:00:15.220 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-12T04:00:15.677Z[ recovery-image] Dec 12 04:00:15.230 INFO O| Dec 12 04:00:15.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76092024-12-12T04:00:15.677Z[ recovery-image] Dec 12 04:00:15.230 INFO O| Dec 12 04:00:15.230 INFO STEP 1100 (remove_files) COMPLETE
76102024-12-12T04:00:15.680Z[ recovery-image] Dec 12 04:00:15.231 INFO O| Dec 12 04:00:15.230 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-12T04:00:15.688Z[ recovery-image] Dec 12 04:00:15.241 INFO O| Dec 12 04:00:15.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76122024-12-12T04:00:15.688Z[ recovery-image] Dec 12 04:00:15.241 INFO O| Dec 12 04:00:15.241 INFO STEP 1101 (remove_files) COMPLETE
76132024-12-12T04:00:15.688Z[ recovery-image] Dec 12 04:00:15.241 INFO O| Dec 12 04:00:15.241 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-12T04:00:15.698Z[ recovery-image] Dec 12 04:00:15.251 INFO O| Dec 12 04:00:15.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76152024-12-12T04:00:15.698Z[ recovery-image] Dec 12 04:00:15.251 INFO O| Dec 12 04:00:15.251 INFO STEP 1102 (remove_files) COMPLETE
76162024-12-12T04:00:15.698Z[ recovery-image] Dec 12 04:00:15.251 INFO O| Dec 12 04:00:15.251 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-12T04:00:15.708Z[ recovery-image] Dec 12 04:00:15.261 INFO O| Dec 12 04:00:15.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76182024-12-12T04:00:15.708Z[ recovery-image] Dec 12 04:00:15.261 INFO O| Dec 12 04:00:15.261 INFO STEP 1103 (remove_files) COMPLETE
76192024-12-12T04:00:15.708Z[ recovery-image] Dec 12 04:00:15.261 INFO O| Dec 12 04:00:15.261 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-12T04:00:15.718Z[ recovery-image] Dec 12 04:00:15.271 INFO O| Dec 12 04:00:15.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76212024-12-12T04:00:15.718Z[ recovery-image] Dec 12 04:00:15.271 INFO O| Dec 12 04:00:15.271 INFO STEP 1104 (remove_files) COMPLETE
76222024-12-12T04:00:15.721Z[ recovery-image] Dec 12 04:00:15.271 INFO O| Dec 12 04:00:15.271 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-12T04:00:15.729Z[ recovery-image] Dec 12 04:00:15.282 INFO O| Dec 12 04:00:15.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76242024-12-12T04:00:15.729Z[ recovery-image] Dec 12 04:00:15.282 INFO O| Dec 12 04:00:15.282 INFO STEP 1105 (remove_files) COMPLETE
76252024-12-12T04:00:15.731Z[ recovery-image] Dec 12 04:00:15.282 INFO O| Dec 12 04:00:15.282 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-12T04:00:15.739Z[ recovery-image] Dec 12 04:00:15.292 INFO O| Dec 12 04:00:15.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76272024-12-12T04:00:15.740Z[ recovery-image] Dec 12 04:00:15.292 INFO O| Dec 12 04:00:15.292 INFO STEP 1106 (remove_files) COMPLETE
76282024-12-12T04:00:15.740Z[ recovery-image] Dec 12 04:00:15.292 INFO O| Dec 12 04:00:15.292 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-12T04:00:15.750Z[ recovery-image] Dec 12 04:00:15.303 INFO O| Dec 12 04:00:15.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76302024-12-12T04:00:15.750Z[ recovery-image] Dec 12 04:00:15.303 INFO O| Dec 12 04:00:15.303 INFO STEP 1107 (remove_files) COMPLETE
76312024-12-12T04:00:15.750Z[ recovery-image] Dec 12 04:00:15.303 INFO O| Dec 12 04:00:15.303 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-12T04:00:15.760Z[ recovery-image] Dec 12 04:00:15.313 INFO O| Dec 12 04:00:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76332024-12-12T04:00:15.760Z[ recovery-image] Dec 12 04:00:15.313 INFO O| Dec 12 04:00:15.313 INFO STEP 1108 (remove_files) COMPLETE
76342024-12-12T04:00:15.760Z[ recovery-image] Dec 12 04:00:15.313 INFO O| Dec 12 04:00:15.313 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-12T04:00:15.770Z[ recovery-image] Dec 12 04:00:15.323 INFO O| Dec 12 04:00:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76362024-12-12T04:00:15.770Z[ recovery-image] Dec 12 04:00:15.323 INFO O| Dec 12 04:00:15.323 INFO STEP 1109 (remove_files) COMPLETE
76372024-12-12T04:00:15.770Z[ recovery-image] Dec 12 04:00:15.323 INFO O| Dec 12 04:00:15.323 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-12T04:00:15.781Z[ recovery-image] Dec 12 04:00:15.334 INFO O| Dec 12 04:00:15.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76392024-12-12T04:00:15.781Z[ recovery-image] Dec 12 04:00:15.334 INFO O| Dec 12 04:00:15.334 INFO STEP 1110 (remove_files) COMPLETE
76402024-12-12T04:00:15.781Z[ recovery-image] Dec 12 04:00:15.334 INFO O| Dec 12 04:00:15.334 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-12T04:00:15.793Z[ recovery-image] Dec 12 04:00:15.346 INFO O| Dec 12 04:00:15.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76422024-12-12T04:00:15.793Z[ recovery-image] Dec 12 04:00:15.346 INFO O| Dec 12 04:00:15.346 INFO STEP 1111 (remove_files) COMPLETE
76432024-12-12T04:00:15.793Z[ recovery-image] Dec 12 04:00:15.346 INFO O| Dec 12 04:00:15.346 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-12T04:00:15.803Z[ recovery-image] Dec 12 04:00:15.356 INFO O| Dec 12 04:00:15.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76452024-12-12T04:00:15.806Z[ recovery-image] Dec 12 04:00:15.356 INFO O| Dec 12 04:00:15.356 INFO STEP 1112 (remove_files) COMPLETE
76462024-12-12T04:00:15.807Z[ recovery-image] Dec 12 04:00:15.356 INFO O| Dec 12 04:00:15.356 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-12T04:00:15.815Z[ recovery-image] Dec 12 04:00:15.368 INFO O| Dec 12 04:00:15.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76482024-12-12T04:00:15.815Z[ recovery-image] Dec 12 04:00:15.368 INFO O| Dec 12 04:00:15.368 INFO STEP 1113 (remove_files) COMPLETE
76492024-12-12T04:00:15.815Z[ recovery-image] Dec 12 04:00:15.368 INFO O| Dec 12 04:00:15.368 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-12T04:00:15.829Z[ recovery-image] Dec 12 04:00:15.382 INFO O| Dec 12 04:00:15.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76512024-12-12T04:00:15.829Z[ recovery-image] Dec 12 04:00:15.382 INFO O| Dec 12 04:00:15.382 INFO STEP 1114 (remove_files) COMPLETE
76522024-12-12T04:00:15.829Z[ recovery-image] Dec 12 04:00:15.382 INFO O| Dec 12 04:00:15.382 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-12T04:00:15.842Z[ recovery-image] Dec 12 04:00:15.395 INFO O| Dec 12 04:00:15.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76542024-12-12T04:00:15.842Z[ recovery-image] Dec 12 04:00:15.395 INFO O| Dec 12 04:00:15.395 INFO STEP 1115 (remove_files) COMPLETE
76552024-12-12T04:00:15.845Z[ recovery-image] Dec 12 04:00:15.395 INFO O| Dec 12 04:00:15.395 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-12T04:00:15.855Z[ recovery-image] Dec 12 04:00:15.408 INFO O| Dec 12 04:00:15.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76572024-12-12T04:00:15.855Z[ recovery-image] Dec 12 04:00:15.408 INFO O| Dec 12 04:00:15.408 INFO STEP 1116 (remove_files) COMPLETE
76582024-12-12T04:00:15.857Z[ recovery-image] Dec 12 04:00:15.408 INFO O| Dec 12 04:00:15.408 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-12T04:00:15.866Z[ recovery-image] Dec 12 04:00:15.419 INFO O| Dec 12 04:00:15.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76602024-12-12T04:00:15.866Z[ recovery-image] Dec 12 04:00:15.419 INFO O| Dec 12 04:00:15.419 INFO STEP 1117 (remove_files) COMPLETE
76612024-12-12T04:00:15.868Z[ recovery-image] Dec 12 04:00:15.419 INFO O| Dec 12 04:00:15.419 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-12T04:00:15.878Z[ recovery-image] Dec 12 04:00:15.431 INFO O| Dec 12 04:00:15.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76632024-12-12T04:00:15.878Z[ recovery-image] Dec 12 04:00:15.431 INFO O| Dec 12 04:00:15.431 INFO STEP 1118 (remove_files) COMPLETE
76642024-12-12T04:00:15.880Z[ recovery-image] Dec 12 04:00:15.431 INFO O| Dec 12 04:00:15.431 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-12T04:00:15.889Z[ recovery-image] Dec 12 04:00:15.442 INFO O| Dec 12 04:00:15.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76662024-12-12T04:00:15.889Z[ recovery-image] Dec 12 04:00:15.443 INFO O| Dec 12 04:00:15.443 INFO STEP 1119 (remove_files) COMPLETE
76672024-12-12T04:00:15.892Z[ recovery-image] Dec 12 04:00:15.443 INFO O| Dec 12 04:00:15.443 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-12T04:00:15.901Z[ recovery-image] Dec 12 04:00:15.454 INFO O| Dec 12 04:00:15.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76692024-12-12T04:00:15.901Z[ recovery-image] Dec 12 04:00:15.454 INFO O| Dec 12 04:00:15.454 INFO STEP 1120 (remove_files) COMPLETE
76702024-12-12T04:00:15.904Z[ recovery-image] Dec 12 04:00:15.454 INFO O| Dec 12 04:00:15.454 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-12T04:00:15.913Z[ recovery-image] Dec 12 04:00:15.466 INFO O| Dec 12 04:00:15.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76722024-12-12T04:00:15.916Z[ recovery-image] Dec 12 04:00:15.466 INFO O| Dec 12 04:00:15.466 INFO STEP 1121 (remove_files) COMPLETE
76732024-12-12T04:00:15.916Z[ recovery-image] Dec 12 04:00:15.467 INFO O| Dec 12 04:00:15.466 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-12T04:00:15.925Z[ recovery-image] Dec 12 04:00:15.478 INFO O| Dec 12 04:00:15.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76752024-12-12T04:00:15.925Z[ recovery-image] Dec 12 04:00:15.478 INFO O| Dec 12 04:00:15.478 INFO STEP 1122 (remove_files) COMPLETE
76762024-12-12T04:00:15.927Z[ recovery-image] Dec 12 04:00:15.478 INFO O| Dec 12 04:00:15.478 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-12T04:00:15.936Z[ recovery-image] Dec 12 04:00:15.489 INFO O| Dec 12 04:00:15.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76782024-12-12T04:00:15.936Z[ recovery-image] Dec 12 04:00:15.489 INFO O| Dec 12 04:00:15.489 INFO STEP 1123 (remove_files) COMPLETE
76792024-12-12T04:00:15.946Z[ recovery-image] Dec 12 04:00:15.489 INFO O| Dec 12 04:00:15.489 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-12T04:00:15.949Z[ recovery-image] Dec 12 04:00:15.500 INFO O| Dec 12 04:00:15.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76812024-12-12T04:00:15.949Z[ recovery-image] Dec 12 04:00:15.500 INFO O| Dec 12 04:00:15.500 INFO STEP 1124 (remove_files) COMPLETE
76822024-12-12T04:00:15.949Z[ recovery-image] Dec 12 04:00:15.500 INFO O| Dec 12 04:00:15.500 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-12T04:00:15.958Z[ recovery-image] Dec 12 04:00:15.511 INFO O| Dec 12 04:00:15.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76842024-12-12T04:00:15.958Z[ recovery-image] Dec 12 04:00:15.511 INFO O| Dec 12 04:00:15.511 INFO STEP 1125 (remove_files) COMPLETE
76852024-12-12T04:00:15.961Z[ recovery-image] Dec 12 04:00:15.511 INFO O| Dec 12 04:00:15.511 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-12T04:00:15.969Z[ recovery-image] Dec 12 04:00:15.522 INFO O| Dec 12 04:00:15.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76872024-12-12T04:00:15.970Z[ recovery-image] Dec 12 04:00:15.522 INFO O| Dec 12 04:00:15.522 INFO STEP 1126 (remove_files) COMPLETE
76882024-12-12T04:00:15.970Z[ recovery-image] Dec 12 04:00:15.522 INFO O| Dec 12 04:00:15.522 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-12T04:00:15.980Z[ recovery-image] Dec 12 04:00:15.533 INFO O| Dec 12 04:00:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76902024-12-12T04:00:15.980Z[ recovery-image] Dec 12 04:00:15.533 INFO O| Dec 12 04:00:15.533 INFO STEP 1127 (remove_files) COMPLETE
76912024-12-12T04:00:15.980Z[ recovery-image] Dec 12 04:00:15.533 INFO O| Dec 12 04:00:15.533 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-12T04:00:15.991Z[ recovery-image] Dec 12 04:00:15.543 INFO O| Dec 12 04:00:15.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76932024-12-12T04:00:15.991Z[ recovery-image] Dec 12 04:00:15.544 INFO O| Dec 12 04:00:15.544 INFO STEP 1128 (remove_files) COMPLETE
76942024-12-12T04:00:15.993Z[ recovery-image] Dec 12 04:00:15.544 INFO O| Dec 12 04:00:15.544 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-12T04:00:16.001Z[ recovery-image] Dec 12 04:00:15.554 INFO O| Dec 12 04:00:15.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76962024-12-12T04:00:16.001Z[ recovery-image] Dec 12 04:00:15.554 INFO O| Dec 12 04:00:15.554 INFO STEP 1129 (remove_files) COMPLETE
76972024-12-12T04:00:16.001Z[ recovery-image] Dec 12 04:00:15.554 INFO O| Dec 12 04:00:15.554 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-12T04:00:16.007Z[ host-image] Dec 12 04:00:15.560 INFO O| Dec 12 04:00:15.560 INFO O| Done
76992024-12-12T04:00:16.007Z[ host-image] Dec 12 04:00:15.561 INFO O| Dec 12 04:00:15.560 INFO O| Done
77002024-12-12T04:00:16.012Z[ recovery-image] Dec 12 04:00:15.566 INFO O| Dec 12 04:00:15.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77012024-12-12T04:00:16.013Z[ recovery-image] Dec 12 04:00:15.566 INFO O| Dec 12 04:00:15.566 INFO STEP 1130 (remove_files) COMPLETE
77022024-12-12T04:00:16.015Z[ recovery-image] Dec 12 04:00:15.566 INFO O| Dec 12 04:00:15.566 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-12T04:00:16.024Z[ recovery-image] Dec 12 04:00:15.577 INFO O| Dec 12 04:00:15.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77042024-12-12T04:00:16.024Z[ recovery-image] Dec 12 04:00:15.577 INFO O| Dec 12 04:00:15.577 INFO STEP 1131 (remove_files) COMPLETE
77052024-12-12T04:00:16.024Z[ recovery-image] Dec 12 04:00:15.577 INFO O| Dec 12 04:00:15.577 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-12T04:00:16.036Z[ recovery-image] Dec 12 04:00:15.589 INFO O| Dec 12 04:00:15.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77072024-12-12T04:00:16.036Z[ recovery-image] Dec 12 04:00:15.589 INFO O| Dec 12 04:00:15.589 INFO STEP 1132 (remove_files) COMPLETE
77082024-12-12T04:00:16.036Z[ recovery-image] Dec 12 04:00:15.589 INFO O| Dec 12 04:00:15.589 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-12T04:00:16.046Z[ recovery-image] Dec 12 04:00:15.599 INFO O| Dec 12 04:00:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77102024-12-12T04:00:16.046Z[ recovery-image] Dec 12 04:00:15.599 INFO O| Dec 12 04:00:15.599 INFO STEP 1133 (remove_files) COMPLETE
77112024-12-12T04:00:16.049Z[ recovery-image] Dec 12 04:00:15.599 INFO O| Dec 12 04:00:15.599 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-12T04:00:16.057Z[ recovery-image] Dec 12 04:00:15.610 INFO O| Dec 12 04:00:15.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77132024-12-12T04:00:16.057Z[ recovery-image] Dec 12 04:00:15.610 INFO O| Dec 12 04:00:15.610 INFO STEP 1134 (remove_files) COMPLETE
77142024-12-12T04:00:16.059Z[ recovery-image] Dec 12 04:00:15.610 INFO O| Dec 12 04:00:15.610 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-12T04:00:16.067Z[ recovery-image] Dec 12 04:00:15.620 INFO O| Dec 12 04:00:15.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77162024-12-12T04:00:16.068Z[ recovery-image] Dec 12 04:00:15.621 INFO O| Dec 12 04:00:15.620 INFO STEP 1135 (remove_files) COMPLETE
77172024-12-12T04:00:16.070Z[ recovery-image] Dec 12 04:00:15.621 INFO O| Dec 12 04:00:15.621 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-12T04:00:16.078Z[ recovery-image] Dec 12 04:00:15.631 INFO O| Dec 12 04:00:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77192024-12-12T04:00:16.078Z[ recovery-image] Dec 12 04:00:15.631 INFO O| Dec 12 04:00:15.631 INFO STEP 1136 (remove_files) COMPLETE
77202024-12-12T04:00:16.080Z[ recovery-image] Dec 12 04:00:15.631 INFO O| Dec 12 04:00:15.631 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-12T04:00:16.088Z[ recovery-image] Dec 12 04:00:15.641 INFO O| Dec 12 04:00:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77222024-12-12T04:00:16.090Z[ recovery-image] Dec 12 04:00:15.641 INFO O| Dec 12 04:00:15.641 INFO STEP 1137 (remove_files) COMPLETE
77232024-12-12T04:00:16.090Z[ recovery-image] Dec 12 04:00:15.641 INFO O| Dec 12 04:00:15.641 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-12T04:00:16.098Z[ recovery-image] Dec 12 04:00:15.651 INFO O| Dec 12 04:00:15.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77252024-12-12T04:00:16.098Z[ recovery-image] Dec 12 04:00:15.651 INFO O| Dec 12 04:00:15.651 INFO STEP 1138 (remove_files) COMPLETE
77262024-12-12T04:00:16.098Z[ recovery-image] Dec 12 04:00:15.651 INFO O| Dec 12 04:00:15.651 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-12T04:00:16.108Z[ recovery-image] Dec 12 04:00:15.661 INFO O| Dec 12 04:00:15.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77282024-12-12T04:00:16.108Z[ recovery-image] Dec 12 04:00:15.661 INFO O| Dec 12 04:00:15.661 INFO STEP 1139 (remove_files) COMPLETE
77292024-12-12T04:00:16.108Z[ recovery-image] Dec 12 04:00:15.661 INFO O| Dec 12 04:00:15.661 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-12T04:00:16.118Z[ recovery-image] Dec 12 04:00:15.671 INFO O| Dec 12 04:00:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77312024-12-12T04:00:16.118Z[ recovery-image] Dec 12 04:00:15.671 INFO O| Dec 12 04:00:15.671 INFO STEP 1140 (remove_files) COMPLETE
77322024-12-12T04:00:16.121Z[ recovery-image] Dec 12 04:00:15.671 INFO O| Dec 12 04:00:15.671 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-12T04:00:16.129Z[ recovery-image] Dec 12 04:00:15.682 INFO O| Dec 12 04:00:15.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77342024-12-12T04:00:16.131Z[ recovery-image] Dec 12 04:00:15.682 INFO O| Dec 12 04:00:15.682 INFO STEP 1141 (remove_files) COMPLETE
77352024-12-12T04:00:16.131Z[ recovery-image] Dec 12 04:00:15.682 INFO O| Dec 12 04:00:15.682 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-12T04:00:16.139Z[ recovery-image] Dec 12 04:00:15.692 INFO O| Dec 12 04:00:15.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77372024-12-12T04:00:16.141Z[ recovery-image] Dec 12 04:00:15.692 INFO O| Dec 12 04:00:15.692 INFO STEP 1142 (remove_files) COMPLETE
77382024-12-12T04:00:16.141Z[ recovery-image] Dec 12 04:00:15.692 INFO O| Dec 12 04:00:15.692 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-12T04:00:16.149Z[ recovery-image] Dec 12 04:00:15.702 INFO O| Dec 12 04:00:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77402024-12-12T04:00:16.153Z[ recovery-image] Dec 12 04:00:15.702 INFO O| Dec 12 04:00:15.702 INFO STEP 1143 (remove_files) COMPLETE
77412024-12-12T04:00:16.153Z[ recovery-image] Dec 12 04:00:15.702 INFO O| Dec 12 04:00:15.702 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-12T04:00:16.159Z[ recovery-image] Dec 12 04:00:15.712 INFO O| Dec 12 04:00:15.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77432024-12-12T04:00:16.162Z[ recovery-image] Dec 12 04:00:15.712 INFO O| Dec 12 04:00:15.712 INFO STEP 1144 (remove_files) COMPLETE
77442024-12-12T04:00:16.162Z[ recovery-image] Dec 12 04:00:15.712 INFO O| Dec 12 04:00:15.712 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-12T04:00:16.170Z[ recovery-image] Dec 12 04:00:15.723 INFO O| Dec 12 04:00:15.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77462024-12-12T04:00:16.170Z[ recovery-image] Dec 12 04:00:15.723 INFO O| Dec 12 04:00:15.723 INFO STEP 1145 (remove_files) COMPLETE
77472024-12-12T04:00:16.173Z[ recovery-image] Dec 12 04:00:15.723 INFO O| Dec 12 04:00:15.723 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-12T04:00:16.181Z[ recovery-image] Dec 12 04:00:15.734 INFO O| Dec 12 04:00:15.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77492024-12-12T04:00:16.181Z[ recovery-image] Dec 12 04:00:15.734 INFO O| Dec 12 04:00:15.734 INFO STEP 1146 (remove_files) COMPLETE
77502024-12-12T04:00:16.183Z[ recovery-image] Dec 12 04:00:15.734 INFO O| Dec 12 04:00:15.734 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-12T04:00:16.191Z[ recovery-image] Dec 12 04:00:15.744 INFO O| Dec 12 04:00:15.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77522024-12-12T04:00:16.194Z[ recovery-image] Dec 12 04:00:15.744 INFO O| Dec 12 04:00:15.744 INFO STEP 1147 (remove_files) COMPLETE
77532024-12-12T04:00:16.194Z[ recovery-image] Dec 12 04:00:15.744 INFO O| Dec 12 04:00:15.744 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-12T04:00:16.201Z[ recovery-image] Dec 12 04:00:15.754 INFO O| Dec 12 04:00:15.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77552024-12-12T04:00:16.201Z[ recovery-image] Dec 12 04:00:15.754 INFO O| Dec 12 04:00:15.754 INFO STEP 1148 (remove_files) COMPLETE
77562024-12-12T04:00:16.204Z[ recovery-image] Dec 12 04:00:15.754 INFO O| Dec 12 04:00:15.754 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-12T04:00:16.211Z[ recovery-image] Dec 12 04:00:15.764 INFO O| Dec 12 04:00:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77582024-12-12T04:00:16.211Z[ recovery-image] Dec 12 04:00:15.764 INFO O| Dec 12 04:00:15.764 INFO STEP 1149 (remove_files) COMPLETE
77592024-12-12T04:00:16.211Z[ recovery-image] Dec 12 04:00:15.764 INFO O| Dec 12 04:00:15.764 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-12T04:00:16.221Z[ recovery-image] Dec 12 04:00:15.774 INFO O| Dec 12 04:00:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77612024-12-12T04:00:16.223Z[ recovery-image] Dec 12 04:00:15.774 INFO O| Dec 12 04:00:15.774 INFO STEP 1150 (remove_files) COMPLETE
77622024-12-12T04:00:16.223Z[ recovery-image] Dec 12 04:00:15.774 INFO O| Dec 12 04:00:15.774 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-12T04:00:16.231Z[ recovery-image] Dec 12 04:00:15.784 INFO O| Dec 12 04:00:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77642024-12-12T04:00:16.231Z[ recovery-image] Dec 12 04:00:15.784 INFO O| Dec 12 04:00:15.784 INFO STEP 1151 (remove_files) COMPLETE
77652024-12-12T04:00:16.231Z[ recovery-image] Dec 12 04:00:15.784 INFO O| Dec 12 04:00:15.784 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-12T04:00:16.241Z[ recovery-image] Dec 12 04:00:15.794 INFO O| Dec 12 04:00:15.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77672024-12-12T04:00:16.241Z[ recovery-image] Dec 12 04:00:15.794 INFO O| Dec 12 04:00:15.794 INFO STEP 1152 (remove_files) COMPLETE
77682024-12-12T04:00:16.241Z[ recovery-image] Dec 12 04:00:15.794 INFO O| Dec 12 04:00:15.794 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-12T04:00:16.251Z[ recovery-image] Dec 12 04:00:15.804 INFO O| Dec 12 04:00:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77702024-12-12T04:00:16.251Z[ recovery-image] Dec 12 04:00:15.804 INFO O| Dec 12 04:00:15.804 INFO STEP 1153 (remove_files) COMPLETE
77712024-12-12T04:00:16.251Z[ recovery-image] Dec 12 04:00:15.804 INFO O| Dec 12 04:00:15.804 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-12T04:00:16.261Z[ recovery-image] Dec 12 04:00:15.814 INFO O| Dec 12 04:00:15.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77732024-12-12T04:00:16.261Z[ recovery-image] Dec 12 04:00:15.814 INFO O| Dec 12 04:00:15.814 INFO STEP 1154 (remove_files) COMPLETE
77742024-12-12T04:00:16.263Z[ recovery-image] Dec 12 04:00:15.814 INFO O| Dec 12 04:00:15.814 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-12T04:00:16.271Z[ recovery-image] Dec 12 04:00:15.824 INFO O| Dec 12 04:00:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77762024-12-12T04:00:16.271Z[ recovery-image] Dec 12 04:00:15.824 INFO O| Dec 12 04:00:15.824 INFO STEP 1155 (remove_files) COMPLETE
77772024-12-12T04:00:16.271Z[ recovery-image] Dec 12 04:00:15.824 INFO O| Dec 12 04:00:15.824 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-12T04:00:16.280Z[ recovery-image] Dec 12 04:00:15.833 INFO O| Dec 12 04:00:15.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77792024-12-12T04:00:16.280Z[ recovery-image] Dec 12 04:00:15.833 INFO O| Dec 12 04:00:15.833 INFO STEP 1156 (remove_files) COMPLETE
77802024-12-12T04:00:16.283Z[ recovery-image] Dec 12 04:00:15.833 INFO O| Dec 12 04:00:15.833 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-12T04:00:16.290Z[ recovery-image] Dec 12 04:00:15.843 INFO O| Dec 12 04:00:15.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77822024-12-12T04:00:16.290Z[ recovery-image] Dec 12 04:00:15.843 INFO O| Dec 12 04:00:15.843 INFO STEP 1157 (remove_files) COMPLETE
77832024-12-12T04:00:16.293Z[ recovery-image] Dec 12 04:00:15.843 INFO O| Dec 12 04:00:15.843 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-12T04:00:16.300Z[ recovery-image] Dec 12 04:00:15.853 INFO O| Dec 12 04:00:15.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77852024-12-12T04:00:16.300Z[ recovery-image] Dec 12 04:00:15.853 INFO O| Dec 12 04:00:15.853 INFO STEP 1158 (remove_files) COMPLETE
77862024-12-12T04:00:16.303Z[ recovery-image] Dec 12 04:00:15.853 INFO O| Dec 12 04:00:15.853 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-12T04:00:16.310Z[ recovery-image] Dec 12 04:00:15.863 INFO O| Dec 12 04:00:15.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77882024-12-12T04:00:16.310Z[ recovery-image] Dec 12 04:00:15.863 INFO O| Dec 12 04:00:15.863 INFO STEP 1159 (remove_files) COMPLETE
77892024-12-12T04:00:16.310Z[ recovery-image] Dec 12 04:00:15.863 INFO O| Dec 12 04:00:15.863 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-12T04:00:16.320Z[ recovery-image] Dec 12 04:00:15.873 INFO O| Dec 12 04:00:15.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77912024-12-12T04:00:16.320Z[ recovery-image] Dec 12 04:00:15.873 INFO O| Dec 12 04:00:15.873 INFO STEP 1160 (remove_files) COMPLETE
77922024-12-12T04:00:16.320Z[ recovery-image] Dec 12 04:00:15.873 INFO O| Dec 12 04:00:15.873 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-12T04:00:16.330Z[ recovery-image] Dec 12 04:00:15.883 INFO O| Dec 12 04:00:15.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77942024-12-12T04:00:16.330Z[ recovery-image] Dec 12 04:00:15.883 INFO O| Dec 12 04:00:15.883 INFO STEP 1161 (remove_files) COMPLETE
77952024-12-12T04:00:16.332Z[ recovery-image] Dec 12 04:00:15.883 INFO O| Dec 12 04:00:15.883 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-12T04:00:16.339Z[ recovery-image] Dec 12 04:00:15.893 INFO O| Dec 12 04:00:15.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77972024-12-12T04:00:16.340Z[ recovery-image] Dec 12 04:00:15.893 INFO O| Dec 12 04:00:15.893 INFO STEP 1162 (remove_files) COMPLETE
77982024-12-12T04:00:16.340Z[ recovery-image] Dec 12 04:00:15.893 INFO O| Dec 12 04:00:15.893 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-12T04:00:16.350Z[ recovery-image] Dec 12 04:00:15.903 INFO O| Dec 12 04:00:15.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78002024-12-12T04:00:16.352Z[ recovery-image] Dec 12 04:00:15.903 INFO O| Dec 12 04:00:15.903 INFO STEP 1163 (remove_files) COMPLETE
78012024-12-12T04:00:16.352Z[ recovery-image] Dec 12 04:00:15.903 INFO O| Dec 12 04:00:15.903 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-12T04:00:16.360Z[ recovery-image] Dec 12 04:00:15.913 INFO O| Dec 12 04:00:15.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78032024-12-12T04:00:16.362Z[ recovery-image] Dec 12 04:00:15.913 INFO O| Dec 12 04:00:15.913 INFO STEP 1164 (remove_files) COMPLETE
78042024-12-12T04:00:16.362Z[ recovery-image] Dec 12 04:00:15.913 INFO O| Dec 12 04:00:15.913 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-12T04:00:16.370Z[ recovery-image] Dec 12 04:00:15.923 INFO O| Dec 12 04:00:15.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78062024-12-12T04:00:16.373Z[ recovery-image] Dec 12 04:00:15.924 INFO O| Dec 12 04:00:15.924 INFO STEP 1165 (remove_files) COMPLETE
78072024-12-12T04:00:16.373Z[ recovery-image] Dec 12 04:00:15.924 INFO O| Dec 12 04:00:15.924 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-12T04:00:16.381Z[ recovery-image] Dec 12 04:00:15.934 INFO O| Dec 12 04:00:15.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78092024-12-12T04:00:16.384Z[ recovery-image] Dec 12 04:00:15.934 INFO O| Dec 12 04:00:15.934 INFO STEP 1166 (remove_files) COMPLETE
78102024-12-12T04:00:16.384Z[ recovery-image] Dec 12 04:00:15.934 INFO O| Dec 12 04:00:15.934 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-12T04:00:16.391Z[ recovery-image] Dec 12 04:00:15.944 INFO O| Dec 12 04:00:15.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78122024-12-12T04:00:16.391Z[ recovery-image] Dec 12 04:00:15.944 INFO O| Dec 12 04:00:15.944 INFO STEP 1167 (remove_files) COMPLETE
78132024-12-12T04:00:16.394Z[ recovery-image] Dec 12 04:00:15.944 INFO O| Dec 12 04:00:15.944 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-12T04:00:16.401Z[ recovery-image] Dec 12 04:00:15.954 INFO O| Dec 12 04:00:15.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78152024-12-12T04:00:16.401Z[ recovery-image] Dec 12 04:00:15.954 INFO O| Dec 12 04:00:15.954 INFO STEP 1168 (remove_files) COMPLETE
78162024-12-12T04:00:16.403Z[ recovery-image] Dec 12 04:00:15.954 INFO O| Dec 12 04:00:15.954 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-12T04:00:16.411Z[ recovery-image] Dec 12 04:00:15.964 INFO O| Dec 12 04:00:15.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78182024-12-12T04:00:16.413Z[ recovery-image] Dec 12 04:00:15.964 INFO O| Dec 12 04:00:15.964 INFO STEP 1169 (remove_files) COMPLETE
78192024-12-12T04:00:16.413Z[ recovery-image] Dec 12 04:00:15.964 INFO O| Dec 12 04:00:15.964 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-12T04:00:16.421Z[ recovery-image] Dec 12 04:00:15.974 INFO O| Dec 12 04:00:15.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78212024-12-12T04:00:16.421Z[ recovery-image] Dec 12 04:00:15.974 INFO O| Dec 12 04:00:15.974 INFO STEP 1170 (remove_files) COMPLETE
78222024-12-12T04:00:16.423Z[ recovery-image] Dec 12 04:00:15.974 INFO O| Dec 12 04:00:15.974 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-12T04:00:16.431Z[ recovery-image] Dec 12 04:00:15.984 INFO O| Dec 12 04:00:15.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78242024-12-12T04:00:16.431Z[ recovery-image] Dec 12 04:00:15.984 INFO O| Dec 12 04:00:15.984 INFO STEP 1171 (remove_files) COMPLETE
78252024-12-12T04:00:16.433Z[ recovery-image] Dec 12 04:00:15.984 INFO O| Dec 12 04:00:15.984 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-12T04:00:16.441Z[ recovery-image] Dec 12 04:00:15.994 INFO O| Dec 12 04:00:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78272024-12-12T04:00:16.443Z[ recovery-image] Dec 12 04:00:15.994 INFO O| Dec 12 04:00:15.994 INFO STEP 1172 (remove_files) COMPLETE
78282024-12-12T04:00:16.443Z[ recovery-image] Dec 12 04:00:15.994 INFO O| Dec 12 04:00:15.994 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-12T04:00:16.451Z[ recovery-image] Dec 12 04:00:16.004 INFO O| Dec 12 04:00:16.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78302024-12-12T04:00:16.453Z[ recovery-image] Dec 12 04:00:16.004 INFO O| Dec 12 04:00:16.004 INFO STEP 1173 (remove_files) COMPLETE
78312024-12-12T04:00:16.454Z[ recovery-image] Dec 12 04:00:16.004 INFO O| Dec 12 04:00:16.004 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-12T04:00:16.462Z[ recovery-image] Dec 12 04:00:16.015 INFO O| Dec 12 04:00:16.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78332024-12-12T04:00:16.462Z[ recovery-image] Dec 12 04:00:16.015 INFO O| Dec 12 04:00:16.015 INFO STEP 1174 (remove_files) COMPLETE
78342024-12-12T04:00:16.465Z[ recovery-image] Dec 12 04:00:16.015 INFO O| Dec 12 04:00:16.015 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-12T04:00:16.472Z[ recovery-image] Dec 12 04:00:16.025 INFO O| Dec 12 04:00:16.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78362024-12-12T04:00:16.474Z[ recovery-image] Dec 12 04:00:16.025 INFO O| Dec 12 04:00:16.025 INFO STEP 1175 (remove_files) COMPLETE
78372024-12-12T04:00:16.474Z[ recovery-image] Dec 12 04:00:16.025 INFO O| Dec 12 04:00:16.025 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-12T04:00:16.482Z[ recovery-image] Dec 12 04:00:16.035 INFO O| Dec 12 04:00:16.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78392024-12-12T04:00:16.484Z[ recovery-image] Dec 12 04:00:16.035 INFO O| Dec 12 04:00:16.035 INFO STEP 1176 (remove_files) COMPLETE
78402024-12-12T04:00:16.484Z[ recovery-image] Dec 12 04:00:16.035 INFO O| Dec 12 04:00:16.035 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-12T04:00:16.492Z[ recovery-image] Dec 12 04:00:16.045 INFO O| Dec 12 04:00:16.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78422024-12-12T04:00:16.492Z[ recovery-image] Dec 12 04:00:16.045 INFO O| Dec 12 04:00:16.045 INFO STEP 1177 (remove_files) COMPLETE
78432024-12-12T04:00:16.494Z[ recovery-image] Dec 12 04:00:16.045 INFO O| Dec 12 04:00:16.045 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-12T04:00:16.502Z[ recovery-image] Dec 12 04:00:16.055 INFO O| Dec 12 04:00:16.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78452024-12-12T04:00:16.502Z[ recovery-image] Dec 12 04:00:16.055 INFO O| Dec 12 04:00:16.055 INFO STEP 1178 (remove_files) COMPLETE
78462024-12-12T04:00:16.502Z[ recovery-image] Dec 12 04:00:16.055 INFO O| Dec 12 04:00:16.055 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-12T04:00:16.512Z[ recovery-image] Dec 12 04:00:16.065 INFO O| Dec 12 04:00:16.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78482024-12-12T04:00:16.514Z[ recovery-image] Dec 12 04:00:16.065 INFO O| Dec 12 04:00:16.065 INFO STEP 1179 (remove_files) COMPLETE
78492024-12-12T04:00:16.514Z[ recovery-image] Dec 12 04:00:16.065 INFO O| Dec 12 04:00:16.065 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-12T04:00:16.521Z[ recovery-image] Dec 12 04:00:16.074 INFO O| Dec 12 04:00:16.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78512024-12-12T04:00:16.522Z[ recovery-image] Dec 12 04:00:16.075 INFO O| Dec 12 04:00:16.075 INFO STEP 1180 (remove_files) COMPLETE
78522024-12-12T04:00:16.524Z[ recovery-image] Dec 12 04:00:16.075 INFO O| Dec 12 04:00:16.075 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-12T04:00:16.530Z[ host-image] Dec 12 04:00:16.083 INFO O| Dec 12 04:00:16.083 INFO O| Done
78542024-12-12T04:00:16.533Z[ recovery-image] Dec 12 04:00:16.084 INFO O| Dec 12 04:00:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78552024-12-12T04:00:16.533Z[ recovery-image] Dec 12 04:00:16.084 INFO O| Dec 12 04:00:16.084 INFO STEP 1181 (remove_files) COMPLETE
78562024-12-12T04:00:16.533Z[ recovery-image] Dec 12 04:00:16.085 INFO O| Dec 12 04:00:16.084 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-12T04:00:16.542Z[ recovery-image] Dec 12 04:00:16.095 INFO O| Dec 12 04:00:16.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78582024-12-12T04:00:16.542Z[ recovery-image] Dec 12 04:00:16.095 INFO O| Dec 12 04:00:16.095 INFO STEP 1182 (remove_files) COMPLETE
78592024-12-12T04:00:16.542Z[ recovery-image] Dec 12 04:00:16.095 INFO O| Dec 12 04:00:16.095 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-12T04:00:16.553Z[ recovery-image] Dec 12 04:00:16.105 INFO O| Dec 12 04:00:16.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78612024-12-12T04:00:16.556Z[ recovery-image] Dec 12 04:00:16.105 INFO O| Dec 12 04:00:16.105 INFO STEP 1183 (remove_files) COMPLETE
78622024-12-12T04:00:16.556Z[ recovery-image] Dec 12 04:00:16.105 INFO O| Dec 12 04:00:16.105 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-12T04:00:16.562Z[ recovery-image] Dec 12 04:00:16.115 INFO O| Dec 12 04:00:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78642024-12-12T04:00:16.562Z[ recovery-image] Dec 12 04:00:16.115 INFO O| Dec 12 04:00:16.115 INFO STEP 1184 (remove_files) COMPLETE
78652024-12-12T04:00:16.565Z[ recovery-image] Dec 12 04:00:16.115 INFO O| Dec 12 04:00:16.115 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-12T04:00:16.573Z[ recovery-image] Dec 12 04:00:16.125 INFO O| Dec 12 04:00:16.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78672024-12-12T04:00:16.573Z[ recovery-image] Dec 12 04:00:16.126 INFO O| Dec 12 04:00:16.125 INFO STEP 1185 (remove_files) COMPLETE
78682024-12-12T04:00:16.573Z[ recovery-image] Dec 12 04:00:16.126 INFO O| Dec 12 04:00:16.126 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-12T04:00:16.583Z[ recovery-image] Dec 12 04:00:16.136 INFO O| Dec 12 04:00:16.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78702024-12-12T04:00:16.583Z[ recovery-image] Dec 12 04:00:16.136 INFO O| Dec 12 04:00:16.136 INFO STEP 1186 (remove_files) COMPLETE
78712024-12-12T04:00:16.583Z[ recovery-image] Dec 12 04:00:16.136 INFO O| Dec 12 04:00:16.136 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-12T04:00:16.594Z[ recovery-image] Dec 12 04:00:16.147 INFO O| Dec 12 04:00:16.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78732024-12-12T04:00:16.594Z[ recovery-image] Dec 12 04:00:16.147 INFO O| Dec 12 04:00:16.147 INFO STEP 1187 (remove_files) COMPLETE
78742024-12-12T04:00:16.594Z[ recovery-image] Dec 12 04:00:16.147 INFO O| Dec 12 04:00:16.147 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-12T04:00:16.604Z[ recovery-image] Dec 12 04:00:16.157 INFO O| Dec 12 04:00:16.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78762024-12-12T04:00:16.604Z[ recovery-image] Dec 12 04:00:16.157 INFO O| Dec 12 04:00:16.157 INFO STEP 1188 (remove_files) COMPLETE
78772024-12-12T04:00:16.606Z[ recovery-image] Dec 12 04:00:16.157 INFO O| Dec 12 04:00:16.157 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-12T04:00:16.614Z[ recovery-image] Dec 12 04:00:16.167 INFO O| Dec 12 04:00:16.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78792024-12-12T04:00:16.614Z[ recovery-image] Dec 12 04:00:16.167 INFO O| Dec 12 04:00:16.167 INFO STEP 1189 (remove_files) COMPLETE
78802024-12-12T04:00:16.614Z[ recovery-image] Dec 12 04:00:16.167 INFO O| Dec 12 04:00:16.167 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-12T04:00:16.631Z[ recovery-image] Dec 12 04:00:16.178 INFO O| Dec 12 04:00:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78822024-12-12T04:00:16.632Z[ recovery-image] Dec 12 04:00:16.178 INFO O| Dec 12 04:00:16.178 INFO STEP 1190 (remove_files) COMPLETE
78832024-12-12T04:00:16.632Z[ recovery-image] Dec 12 04:00:16.178 INFO O| Dec 12 04:00:16.178 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-12T04:00:16.635Z[ recovery-image] Dec 12 04:00:16.188 INFO O| Dec 12 04:00:16.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78852024-12-12T04:00:16.635Z[ recovery-image] Dec 12 04:00:16.188 INFO O| Dec 12 04:00:16.188 INFO STEP 1191 (remove_files) COMPLETE
78862024-12-12T04:00:16.635Z[ recovery-image] Dec 12 04:00:16.188 INFO O| Dec 12 04:00:16.188 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-12T04:00:16.646Z[ recovery-image] Dec 12 04:00:16.198 INFO O| Dec 12 04:00:16.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78882024-12-12T04:00:16.646Z[ recovery-image] Dec 12 04:00:16.198 INFO O| Dec 12 04:00:16.198 INFO STEP 1192 (remove_files) COMPLETE
78892024-12-12T04:00:16.646Z[ recovery-image] Dec 12 04:00:16.198 INFO O| Dec 12 04:00:16.198 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-12T04:00:16.656Z[ recovery-image] Dec 12 04:00:16.209 INFO O| Dec 12 04:00:16.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78912024-12-12T04:00:16.656Z[ recovery-image] Dec 12 04:00:16.209 INFO O| Dec 12 04:00:16.209 INFO STEP 1193 (remove_files) COMPLETE
78922024-12-12T04:00:16.658Z[ recovery-image] Dec 12 04:00:16.209 INFO O| Dec 12 04:00:16.209 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-12T04:00:16.666Z[ recovery-image] Dec 12 04:00:16.219 INFO O| Dec 12 04:00:16.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78942024-12-12T04:00:16.666Z[ recovery-image] Dec 12 04:00:16.219 INFO O| Dec 12 04:00:16.219 INFO STEP 1194 (remove_files) COMPLETE
78952024-12-12T04:00:16.666Z[ recovery-image] Dec 12 04:00:16.219 INFO O| Dec 12 04:00:16.219 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-12T04:00:16.677Z[ recovery-image] Dec 12 04:00:16.230 INFO O| Dec 12 04:00:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78972024-12-12T04:00:16.677Z[ recovery-image] Dec 12 04:00:16.230 INFO O| Dec 12 04:00:16.230 INFO STEP 1195 (remove_files) COMPLETE
78982024-12-12T04:00:16.679Z[ recovery-image] Dec 12 04:00:16.230 INFO O| Dec 12 04:00:16.230 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-12T04:00:16.687Z[ recovery-image] Dec 12 04:00:16.240 INFO O| Dec 12 04:00:16.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79002024-12-12T04:00:16.687Z[ recovery-image] Dec 12 04:00:16.240 INFO O| Dec 12 04:00:16.240 INFO STEP 1196 (remove_files) COMPLETE
79012024-12-12T04:00:16.690Z[ recovery-image] Dec 12 04:00:16.240 INFO O| Dec 12 04:00:16.240 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-12T04:00:16.697Z[ recovery-image] Dec 12 04:00:16.250 INFO O| Dec 12 04:00:16.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79032024-12-12T04:00:16.697Z[ recovery-image] Dec 12 04:00:16.250 INFO O| Dec 12 04:00:16.250 INFO STEP 1197 (remove_files) COMPLETE
79042024-12-12T04:00:16.700Z[ recovery-image] Dec 12 04:00:16.251 INFO O| Dec 12 04:00:16.250 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-12T04:00:16.708Z[ recovery-image] Dec 12 04:00:16.261 INFO O| Dec 12 04:00:16.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79062024-12-12T04:00:16.708Z[ recovery-image] Dec 12 04:00:16.261 INFO O| Dec 12 04:00:16.261 INFO STEP 1198 (remove_files) COMPLETE
79072024-12-12T04:00:16.708Z[ recovery-image] Dec 12 04:00:16.261 INFO O| Dec 12 04:00:16.261 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-12T04:00:16.718Z[ recovery-image] Dec 12 04:00:16.271 INFO O| Dec 12 04:00:16.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79092024-12-12T04:00:16.718Z[ recovery-image] Dec 12 04:00:16.271 INFO O| Dec 12 04:00:16.271 INFO STEP 1199 (remove_files) COMPLETE
79102024-12-12T04:00:16.721Z[ recovery-image] Dec 12 04:00:16.271 INFO O| Dec 12 04:00:16.271 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-12T04:00:16.728Z[ recovery-image] Dec 12 04:00:16.281 INFO O| Dec 12 04:00:16.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79122024-12-12T04:00:16.728Z[ recovery-image] Dec 12 04:00:16.281 INFO O| Dec 12 04:00:16.281 INFO STEP 1200 (remove_files) COMPLETE
79132024-12-12T04:00:16.728Z[ recovery-image] Dec 12 04:00:16.281 INFO O| Dec 12 04:00:16.281 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-12T04:00:16.739Z[ recovery-image] Dec 12 04:00:16.292 INFO O| Dec 12 04:00:16.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79152024-12-12T04:00:16.739Z[ recovery-image] Dec 12 04:00:16.292 INFO O| Dec 12 04:00:16.292 INFO STEP 1201 (remove_files) COMPLETE
79162024-12-12T04:00:16.742Z[ recovery-image] Dec 12 04:00:16.292 INFO O| Dec 12 04:00:16.292 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-12T04:00:16.749Z[ recovery-image] Dec 12 04:00:16.302 INFO O| Dec 12 04:00:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79182024-12-12T04:00:16.750Z[ recovery-image] Dec 12 04:00:16.303 INFO O| Dec 12 04:00:16.303 INFO STEP 1202 (remove_files) COMPLETE
79192024-12-12T04:00:16.752Z[ recovery-image] Dec 12 04:00:16.303 INFO O| Dec 12 04:00:16.303 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-12T04:00:16.760Z[ recovery-image] Dec 12 04:00:16.313 INFO O| Dec 12 04:00:16.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79212024-12-12T04:00:16.760Z[ recovery-image] Dec 12 04:00:16.313 INFO O| Dec 12 04:00:16.313 INFO STEP 1203 (remove_files) COMPLETE
79222024-12-12T04:00:16.762Z[ recovery-image] Dec 12 04:00:16.313 INFO O| Dec 12 04:00:16.313 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-12T04:00:16.769Z[ recovery-image] Dec 12 04:00:16.322 INFO O| Dec 12 04:00:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79242024-12-12T04:00:16.773Z[ recovery-image] Dec 12 04:00:16.323 INFO O| Dec 12 04:00:16.323 INFO STEP 1204 (remove_files) COMPLETE
79252024-12-12T04:00:16.773Z[ recovery-image] Dec 12 04:00:16.323 INFO O| Dec 12 04:00:16.323 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-12T04:00:16.780Z[ recovery-image] Dec 12 04:00:16.333 INFO O| Dec 12 04:00:16.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79272024-12-12T04:00:16.780Z[ recovery-image] Dec 12 04:00:16.333 INFO O| Dec 12 04:00:16.333 INFO STEP 1205 (remove_files) COMPLETE
79282024-12-12T04:00:16.782Z[ recovery-image] Dec 12 04:00:16.333 INFO O| Dec 12 04:00:16.333 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79292024-12-12T04:00:16.795Z[ recovery-image] Dec 12 04:00:16.348 INFO O| Dec 12 04:00:16.348 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79302024-12-12T04:00:16.795Z[ recovery-image] Dec 12 04:00:16.348 INFO O| Dec 12 04:00:16.348 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79312024-12-12T04:00:17.507Z[ recovery-image] Dec 12 04:00:17.060 INFO O| Dec 12 04:00:17.059 INFO STEP 1206 (pack_tar) COMPLETE
79322024-12-12T04:00:17.507Z[ recovery-image] Dec 12 04:00:17.060 INFO O| Dec 12 04:00:17.060 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79332024-12-12T04:00:17.507Z[ recovery-image] Dec 12 04:00:17.060 INFO O| Dec 12 04:00:17.060 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79342024-12-12T04:00:17.907Z[ host-image] Dec 12 04:00:17.459 INFO O| Dec 12 04:00:17.459 INFO O| Done
79352024-12-12T04:00:17.937Z[ host-image] Dec 12 04:00:17.489 INFO O| Dec 12 04:00:17.489 INFO O| Done
79362024-12-12T04:00:17.937Z[ host-image] Dec 12 04:00:17.490 INFO O| Dec 12 04:00:17.490 INFO O| Done
79372024-12-12T04:00:17.962Z[ recovery-image] Dec 12 04:00:17.515 INFO O| Dec 12 04:00:17.515 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79382024-12-12T04:00:17.974Z[ host-image] Dec 12 04:00:17.527 INFO O| Dec 12 04:00:17.527 INFO O| Done
79392024-12-12T04:00:18.088Z[ host-image] Dec 12 04:00:17.641 INFO O| Dec 12 04:00:17.640 INFO STEP 13 (pkg_install) COMPLETE
79402024-12-12T04:00:18.088Z[ host-image] Dec 12 04:00:17.641 INFO O| Dec 12 04:00:17.641 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79412024-12-12T04:00:18.099Z[ host-image] Dec 12 04:00:17.652 INFO O| Dec 12 04:00:17.652 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.301"]
79422024-12-12T04:00:18.103Z[ recovery-image] Dec 12 04:00:17.656 INFO O| Dec 12 04:00:17.656 INFO completed processing gimlet/ramdisk-03-recovery-trim
79432024-12-12T04:00:18.110Z[ recovery-image] Dec 12 04:00:17.662 INFO image builder template: zfs-recovery...
79442024-12-12T04:00:18.112Z[ recovery-image] Dec 12 04:00:17.662 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/.tmpE8K8vy/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.34.301", "-n", "zfs-recovery"], pwd: None
79452024-12-12T04:00:18.142Z[ recovery-image] Dec 12 04:00:17.695 INFO O| Dec 12 04:00:17.695 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79462024-12-12T04:00:18.146Z[ recovery-image] Dec 12 04:00:17.699 INFO O| Dec 12 04:00:17.699 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79472024-12-12T04:00:18.217Z[ recovery-image] Dec 12 04:00:17.770 INFO O| Dec 12 04:00:17.770 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79482024-12-12T04:00:18.285Z[ recovery-image] Dec 12 04:00:17.838 INFO O| Dec 12 04:00:17.837 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79492024-12-12T04:00:18.285Z[ recovery-image] Dec 12 04:00:17.838 INFO O| Dec 12 04:00:17.838 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79502024-12-12T04:00:18.289Z[ recovery-image] Dec 12 04:00:17.842 INFO O| Dec 12 04:00:17.842 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79512024-12-12T04:00:18.430Z[ recovery-image] Dec 12 04:00:17.983 INFO O| Dec 12 04:00:17.983 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79522024-12-12T04:00:18.549Z[ recovery-image] Dec 12 04:00:18.102 INFO O| Dec 12 04:00:18.101 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79532024-12-12T04:00:18.559Z[ recovery-image] Dec 12 04:00:18.112 INFO O| Dec 12 04:00:18.112 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79542024-12-12T04:00:18.564Z[ recovery-image] Dec 12 04:00:18.117 INFO O| Dec 12 04:00:18.117 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79552024-12-12T04:00:18.566Z[ recovery-image] Dec 12 04:00:18.118 INFO O| Dec 12 04:00:18.118 INFO no lofi found
79562024-12-12T04:00:18.566Z[ recovery-image] Dec 12 04:00:18.118 INFO O| Dec 12 04:00:18.118 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79572024-12-12T04:00:18.566Z[ recovery-image] Dec 12 04:00:18.118 INFO O| Dec 12 04:00:18.118 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79582024-12-12T04:00:18.711Z[ host-image] Dec 12 04:00:18.263 INFO O| Dec 12 04:00:18.263 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79592024-12-12T04:00:20.457Z[ recovery-image] Dec 12 04:00:20.009 INFO O| Dec 12 04:00:20.009 INFO lofi device = /dev/dsk/c2t1d0p0
79602024-12-12T04:00:20.457Z[ recovery-image] Dec 12 04:00:20.009 INFO O| Dec 12 04:00:20.009 INFO pool device = /dev/dsk/c2t1d0p0
79612024-12-12T04:00:20.459Z[ recovery-image] Dec 12 04:00:20.009 INFO O| Dec 12 04:00:20.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
79622024-12-12T04:00:20.532Z[ recovery-image] Dec 12 04:00:20.085 INFO O| Dec 12 04:00:20.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79632024-12-12T04:00:20.532Z[ recovery-image] Dec 12 04:00:20.085 INFO O| Dec 12 04:00:20.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79642024-12-12T04:00:20.549Z[ recovery-image] Dec 12 04:00:20.102 INFO O| Dec 12 04:00:20.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79652024-12-12T04:00:20.612Z[ recovery-image] Dec 12 04:00:20.164 INFO O| Dec 12 04:00:20.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79662024-12-12T04:00:20.650Z[ recovery-image] Dec 12 04:00:20.202 INFO O| Dec 12 04:00:20.202 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79672024-12-12T04:00:20.663Z[ recovery-image] Dec 12 04:00:20.216 INFO O| Dec 12 04:00:20.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79682024-12-12T04:00:20.674Z[ recovery-image] Dec 12 04:00:20.227 INFO O| Dec 12 04:00:20.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79692024-12-12T04:00:20.722Z[ recovery-image] Dec 12 04:00:20.274 INFO O| Dec 12 04:00:20.274 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79702024-12-12T04:00:20.722Z[ recovery-image] Dec 12 04:00:20.275 INFO O| Dec 12 04:00:20.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79712024-12-12T04:00:20.722Z[ recovery-image] Dec 12 04:00:20.275 INFO O| Dec 12 04:00:20.275 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79722024-12-12T04:00:20.734Z[ recovery-image] Dec 12 04:00:20.286 INFO O| Dec 12 04:00:20.286 INFO boot environment UUID: 3901a5fe-1838-4e5a-ad0d-fae8488049c3
79732024-12-12T04:00:20.734Z[ recovery-image] Dec 12 04:00:20.286 INFO O| Dec 12 04:00:20.286 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3901a5fe-1838-4e5a-ad0d-fae8488049c3
79742024-12-12T04:00:20.745Z[ recovery-image] Dec 12 04:00:20.297 INFO O| Dec 12 04:00:20.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79752024-12-12T04:00:20.757Z[ recovery-image] Dec 12 04:00:20.310 INFO O| Dec 12 04:00:20.310 INFO STEP 0 (create_be) COMPLETE
79762024-12-12T04:00:20.757Z[ recovery-image] Dec 12 04:00:20.310 INFO O| Dec 12 04:00:20.310 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79772024-12-12T04:00:20.773Z[ recovery-image] Dec 12 04:00:20.326 INFO O| Dec 12 04:00:20.326 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"]
79782024-12-12T04:00:21.190Z[ host-image] Dec 12 04:00:20.742 INFO O| Dec 12 04:00:20.742 INFO O| Planning: Solver setup ... Done
79792024-12-12T04:00:21.197Z[ host-image] Dec 12 04:00:20.749 INFO O| Dec 12 04:00:20.749 INFO O| Planning: Running solver ... Done
79802024-12-12T04:00:21.300Z[ host-image] Dec 12 04:00:20.853 INFO O| Dec 12 04:00:20.853 INFO O| Planning: Finding local manifests ... Done
79812024-12-12T04:00:21.303Z[ host-image] Dec 12 04:00:20.854 INFO O| Dec 12 04:00:20.854 INFO O| Planning: Fetching manifests: 0/1 0% complete
79822024-12-12T04:00:21.470Z[ host-image] Dec 12 04:00:21.022 INFO O| Dec 12 04:00:21.022 INFO O| Planning: Fetching manifests: 1/1 100% complete
79832024-12-12T04:00:21.506Z[ host-image] Dec 12 04:00:21.058 INFO O| Dec 12 04:00:21.058 INFO O| Planning: Package planning ... Done
79842024-12-12T04:00:21.508Z[ host-image] Dec 12 04:00:21.059 INFO O| Dec 12 04:00:21.059 INFO O| Planning: Merging actions ... Done
79852024-12-12T04:00:21.621Z[ host-image] Dec 12 04:00:21.173 INFO O| Dec 12 04:00:21.173 INFO O| Planning: Checking for conflicting actions ... Done
79862024-12-12T04:00:21.623Z[ host-image] Dec 12 04:00:21.174 INFO O| Dec 12 04:00:21.174 INFO O| Planning: Consolidating action changes ... Done
79872024-12-12T04:00:21.807Z[ host-image] Dec 12 04:00:21.360 INFO O| Dec 12 04:00:21.360 INFO O| Planning: Evaluating mediators ... Done
79882024-12-12T04:00:21.810Z[ host-image] Dec 12 04:00:21.360 INFO O| Dec 12 04:00:21.360 INFO O| Planning: Planning completed in 3.10 seconds
79892024-12-12T04:00:21.810Z[ host-image] Dec 12 04:00:21.362 INFO O| Dec 12 04:00:21.362 INFO O| Packages to install: 1
79902024-12-12T04:00:21.821Z[ host-image] Dec 12 04:00:21.373 INFO O| Dec 12 04:00:21.373 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
79912024-12-12T04:00:22.017Z[ host-image] Dec 12 04:00:21.569 INFO O| Dec 12 04:00:21.568 INFO O| Download: Completed 10.00 MB in 0.20 seconds (51.2M/s)
79922024-12-12T04:00:22.167Z[ host-image] Dec 12 04:00:21.720 INFO O| Dec 12 04:00:21.720 INFO O| Actions: 1/22 actions (Installing new actions)
79932024-12-12T04:00:22.466Z[ recovery-image] Dec 12 04:00:22.018 INFO O| Dec 12 04:00:22.018 INFO STEP 1 (unpack_tar) COMPLETE
79942024-12-12T04:00:22.466Z[ recovery-image] Dec 12 04:00:22.018 INFO O| Dec 12 04:00:22.018 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79952024-12-12T04:00:22.479Z[ recovery-image] Dec 12 04:00:22.031 INFO O| Dec 12 04:00:22.031 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79962024-12-12T04:00:22.559Z[ host-image] Dec 12 04:00:22.111 INFO O| Dec 12 04:00:22.111 INFO O| Actions: Completed 22 actions in 0.39 seconds.
79972024-12-12T04:00:22.598Z[ recovery-image] Dec 12 04:00:22.151 INFO O| Dec 12 04:00:22.150 INFO STEP 2 (devfsadm) COMPLETE
79982024-12-12T04:00:22.598Z[ recovery-image] Dec 12 04:00:22.151 INFO O| Dec 12 04:00:22.150 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79992024-12-12T04:00:22.611Z[ recovery-image] Dec 12 04:00:22.163 INFO O| Dec 12 04:00:22.163 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80002024-12-12T04:00:22.611Z[ recovery-image] Dec 12 04:00:22.163 INFO O| Dec 12 04:00:22.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80012024-12-12T04:00:22.613Z[ recovery-image] Dec 12 04:00:22.163 INFO O| Dec 12 04:00:22.163 INFO STEP 3 (ensure_dir) COMPLETE
80022024-12-12T04:00:22.614Z[ recovery-image] Dec 12 04:00:22.163 INFO O| Dec 12 04:00:22.163 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80032024-12-12T04:00:22.621Z[ recovery-image] Dec 12 04:00:22.174 INFO O| Dec 12 04:00:22.174 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80042024-12-12T04:00:22.621Z[ recovery-image] Dec 12 04:00:22.174 INFO O| Dec 12 04:00:22.174 INFO STEP 4 (ensure_dir) COMPLETE
80052024-12-12T04:00:22.624Z[ recovery-image] Dec 12 04:00:22.174 INFO O| Dec 12 04:00:22.174 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80062024-12-12T04:00:22.631Z[ recovery-image] Dec 12 04:00:22.184 INFO O| Dec 12 04:00:22.184 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80072024-12-12T04:00:22.631Z[ recovery-image] Dec 12 04:00:22.184 INFO O| Dec 12 04:00:22.184 INFO STEP 5 (ensure_dir) COMPLETE
80082024-12-12T04:00:22.634Z[ recovery-image] Dec 12 04:00:22.184 INFO O| Dec 12 04:00:22.184 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80092024-12-12T04:00:22.642Z[ recovery-image] Dec 12 04:00:22.195 INFO O| Dec 12 04:00:22.195 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80102024-12-12T04:00:22.642Z[ recovery-image] Dec 12 04:00:22.195 INFO O| Dec 12 04:00:22.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80112024-12-12T04:00:22.644Z[ recovery-image] Dec 12 04:00:22.195 INFO O| Dec 12 04:00:22.195 INFO STEP 6 (ensure_dir) COMPLETE
80122024-12-12T04:00:22.644Z[ recovery-image] Dec 12 04:00:22.195 INFO O| Dec 12 04:00:22.195 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80132024-12-12T04:00:22.654Z[ recovery-image] Dec 12 04:00:22.206 INFO O| Dec 12 04:00:22.206 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80142024-12-12T04:00:22.654Z[ recovery-image] Dec 12 04:00:22.206 INFO O| Dec 12 04:00:22.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80152024-12-12T04:00:22.656Z[ recovery-image] Dec 12 04:00:22.206 INFO O| Dec 12 04:00:22.206 INFO STEP 7 (ensure_dir) COMPLETE
80162024-12-12T04:00:22.656Z[ recovery-image] Dec 12 04:00:22.206 INFO O| Dec 12 04:00:22.206 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80172024-12-12T04:00:22.665Z[ recovery-image] Dec 12 04:00:22.218 INFO O| Dec 12 04:00:22.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80182024-12-12T04:00:22.668Z[ recovery-image] Dec 12 04:00:22.218 INFO O| Dec 12 04:00:22.218 INFO STEP 8 (remove_files) COMPLETE
80192024-12-12T04:00:22.668Z[ recovery-image] Dec 12 04:00:22.218 INFO O| Dec 12 04:00:22.218 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80202024-12-12T04:00:22.676Z[ recovery-image] Dec 12 04:00:22.228 INFO O| Dec 12 04:00:22.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80212024-12-12T04:00:22.679Z[ recovery-image] Dec 12 04:00:22.229 INFO O| Dec 12 04:00:22.229 INFO STEP 9 (remove_files) COMPLETE
80222024-12-12T04:00:22.679Z[ recovery-image] Dec 12 04:00:22.229 INFO O| Dec 12 04:00:22.229 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80232024-12-12T04:00:22.687Z[ recovery-image] Dec 12 04:00:22.240 INFO O| Dec 12 04:00:22.240 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80242024-12-12T04:00:22.689Z[ recovery-image] Dec 12 04:00:22.240 INFO O| Dec 12 04:00:22.240 INFO STEP 10 (remove_files) COMPLETE
80252024-12-12T04:00:22.689Z[ recovery-image] Dec 12 04:00:22.240 INFO O| Dec 12 04:00:22.240 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80262024-12-12T04:00:22.698Z[ recovery-image] Dec 12 04:00:22.251 INFO O| Dec 12 04:00:22.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80272024-12-12T04:00:22.700Z[ recovery-image] Dec 12 04:00:22.251 INFO O| Dec 12 04:00:22.251 INFO STEP 11 (remove_files) COMPLETE
80282024-12-12T04:00:22.700Z[ recovery-image] Dec 12 04:00:22.251 INFO O| Dec 12 04:00:22.251 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80292024-12-12T04:00:22.709Z[ recovery-image] Dec 12 04:00:22.262 INFO O| Dec 12 04:00:22.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80302024-12-12T04:00:22.709Z[ recovery-image] Dec 12 04:00:22.262 INFO O| Dec 12 04:00:22.262 INFO STEP 12 (remove_files) COMPLETE
80312024-12-12T04:00:22.711Z[ recovery-image] Dec 12 04:00:22.262 INFO O| Dec 12 04:00:22.262 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80322024-12-12T04:00:22.720Z[ recovery-image] Dec 12 04:00:22.272 INFO O| Dec 12 04:00:22.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80332024-12-12T04:00:22.720Z[ recovery-image] Dec 12 04:00:22.272 INFO O| Dec 12 04:00:22.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80342024-12-12T04:00:22.722Z[ recovery-image] Dec 12 04:00:22.272 INFO O| Dec 12 04:00:22.272 INFO STEP 13 (ensure_dir) COMPLETE
80352024-12-12T04:00:22.722Z[ recovery-image] Dec 12 04:00:22.272 INFO O| Dec 12 04:00:22.272 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80362024-12-12T04:00:22.731Z[ recovery-image] Dec 12 04:00:22.284 INFO O| Dec 12 04:00:22.284 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80372024-12-12T04:00:22.733Z[ recovery-image] Dec 12 04:00:22.284 INFO O| Dec 12 04:00:22.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80382024-12-12T04:00:22.733Z[ recovery-image] Dec 12 04:00:22.284 INFO O| Dec 12 04:00:22.284 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80392024-12-12T04:00:22.733Z[ recovery-image] Dec 12 04:00:22.284 INFO O| Dec 12 04:00:22.284 INFO STEP 14 (ensure_dir) COMPLETE
80402024-12-12T04:00:22.733Z[ recovery-image] Dec 12 04:00:22.284 INFO O| Dec 12 04:00:22.284 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80412024-12-12T04:00:22.742Z[ recovery-image] Dec 12 04:00:22.294 INFO O| Dec 12 04:00:22.294 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80422024-12-12T04:00:22.742Z[ recovery-image] Dec 12 04:00:22.294 INFO O| Dec 12 04:00:22.294 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80432024-12-12T04:00:22.744Z[ recovery-image] Dec 12 04:00:22.294 INFO O| Dec 12 04:00:22.294 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80442024-12-12T04:00:22.744Z[ recovery-image] Dec 12 04:00:22.295 INFO O| Dec 12 04:00:22.294 INFO STEP 15 (ensure_dir) COMPLETE
80452024-12-12T04:00:22.745Z[ recovery-image] Dec 12 04:00:22.295 INFO O| Dec 12 04:00:22.295 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80462024-12-12T04:00:22.752Z[ recovery-image] Dec 12 04:00:22.305 INFO O| Dec 12 04:00:22.305 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80472024-12-12T04:00:22.752Z[ recovery-image] Dec 12 04:00:22.305 INFO O| Dec 12 04:00:22.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80482024-12-12T04:00:22.756Z[ recovery-image] Dec 12 04:00:22.305 INFO O| Dec 12 04:00:22.305 INFO STEP 16 (ensure_dir) COMPLETE
80492024-12-12T04:00:22.756Z[ recovery-image] Dec 12 04:00:22.305 INFO O| Dec 12 04:00:22.305 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502024-12-12T04:00:22.763Z[ recovery-image] Dec 12 04:00:22.315 INFO O| Dec 12 04:00:22.315 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80512024-12-12T04:00:22.763Z[ recovery-image] Dec 12 04:00:22.316 INFO O| Dec 12 04:00:22.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80522024-12-12T04:00:22.765Z[ recovery-image] Dec 12 04:00:22.316 INFO O| Dec 12 04:00:22.315 INFO STEP 17 (ensure_dir) COMPLETE
80532024-12-12T04:00:22.765Z[ recovery-image] Dec 12 04:00:22.316 INFO O| Dec 12 04:00:22.316 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-12T04:00:22.774Z[ recovery-image] Dec 12 04:00:22.327 INFO O| Dec 12 04:00:22.327 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80552024-12-12T04:00:22.774Z[ recovery-image] Dec 12 04:00:22.327 INFO O| Dec 12 04:00:22.327 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80562024-12-12T04:00:22.777Z[ recovery-image] Dec 12 04:00:22.327 INFO O| Dec 12 04:00:22.327 INFO ok!
80572024-12-12T04:00:22.777Z[ recovery-image] Dec 12 04:00:22.327 INFO O| Dec 12 04:00:22.327 INFO STEP 18 (ensure_symlink) COMPLETE
80582024-12-12T04:00:22.777Z[ recovery-image] Dec 12 04:00:22.327 INFO O| Dec 12 04:00:22.327 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592024-12-12T04:00:22.785Z[ recovery-image] Dec 12 04:00:22.338 INFO O| Dec 12 04:00:22.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80602024-12-12T04:00:22.785Z[ recovery-image] Dec 12 04:00:22.338 INFO O| Dec 12 04:00:22.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80612024-12-12T04:00:22.788Z[ recovery-image] Dec 12 04:00:22.338 INFO O| Dec 12 04:00:22.338 INFO ok!
80622024-12-12T04:00:22.788Z[ recovery-image] Dec 12 04:00:22.338 INFO O| Dec 12 04:00:22.338 INFO STEP 19 (ensure_file) COMPLETE
80632024-12-12T04:00:22.788Z[ host-image] Dec 12 04:00:22.338 INFO O| Dec 12 04:00:22.338 INFO O| Done
80642024-12-12T04:00:22.788Z[ recovery-image] Dec 12 04:00:22.338 INFO O| Dec 12 04:00:22.338 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80652024-12-12T04:00:22.788Z[ host-image] Dec 12 04:00:22.338 INFO O| Dec 12 04:00:22.338 INFO O| Done
80662024-12-12T04:00:22.797Z[ recovery-image] Dec 12 04:00:22.349 INFO O| Dec 12 04:00:22.349 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80672024-12-12T04:00:22.797Z[ recovery-image] Dec 12 04:00:22.350 INFO O| Dec 12 04:00:22.349 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80682024-12-12T04:00:22.797Z[ recovery-image] Dec 12 04:00:22.350 INFO O| Dec 12 04:00:22.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80692024-12-12T04:00:22.800Z[ recovery-image] Dec 12 04:00:22.350 INFO O| Dec 12 04:00:22.350 INFO ok!
80702024-12-12T04:00:22.800Z[ recovery-image] Dec 12 04:00:22.350 INFO O| Dec 12 04:00:22.350 INFO STEP 20 (ensure_symlink) COMPLETE
80712024-12-12T04:00:22.800Z[ recovery-image] Dec 12 04:00:22.350 INFO O| Dec 12 04:00:22.350 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80722024-12-12T04:00:22.809Z[ recovery-image] Dec 12 04:00:22.361 INFO O| Dec 12 04:00:22.361 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80732024-12-12T04:00:22.809Z[ recovery-image] Dec 12 04:00:22.361 INFO O| Dec 12 04:00:22.361 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80742024-12-12T04:00:22.809Z[ recovery-image] Dec 12 04:00:22.361 INFO O| Dec 12 04:00:22.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80752024-12-12T04:00:22.811Z[ recovery-image] Dec 12 04:00:22.361 INFO O| Dec 12 04:00:22.361 INFO ok!
80762024-12-12T04:00:22.811Z[ recovery-image] Dec 12 04:00:22.361 INFO O| Dec 12 04:00:22.361 INFO STEP 21 (ensure_symlink) COMPLETE
80772024-12-12T04:00:22.811Z[ recovery-image] Dec 12 04:00:22.361 INFO O| Dec 12 04:00:22.361 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80782024-12-12T04:00:22.819Z[ recovery-image] Dec 12 04:00:22.372 INFO O| Dec 12 04:00:22.372 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80792024-12-12T04:00:22.819Z[ recovery-image] Dec 12 04:00:22.372 INFO O| Dec 12 04:00:22.372 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80802024-12-12T04:00:22.823Z[ recovery-image] Dec 12 04:00:22.372 INFO O| Dec 12 04:00:22.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80812024-12-12T04:00:22.823Z[ recovery-image] Dec 12 04:00:22.372 INFO O| Dec 12 04:00:22.372 INFO ok!
80822024-12-12T04:00:22.823Z[ recovery-image] Dec 12 04:00:22.372 INFO O| Dec 12 04:00:22.372 INFO STEP 22 (ensure_symlink) COMPLETE
80832024-12-12T04:00:22.823Z[ recovery-image] Dec 12 04:00:22.372 INFO O| Dec 12 04:00:22.372 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80842024-12-12T04:00:22.829Z[ recovery-image] Dec 12 04:00:22.382 INFO O| Dec 12 04:00:22.382 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80852024-12-12T04:00:22.829Z[ recovery-image] Dec 12 04:00:22.382 INFO O| Dec 12 04:00:22.382 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80862024-12-12T04:00:22.829Z[ recovery-image] Dec 12 04:00:22.382 INFO O| Dec 12 04:00:22.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80872024-12-12T04:00:22.829Z[ recovery-image] Dec 12 04:00:22.382 INFO O| Dec 12 04:00:22.382 INFO ok!
80882024-12-12T04:00:22.832Z[ recovery-image] Dec 12 04:00:22.382 INFO O| Dec 12 04:00:22.382 INFO STEP 23 (ensure_symlink) COMPLETE
80892024-12-12T04:00:22.832Z[ recovery-image] Dec 12 04:00:22.382 INFO O| Dec 12 04:00:22.382 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80902024-12-12T04:00:22.840Z[ recovery-image] Dec 12 04:00:22.393 INFO O| Dec 12 04:00:22.393 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80912024-12-12T04:00:22.843Z[ recovery-image] Dec 12 04:00:22.393 INFO O| Dec 12 04:00:22.393 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 ...
80922024-12-12T04:00:22.843Z[ recovery-image] Dec 12 04:00:22.393 INFO O| Dec 12 04:00:22.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80932024-12-12T04:00:22.843Z[ recovery-image] Dec 12 04:00:22.393 INFO O| Dec 12 04:00:22.393 INFO ok!
80942024-12-12T04:00:22.843Z[ recovery-image] Dec 12 04:00:22.393 INFO O| Dec 12 04:00:22.393 INFO STEP 24 (ensure_file) COMPLETE
80952024-12-12T04:00:22.843Z[ recovery-image] Dec 12 04:00:22.393 INFO O| Dec 12 04:00:22.393 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80962024-12-12T04:00:22.851Z[ recovery-image] Dec 12 04:00:22.404 INFO O| Dec 12 04:00:22.404 INFO updating shadow file
80972024-12-12T04:00:22.853Z[ recovery-image] Dec 12 04:00:22.404 INFO O| Dec 12 04:00:22.404 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80982024-12-12T04:00:22.853Z[ recovery-image] Dec 12 04:00:22.404 INFO O| Dec 12 04:00:22.404 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80992024-12-12T04:00:22.853Z[ recovery-image] Dec 12 04:00:22.404 INFO O| Dec 12 04:00:22.404 INFO STEP 25 (shadow) COMPLETE
81002024-12-12T04:00:22.853Z[ recovery-image] Dec 12 04:00:22.404 INFO O| Dec 12 04:00:22.404 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81012024-12-12T04:00:22.862Z[ recovery-image] Dec 12 04:00:22.415 INFO O| Dec 12 04:00:22.415 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81022024-12-12T04:00:22.862Z[ recovery-image] Dec 12 04:00:22.415 INFO O| Dec 12 04:00:22.415 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81032024-12-12T04:00:22.864Z[ recovery-image] Dec 12 04:00:22.415 INFO O| Dec 12 04:00:22.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81042024-12-12T04:00:22.864Z[ recovery-image] Dec 12 04:00:22.415 INFO O| Dec 12 04:00:22.415 INFO ok!
81052024-12-12T04:00:22.864Z[ recovery-image] Dec 12 04:00:22.415 INFO O| Dec 12 04:00:22.415 INFO STEP 26 (ensure_file) COMPLETE
81062024-12-12T04:00:22.864Z[ recovery-image] Dec 12 04:00:22.415 INFO O| Dec 12 04:00:22.415 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81072024-12-12T04:00:22.873Z[ recovery-image] Dec 12 04:00:22.426 INFO O| Dec 12 04:00:22.426 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81082024-12-12T04:00:22.873Z[ recovery-image] Dec 12 04:00:22.426 INFO O| Dec 12 04:00:22.426 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81092024-12-12T04:00:22.876Z[ recovery-image] Dec 12 04:00:22.426 INFO O| Dec 12 04:00:22.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81102024-12-12T04:00:22.876Z[ recovery-image] Dec 12 04:00:22.426 INFO O| Dec 12 04:00:22.426 INFO ok!
81112024-12-12T04:00:22.876Z[ recovery-image] Dec 12 04:00:22.426 INFO O| Dec 12 04:00:22.426 INFO STEP 27 (ensure_file) COMPLETE
81122024-12-12T04:00:22.876Z[ recovery-image] Dec 12 04:00:22.426 INFO O| Dec 12 04:00:22.426 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81132024-12-12T04:00:22.884Z[ recovery-image] Dec 12 04:00:22.436 INFO O| Dec 12 04:00:22.436 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81142024-12-12T04:00:22.886Z[ recovery-image] Dec 12 04:00:22.436 INFO O| Dec 12 04:00:22.436 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81152024-12-12T04:00:22.887Z[ recovery-image] Dec 12 04:00:22.437 INFO O| Dec 12 04:00:22.437 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81162024-12-12T04:00:22.887Z[ recovery-image] Dec 12 04:00:22.437 INFO O| Dec 12 04:00:22.437 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81172024-12-12T04:00:22.887Z[ recovery-image] Dec 12 04:00:22.437 INFO O| Dec 12 04:00:22.437 INFO ok!
81182024-12-12T04:00:22.887Z[ recovery-image] Dec 12 04:00:22.437 INFO O| Dec 12 04:00:22.437 INFO STEP 28 (ensure_file) COMPLETE
81192024-12-12T04:00:22.887Z[ recovery-image] Dec 12 04:00:22.437 INFO O| Dec 12 04:00:22.437 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81202024-12-12T04:00:22.894Z[ recovery-image] Dec 12 04:00:22.447 INFO O| Dec 12 04:00:22.447 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81212024-12-12T04:00:22.894Z[ recovery-image] Dec 12 04:00:22.447 INFO O| Dec 12 04:00:22.447 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81222024-12-12T04:00:22.894Z[ recovery-image] Dec 12 04:00:22.447 INFO O| Dec 12 04:00:22.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81232024-12-12T04:00:22.897Z[ recovery-image] Dec 12 04:00:22.447 INFO O| Dec 12 04:00:22.447 INFO ok!
81242024-12-12T04:00:22.897Z[ recovery-image] Dec 12 04:00:22.447 INFO O| Dec 12 04:00:22.447 INFO STEP 29 (ensure_file) COMPLETE
81252024-12-12T04:00:22.897Z[ recovery-image] Dec 12 04:00:22.447 INFO O| Dec 12 04:00:22.447 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81262024-12-12T04:00:22.905Z[ recovery-image] Dec 12 04:00:22.457 INFO O| Dec 12 04:00:22.457 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81272024-12-12T04:00:22.905Z[ recovery-image] Dec 12 04:00:22.457 INFO O| Dec 12 04:00:22.457 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81282024-12-12T04:00:22.908Z[ recovery-image] Dec 12 04:00:22.458 INFO O| Dec 12 04:00:22.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81292024-12-12T04:00:22.908Z[ recovery-image] Dec 12 04:00:22.458 INFO O| Dec 12 04:00:22.458 INFO ok!
81302024-12-12T04:00:22.908Z[ recovery-image] Dec 12 04:00:22.458 INFO O| Dec 12 04:00:22.458 INFO STEP 30 (ensure_file) COMPLETE
81312024-12-12T04:00:22.908Z[ recovery-image] Dec 12 04:00:22.458 INFO O| Dec 12 04:00:22.458 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81322024-12-12T04:00:22.916Z[ recovery-image] Dec 12 04:00:22.468 INFO O| Dec 12 04:00:22.468 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81332024-12-12T04:00:22.916Z[ recovery-image] Dec 12 04:00:22.468 INFO O| Dec 12 04:00:22.468 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81342024-12-12T04:00:22.918Z[ recovery-image] Dec 12 04:00:22.468 INFO O| Dec 12 04:00:22.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81352024-12-12T04:00:22.918Z[ recovery-image] Dec 12 04:00:22.468 INFO O| Dec 12 04:00:22.468 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81362024-12-12T04:00:22.918Z[ recovery-image] Dec 12 04:00:22.468 INFO O| Dec 12 04:00:22.468 INFO ok!
81372024-12-12T04:00:22.918Z[ recovery-image] Dec 12 04:00:22.469 INFO O| Dec 12 04:00:22.469 INFO STEP 31 (ensure_file) COMPLETE
81382024-12-12T04:00:22.918Z[ recovery-image] Dec 12 04:00:22.469 INFO O| Dec 12 04:00:22.469 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81392024-12-12T04:00:22.927Z[ recovery-image] Dec 12 04:00:22.479 INFO O| Dec 12 04:00:22.479 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81402024-12-12T04:00:22.927Z[ recovery-image] Dec 12 04:00:22.479 INFO O| Dec 12 04:00:22.479 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81412024-12-12T04:00:22.929Z[ recovery-image] Dec 12 04:00:22.479 INFO O| Dec 12 04:00:22.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81422024-12-12T04:00:22.929Z[ recovery-image] Dec 12 04:00:22.479 INFO O| Dec 12 04:00:22.479 INFO ok!
81432024-12-12T04:00:22.929Z[ recovery-image] Dec 12 04:00:22.479 INFO O| Dec 12 04:00:22.479 INFO STEP 32 (ensure_file) COMPLETE
81442024-12-12T04:00:22.929Z[ recovery-image] Dec 12 04:00:22.479 INFO O| Dec 12 04:00:22.479 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81452024-12-12T04:00:22.938Z[ recovery-image] Dec 12 04:00:22.490 INFO O| Dec 12 04:00:22.490 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81462024-12-12T04:00:22.938Z[ recovery-image] Dec 12 04:00:22.490 INFO O| Dec 12 04:00:22.490 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81472024-12-12T04:00:22.940Z[ recovery-image] Dec 12 04:00:22.490 INFO O| Dec 12 04:00:22.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81482024-12-12T04:00:22.940Z[ recovery-image] Dec 12 04:00:22.490 INFO O| Dec 12 04:00:22.490 INFO ok!
81492024-12-12T04:00:22.940Z[ recovery-image] Dec 12 04:00:22.490 INFO O| Dec 12 04:00:22.490 INFO STEP 33 (ensure_file) COMPLETE
81502024-12-12T04:00:22.940Z[ recovery-image] Dec 12 04:00:22.490 INFO O| Dec 12 04:00:22.490 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81512024-12-12T04:00:22.948Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81522024-12-12T04:00:22.948Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81532024-12-12T04:00:22.951Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81542024-12-12T04:00:22.951Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81552024-12-12T04:00:22.951Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81562024-12-12T04:00:22.951Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81572024-12-12T04:00:22.951Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO ok!
81582024-12-12T04:00:22.951Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO STEP 34 (ensure_file) COMPLETE
81592024-12-12T04:00:22.951Z[ recovery-image] Dec 12 04:00:22.501 INFO O| Dec 12 04:00:22.501 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81602024-12-12T04:00:22.960Z[ recovery-image] Dec 12 04:00:22.512 INFO O| Dec 12 04:00:22.512 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81612024-12-12T04:00:22.962Z[ recovery-image] Dec 12 04:00:22.513 INFO O| Dec 12 04:00:22.513 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81622024-12-12T04:00:22.962Z[ recovery-image] Dec 12 04:00:22.513 INFO O| Dec 12 04:00:22.513 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81632024-12-12T04:00:22.962Z[ recovery-image] Dec 12 04:00:22.513 INFO O| Dec 12 04:00:22.513 INFO STEP 35 (ensure_dir) COMPLETE
81642024-12-12T04:00:22.962Z[ recovery-image] Dec 12 04:00:22.513 INFO O| Dec 12 04:00:22.513 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81652024-12-12T04:00:22.971Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 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
81662024-12-12T04:00:22.973Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 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 ...
81672024-12-12T04:00:22.973Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 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
81682024-12-12T04:00:22.973Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 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
81692024-12-12T04:00:22.973Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 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
81702024-12-12T04:00:22.973Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 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
81712024-12-12T04:00:22.973Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 INFO ok!
81722024-12-12T04:00:22.973Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 INFO STEP 36 (ensure_file) COMPLETE
81732024-12-12T04:00:22.973Z[ recovery-image] Dec 12 04:00:22.523 INFO O| Dec 12 04:00:22.523 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81742024-12-12T04:00:22.981Z[ recovery-image] Dec 12 04:00:22.534 INFO O| Dec 12 04:00:22.534 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81752024-12-12T04:00:22.981Z[ recovery-image] Dec 12 04:00:22.534 INFO O| Dec 12 04:00:22.534 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 ...
81762024-12-12T04:00:22.983Z[ recovery-image] Dec 12 04:00:22.534 INFO O| Dec 12 04:00:22.534 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81772024-12-12T04:00:22.984Z[ recovery-image] Dec 12 04:00:22.534 INFO O| Dec 12 04:00:22.534 INFO ok!
81782024-12-12T04:00:22.984Z[ recovery-image] Dec 12 04:00:22.534 INFO O| Dec 12 04:00:22.534 INFO STEP 37 (ensure_symlink) COMPLETE
81792024-12-12T04:00:22.984Z[ recovery-image] Dec 12 04:00:22.534 INFO O| Dec 12 04:00:22.534 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81802024-12-12T04:00:22.991Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81812024-12-12T04:00:22.991Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81822024-12-12T04:00:22.994Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81832024-12-12T04:00:22.994Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81842024-12-12T04:00:22.994Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81852024-12-12T04:00:22.994Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81862024-12-12T04:00:22.994Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO ok!
81872024-12-12T04:00:22.994Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO STEP 38 (ensure_file) COMPLETE
81882024-12-12T04:00:22.994Z[ recovery-image] Dec 12 04:00:22.544 INFO O| Dec 12 04:00:22.544 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81892024-12-12T04:00:23.003Z[ recovery-image] Dec 12 04:00:22.555 INFO O| Dec 12 04:00:22.555 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81902024-12-12T04:00:23.005Z[ recovery-image] Dec 12 04:00:22.555 INFO O| Dec 12 04:00:22.555 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 ...
81912024-12-12T04:00:23.005Z[ recovery-image] Dec 12 04:00:22.555 INFO O| Dec 12 04:00:22.555 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
81922024-12-12T04:00:23.005Z[ recovery-image] Dec 12 04:00:22.555 INFO O| Dec 12 04:00:22.555 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81932024-12-12T04:00:23.005Z[ recovery-image] Dec 12 04:00:22.555 INFO O| Dec 12 04:00:22.555 INFO ok!
81942024-12-12T04:00:23.005Z[ recovery-image] Dec 12 04:00:22.555 INFO O| Dec 12 04:00:22.555 INFO STEP 39 (ensure_file) COMPLETE
81952024-12-12T04:00:23.006Z[ recovery-image] Dec 12 04:00:22.555 INFO O| Dec 12 04:00:22.555 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81962024-12-12T04:00:23.013Z[ recovery-image] Dec 12 04:00:22.566 INFO O| Dec 12 04:00:22.566 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81972024-12-12T04:00:23.016Z[ recovery-image] Dec 12 04:00:22.566 INFO O| Dec 12 04:00:22.566 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81982024-12-12T04:00:23.016Z[ recovery-image] Dec 12 04:00:22.566 INFO O| Dec 12 04:00:22.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81992024-12-12T04:00:23.016Z[ recovery-image] Dec 12 04:00:22.566 INFO O| Dec 12 04:00:22.566 INFO ok!
82002024-12-12T04:00:23.016Z[ recovery-image] Dec 12 04:00:22.566 INFO O| Dec 12 04:00:22.566 INFO STEP 40 (ensure_file) COMPLETE
82012024-12-12T04:00:23.016Z[ recovery-image] Dec 12 04:00:22.566 INFO O| Dec 12 04:00:22.566 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82022024-12-12T04:00:23.024Z[ recovery-image] Dec 12 04:00:22.576 INFO O| Dec 12 04:00:22.576 INFO updating shadow file
82032024-12-12T04:00:23.026Z[ recovery-image] Dec 12 04:00:22.577 INFO O| Dec 12 04:00:22.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82042024-12-12T04:00:23.026Z[ recovery-image] Dec 12 04:00:22.577 INFO O| Dec 12 04:00:22.577 INFO STEP 41 (shadow) COMPLETE
82052024-12-12T04:00:23.026Z[ recovery-image] Dec 12 04:00:22.577 INFO O| Dec 12 04:00:22.577 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82062024-12-12T04:00:23.034Z[ recovery-image] Dec 12 04:00:22.587 INFO O| Dec 12 04:00:22.587 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82072024-12-12T04:00:23.037Z[ recovery-image] Dec 12 04:00:22.587 INFO O| Dec 12 04:00:22.587 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82082024-12-12T04:00:23.037Z[ recovery-image] Dec 12 04:00:22.587 INFO O| Dec 12 04:00:22.587 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82092024-12-12T04:00:23.037Z[ recovery-image] Dec 12 04:00:22.587 INFO O| Dec 12 04:00:22.587 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82102024-12-12T04:00:23.037Z[ recovery-image] Dec 12 04:00:22.587 INFO O| Dec 12 04:00:22.587 INFO ok!
82112024-12-12T04:00:23.037Z[ recovery-image] Dec 12 04:00:22.587 INFO O| Dec 12 04:00:22.587 INFO STEP 42 (ensure_file) COMPLETE
82122024-12-12T04:00:23.037Z[ recovery-image] Dec 12 04:00:22.587 INFO O| Dec 12 04:00:22.587 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82132024-12-12T04:00:23.045Z[ recovery-image] Dec 12 04:00:22.597 INFO O| Dec 12 04:00:22.597 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82142024-12-12T04:00:23.045Z[ recovery-image] Dec 12 04:00:22.597 INFO O| Dec 12 04:00:22.597 INFO STEP 43 (ensure_dir) COMPLETE
82152024-12-12T04:00:23.047Z[ recovery-image] Dec 12 04:00:22.597 INFO O| Dec 12 04:00:22.597 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82162024-12-12T04:00:23.055Z[ recovery-image] Dec 12 04:00:22.608 INFO O| Dec 12 04:00:22.608 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82172024-12-12T04:00:23.055Z[ recovery-image] Dec 12 04:00:22.608 INFO O| Dec 12 04:00:22.608 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82182024-12-12T04:00:23.056Z[ recovery-image] Dec 12 04:00:22.608 INFO O| Dec 12 04:00:22.608 INFO STEP 44 (ensure_dir) COMPLETE
82192024-12-12T04:00:23.058Z[ recovery-image] Dec 12 04:00:22.608 INFO O| Dec 12 04:00:22.608 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82202024-12-12T04:00:23.066Z[ recovery-image] Dec 12 04:00:22.619 INFO O| Dec 12 04:00:22.619 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82212024-12-12T04:00:23.066Z[ recovery-image] Dec 12 04:00:22.619 INFO O| Dec 12 04:00:22.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82222024-12-12T04:00:23.066Z[ recovery-image] Dec 12 04:00:22.619 INFO O| Dec 12 04:00:22.619 INFO STEP 45 (ensure_dir) COMPLETE
82232024-12-12T04:00:23.069Z[ recovery-image] Dec 12 04:00:22.619 INFO O| Dec 12 04:00:22.619 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82242024-12-12T04:00:23.077Z[ recovery-image] Dec 12 04:00:22.629 INFO O| Dec 12 04:00:22.629 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82252024-12-12T04:00:23.079Z[ recovery-image] Dec 12 04:00:22.629 INFO O| Dec 12 04:00:22.629 INFO copying /tmp/.tmpE8K8vy/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82262024-12-12T04:00:23.118Z[ recovery-image] Dec 12 04:00:22.670 INFO O| Dec 12 04:00:22.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82272024-12-12T04:00:23.118Z[ recovery-image] Dec 12 04:00:22.670 INFO O| Dec 12 04:00:22.670 INFO ok!
82282024-12-12T04:00:23.120Z[ recovery-image] Dec 12 04:00:22.670 INFO O| Dec 12 04:00:22.670 INFO STEP 46 (ensure_file) COMPLETE
82292024-12-12T04:00:23.120Z[ recovery-image] Dec 12 04:00:22.670 INFO O| Dec 12 04:00:22.670 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82302024-12-12T04:00:23.129Z[ recovery-image] Dec 12 04:00:22.682 INFO O| Dec 12 04:00:22.682 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82312024-12-12T04:00:23.129Z[ recovery-image] Dec 12 04:00:22.682 INFO O| Dec 12 04:00:22.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82322024-12-12T04:00:23.131Z[ recovery-image] Dec 12 04:00:22.682 INFO O| Dec 12 04:00:22.682 INFO STEP 47 (ensure_dir) COMPLETE
82332024-12-12T04:00:23.131Z[ recovery-image] Dec 12 04:00:22.682 INFO O| Dec 12 04:00:22.682 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82342024-12-12T04:00:23.140Z[ recovery-image] Dec 12 04:00:22.692 INFO O| Dec 12 04:00:22.692 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82352024-12-12T04:00:23.142Z[ recovery-image] Dec 12 04:00:22.692 INFO O| Dec 12 04:00:22.692 INFO copying /tmp/.tmpE8K8vy/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82362024-12-12T04:00:23.142Z[ recovery-image] Dec 12 04:00:22.692 INFO O| Dec 12 04:00:22.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82372024-12-12T04:00:23.142Z[ recovery-image] Dec 12 04:00:22.692 INFO O| Dec 12 04:00:22.692 INFO ok!
82382024-12-12T04:00:23.142Z[ recovery-image] Dec 12 04:00:22.693 INFO O| Dec 12 04:00:22.692 INFO STEP 48 (ensure_file) COMPLETE
82392024-12-12T04:00:23.142Z[ recovery-image] Dec 12 04:00:22.693 INFO O| Dec 12 04:00:22.692 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82402024-12-12T04:00:23.150Z[ recovery-image] Dec 12 04:00:22.703 INFO O| Dec 12 04:00:22.703 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82412024-12-12T04:00:23.150Z[ recovery-image] Dec 12 04:00:22.703 INFO O| Dec 12 04:00:22.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82422024-12-12T04:00:23.151Z[ recovery-image] Dec 12 04:00:22.703 INFO O| Dec 12 04:00:22.703 INFO STEP 49 (ensure_dir) COMPLETE
82432024-12-12T04:00:23.162Z[ recovery-image] Dec 12 04:00:22.703 INFO O| Dec 12 04:00:22.703 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82442024-12-12T04:00:23.162Z[ recovery-image] Dec 12 04:00:22.713 INFO O| Dec 12 04:00:22.713 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82452024-12-12T04:00:23.162Z[ recovery-image] Dec 12 04:00:22.713 INFO O| Dec 12 04:00:22.713 INFO copying /tmp/.tmpE8K8vy/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82462024-12-12T04:00:23.176Z[ recovery-image] Dec 12 04:00:22.729 INFO O| Dec 12 04:00:22.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82472024-12-12T04:00:23.176Z[ recovery-image] Dec 12 04:00:22.729 INFO O| Dec 12 04:00:22.729 INFO ok!
82482024-12-12T04:00:23.176Z[ recovery-image] Dec 12 04:00:22.729 INFO O| Dec 12 04:00:22.729 INFO STEP 50 (ensure_file) COMPLETE
82492024-12-12T04:00:23.179Z[ recovery-image] Dec 12 04:00:22.729 INFO O| Dec 12 04:00:22.729 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82502024-12-12T04:00:23.188Z[ recovery-image] Dec 12 04:00:22.741 INFO O| Dec 12 04:00:22.741 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82512024-12-12T04:00:23.188Z[ recovery-image] Dec 12 04:00:22.741 INFO O| Dec 12 04:00:22.741 INFO copying /tmp/.tmpE8K8vy/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82522024-12-12T04:00:23.413Z[ host-image] Dec 12 04:00:22.965 INFO O| Dec 12 04:00:22.965 INFO O| Done
82532024-12-12T04:00:23.718Z[ recovery-image] Dec 12 04:00:23.271 INFO O| Dec 12 04:00:23.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82542024-12-12T04:00:23.718Z[ recovery-image] Dec 12 04:00:23.271 INFO O| Dec 12 04:00:23.271 INFO ok!
82552024-12-12T04:00:23.722Z[ recovery-image] Dec 12 04:00:23.271 INFO O| Dec 12 04:00:23.271 INFO STEP 51 (ensure_file) COMPLETE
82562024-12-12T04:00:23.722Z[ recovery-image] Dec 12 04:00:23.271 INFO O| Dec 12 04:00:23.271 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82572024-12-12T04:00:23.730Z[ recovery-image] Dec 12 04:00:23.283 INFO O| Dec 12 04:00:23.283 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82582024-12-12T04:00:23.730Z[ recovery-image] Dec 12 04:00:23.283 INFO O| Dec 12 04:00:23.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82592024-12-12T04:00:23.730Z[ recovery-image] Dec 12 04:00:23.283 INFO O| Dec 12 04:00:23.283 INFO STEP 52 (ensure_dir) COMPLETE
82602024-12-12T04:00:23.733Z[ recovery-image] Dec 12 04:00:23.283 INFO O| Dec 12 04:00:23.283 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82612024-12-12T04:00:23.741Z[ recovery-image] Dec 12 04:00:23.293 INFO O| Dec 12 04:00:23.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82622024-12-12T04:00:23.741Z[ recovery-image] Dec 12 04:00:23.293 INFO O| Dec 12 04:00:23.293 INFO copying /tmp/.tmpE8K8vy/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 ...
82632024-12-12T04:00:23.741Z[ recovery-image] Dec 12 04:00:23.294 INFO O| Dec 12 04:00:23.293 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
82642024-12-12T04:00:23.744Z[ recovery-image] Dec 12 04:00:23.294 INFO O| Dec 12 04:00:23.293 INFO ok!
82652024-12-12T04:00:23.744Z[ recovery-image] Dec 12 04:00:23.294 INFO O| Dec 12 04:00:23.294 INFO STEP 53 (ensure_file) COMPLETE
82662024-12-12T04:00:23.744Z[ recovery-image] Dec 12 04:00:23.294 INFO O| Dec 12 04:00:23.294 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-12T04:00:23.751Z[ recovery-image] Dec 12 04:00:23.304 INFO O| Dec 12 04:00:23.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82682024-12-12T04:00:23.753Z[ recovery-image] Dec 12 04:00:23.304 INFO O| Dec 12 04:00:23.304 INFO copying /tmp/.tmpE8K8vy/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 ...
82692024-12-12T04:00:23.753Z[ recovery-image] Dec 12 04:00:23.304 INFO O| Dec 12 04:00:23.304 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
82702024-12-12T04:00:23.753Z[ recovery-image] Dec 12 04:00:23.304 INFO O| Dec 12 04:00:23.304 INFO ok!
82712024-12-12T04:00:23.753Z[ recovery-image] Dec 12 04:00:23.304 INFO O| Dec 12 04:00:23.304 INFO STEP 54 (ensure_file) COMPLETE
82722024-12-12T04:00:23.753Z[ recovery-image] Dec 12 04:00:23.304 INFO O| Dec 12 04:00:23.304 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732024-12-12T04:00:23.762Z[ recovery-image] Dec 12 04:00:23.315 INFO O| Dec 12 04:00:23.315 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82742024-12-12T04:00:23.762Z[ recovery-image] Dec 12 04:00:23.315 INFO O| Dec 12 04:00:23.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82752024-12-12T04:00:23.765Z[ recovery-image] Dec 12 04:00:23.315 INFO O| Dec 12 04:00:23.315 INFO STEP 55 (ensure_dir) COMPLETE
82762024-12-12T04:00:23.765Z[ recovery-image] Dec 12 04:00:23.315 INFO O| Dec 12 04:00:23.315 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82772024-12-12T04:00:23.773Z[ recovery-image] Dec 12 04:00:23.325 INFO O| Dec 12 04:00:23.325 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82782024-12-12T04:00:23.773Z[ recovery-image] Dec 12 04:00:23.325 INFO O| Dec 12 04:00:23.325 INFO copying /tmp/.tmpE8K8vy/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 ...
82792024-12-12T04:00:23.773Z[ recovery-image] Dec 12 04:00:23.325 INFO O| Dec 12 04:00:23.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82802024-12-12T04:00:23.775Z[ recovery-image] Dec 12 04:00:23.325 INFO O| Dec 12 04:00:23.325 INFO ok!
82812024-12-12T04:00:23.775Z[ recovery-image] Dec 12 04:00:23.325 INFO O| Dec 12 04:00:23.325 INFO STEP 56 (ensure_file) COMPLETE
82822024-12-12T04:00:23.775Z[ recovery-image] Dec 12 04:00:23.325 INFO O| Dec 12 04:00:23.325 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832024-12-12T04:00:23.783Z[ recovery-image] Dec 12 04:00:23.335 INFO O| Dec 12 04:00:23.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82842024-12-12T04:00:23.783Z[ recovery-image] Dec 12 04:00:23.335 INFO O| Dec 12 04:00:23.335 INFO copying /tmp/.tmpE8K8vy/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 ...
82852024-12-12T04:00:23.785Z[ recovery-image] Dec 12 04:00:23.336 INFO O| Dec 12 04:00:23.336 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
82862024-12-12T04:00:23.785Z[ recovery-image] Dec 12 04:00:23.336 INFO O| Dec 12 04:00:23.336 INFO ok!
82872024-12-12T04:00:23.785Z[ recovery-image] Dec 12 04:00:23.336 INFO O| Dec 12 04:00:23.336 INFO STEP 57 (ensure_file) COMPLETE
82882024-12-12T04:00:23.785Z[ recovery-image] Dec 12 04:00:23.336 INFO O| Dec 12 04:00:23.336 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892024-12-12T04:00:23.793Z[ recovery-image] Dec 12 04:00:23.346 INFO O| Dec 12 04:00:23.346 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82902024-12-12T04:00:23.793Z[ recovery-image] Dec 12 04:00:23.346 INFO O| Dec 12 04:00:23.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82912024-12-12T04:00:23.793Z[ recovery-image] Dec 12 04:00:23.346 INFO O| Dec 12 04:00:23.346 INFO STEP 58 (ensure_dir) COMPLETE
82922024-12-12T04:00:23.796Z[ recovery-image] Dec 12 04:00:23.346 INFO O| Dec 12 04:00:23.346 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82932024-12-12T04:00:23.804Z[ recovery-image] Dec 12 04:00:23.357 INFO O| Dec 12 04:00:23.356 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82942024-12-12T04:00:23.807Z[ recovery-image] Dec 12 04:00:23.357 INFO O| Dec 12 04:00:23.357 INFO copying /tmp/.tmpE8K8vy/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 ...
82952024-12-12T04:00:23.808Z[ recovery-image] Dec 12 04:00:23.357 INFO O| Dec 12 04:00:23.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82962024-12-12T04:00:23.808Z[ recovery-image] Dec 12 04:00:23.357 INFO O| Dec 12 04:00:23.357 INFO ok!
82972024-12-12T04:00:23.808Z[ recovery-image] Dec 12 04:00:23.357 INFO O| Dec 12 04:00:23.357 INFO STEP 59 (ensure_file) COMPLETE
82982024-12-12T04:00:23.808Z[ recovery-image] Dec 12 04:00:23.357 INFO O| Dec 12 04:00:23.357 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82992024-12-12T04:00:23.816Z[ recovery-image] Dec 12 04:00:23.369 INFO O| Dec 12 04:00:23.369 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83002024-12-12T04:00:23.819Z[ recovery-image] Dec 12 04:00:23.369 INFO O| Dec 12 04:00:23.369 INFO copying /tmp/.tmpE8K8vy/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83012024-12-12T04:00:23.819Z[ recovery-image] Dec 12 04:00:23.369 INFO O| Dec 12 04:00:23.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83022024-12-12T04:00:23.819Z[ recovery-image] Dec 12 04:00:23.369 INFO O| Dec 12 04:00:23.369 INFO ok!
83032024-12-12T04:00:23.819Z[ recovery-image] Dec 12 04:00:23.369 INFO O| Dec 12 04:00:23.369 INFO STEP 60 (ensure_file) COMPLETE
83042024-12-12T04:00:23.819Z[ recovery-image] Dec 12 04:00:23.369 INFO O| Dec 12 04:00:23.369 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052024-12-12T04:00:23.829Z[ recovery-image] Dec 12 04:00:23.381 INFO O| Dec 12 04:00:23.381 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83062024-12-12T04:00:23.829Z[ recovery-image] Dec 12 04:00:23.381 INFO O| Dec 12 04:00:23.381 INFO STEP 61 (ensure_dir) COMPLETE
83072024-12-12T04:00:23.831Z[ recovery-image] Dec 12 04:00:23.381 INFO O| Dec 12 04:00:23.381 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082024-12-12T04:00:23.839Z[ recovery-image] Dec 12 04:00:23.392 INFO O| Dec 12 04:00:23.392 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83092024-12-12T04:00:23.839Z[ recovery-image] Dec 12 04:00:23.392 INFO O| Dec 12 04:00:23.392 INFO STEP 62 (ensure_dir) COMPLETE
83102024-12-12T04:00:23.841Z[ recovery-image] Dec 12 04:00:23.392 INFO O| Dec 12 04:00:23.392 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112024-12-12T04:00:23.850Z[ recovery-image] Dec 12 04:00:23.402 INFO O| Dec 12 04:00:23.402 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83122024-12-12T04:00:23.850Z[ recovery-image] Dec 12 04:00:23.402 INFO O| Dec 12 04:00:23.402 INFO STEP 63 (ensure_dir) COMPLETE
83132024-12-12T04:00:23.850Z[ recovery-image] Dec 12 04:00:23.402 INFO O| Dec 12 04:00:23.402 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83142024-12-12T04:00:23.860Z[ recovery-image] Dec 12 04:00:23.413 INFO O| Dec 12 04:00:23.413 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83152024-12-12T04:00:23.860Z[ recovery-image] Dec 12 04:00:23.413 INFO O| Dec 12 04:00:23.413 INFO STEP 64 (ensure_dir) COMPLETE
83162024-12-12T04:00:23.860Z[ recovery-image] Dec 12 04:00:23.413 INFO O| Dec 12 04:00:23.413 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83172024-12-12T04:00:23.870Z[ recovery-image] Dec 12 04:00:23.423 INFO O| Dec 12 04:00:23.423 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83182024-12-12T04:00:23.870Z[ recovery-image] Dec 12 04:00:23.423 INFO O| Dec 12 04:00:23.423 INFO copying /tmp/.tmpE8K8vy/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83192024-12-12T04:00:23.872Z[ recovery-image] Dec 12 04:00:23.423 INFO O| Dec 12 04:00:23.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83202024-12-12T04:00:23.873Z[ recovery-image] Dec 12 04:00:23.423 INFO O| Dec 12 04:00:23.423 INFO ok!
83212024-12-12T04:00:23.873Z[ recovery-image] Dec 12 04:00:23.423 INFO O| Dec 12 04:00:23.423 INFO STEP 65 (ensure_file) COMPLETE
83222024-12-12T04:00:23.873Z[ recovery-image] Dec 12 04:00:23.423 INFO O| Dec 12 04:00:23.423 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83232024-12-12T04:00:23.881Z[ recovery-image] Dec 12 04:00:23.433 INFO O| Dec 12 04:00:23.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83242024-12-12T04:00:23.883Z[ recovery-image] Dec 12 04:00:23.433 INFO O| Dec 12 04:00:23.433 INFO STEP 66 (remove_files) COMPLETE
83252024-12-12T04:00:23.883Z[ recovery-image] Dec 12 04:00:23.433 INFO O| Dec 12 04:00:23.433 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83262024-12-12T04:00:23.891Z[ recovery-image] Dec 12 04:00:23.443 INFO O| Dec 12 04:00:23.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83272024-12-12T04:00:23.893Z[ recovery-image] Dec 12 04:00:23.443 INFO O| Dec 12 04:00:23.443 INFO STEP 67 (remove_files) COMPLETE
83282024-12-12T04:00:23.893Z[ recovery-image] Dec 12 04:00:23.443 INFO O| Dec 12 04:00:23.443 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83292024-12-12T04:00:23.901Z[ recovery-image] Dec 12 04:00:23.454 INFO O| Dec 12 04:00:23.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83302024-12-12T04:00:23.904Z[ recovery-image] Dec 12 04:00:23.454 INFO O| Dec 12 04:00:23.454 INFO STEP 68 (remove_files) COMPLETE
83312024-12-12T04:00:23.904Z[ recovery-image] Dec 12 04:00:23.454 INFO O| Dec 12 04:00:23.454 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83322024-12-12T04:00:23.912Z[ recovery-image] Dec 12 04:00:23.464 INFO O| Dec 12 04:00:23.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83332024-12-12T04:00:23.914Z[ recovery-image] Dec 12 04:00:23.465 INFO O| Dec 12 04:00:23.464 INFO STEP 69 (remove_files) COMPLETE
83342024-12-12T04:00:23.915Z[ recovery-image] Dec 12 04:00:23.465 INFO O| Dec 12 04:00:23.465 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83352024-12-12T04:00:23.922Z[ recovery-image] Dec 12 04:00:23.475 INFO O| Dec 12 04:00:23.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83362024-12-12T04:00:23.925Z[ recovery-image] Dec 12 04:00:23.475 INFO O| Dec 12 04:00:23.475 INFO STEP 70 (remove_files) COMPLETE
83372024-12-12T04:00:23.926Z[ recovery-image] Dec 12 04:00:23.475 INFO O| Dec 12 04:00:23.475 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83382024-12-12T04:00:23.933Z[ recovery-image] Dec 12 04:00:23.485 INFO O| Dec 12 04:00:23.485 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83392024-12-12T04:00:23.936Z[ recovery-image] Dec 12 04:00:23.485 INFO O| Dec 12 04:00:23.485 INFO STEP 71 (remove_files) COMPLETE
83402024-12-12T04:00:23.936Z[ recovery-image] Dec 12 04:00:23.485 INFO O| Dec 12 04:00:23.485 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83412024-12-12T04:00:23.959Z[ recovery-image] Dec 12 04:00:23.511 INFO O| Dec 12 04:00:23.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83422024-12-12T04:00:23.959Z[ recovery-image] Dec 12 04:00:23.511 INFO O| Dec 12 04:00:23.510 INFO STEP 72 (remove_files) COMPLETE
83432024-12-12T04:00:23.959Z[ recovery-image] Dec 12 04:00:23.511 INFO O| Dec 12 04:00:23.510 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83442024-12-12T04:00:23.982Z[ recovery-image] Dec 12 04:00:23.533 INFO O| Dec 12 04:00:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83452024-12-12T04:00:23.982Z[ recovery-image] Dec 12 04:00:23.533 INFO O| Dec 12 04:00:23.533 INFO STEP 73 (remove_files) COMPLETE
83462024-12-12T04:00:23.982Z[ recovery-image] Dec 12 04:00:23.533 INFO O| Dec 12 04:00:23.533 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83472024-12-12T04:00:24.005Z[ recovery-image] Dec 12 04:00:23.556 INFO O| Dec 12 04:00:23.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83482024-12-12T04:00:24.006Z[ recovery-image] Dec 12 04:00:23.556 INFO O| Dec 12 04:00:23.556 INFO STEP 74 (remove_files) COMPLETE
83492024-12-12T04:00:24.006Z[ recovery-image] Dec 12 04:00:23.556 INFO O| Dec 12 04:00:23.556 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83502024-12-12T04:00:24.025Z[ recovery-image] Dec 12 04:00:23.576 INFO O| Dec 12 04:00:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83512024-12-12T04:00:24.025Z[ recovery-image] Dec 12 04:00:23.576 INFO O| Dec 12 04:00:23.576 INFO STEP 75 (remove_files) COMPLETE
83522024-12-12T04:00:24.025Z[ recovery-image] Dec 12 04:00:23.577 INFO O| Dec 12 04:00:23.576 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83532024-12-12T04:00:24.048Z[ recovery-image] Dec 12 04:00:23.599 INFO O| Dec 12 04:00:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83542024-12-12T04:00:24.048Z[ recovery-image] Dec 12 04:00:23.599 INFO O| Dec 12 04:00:23.599 INFO STEP 76 (remove_files) COMPLETE
83552024-12-12T04:00:24.048Z[ recovery-image] Dec 12 04:00:23.599 INFO O| Dec 12 04:00:23.599 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83562024-12-12T04:00:24.068Z[ recovery-image] Dec 12 04:00:23.620 INFO O| Dec 12 04:00:23.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83572024-12-12T04:00:24.068Z[ recovery-image] Dec 12 04:00:23.620 INFO O| Dec 12 04:00:23.618 INFO STEP 77 (remove_files) COMPLETE
83582024-12-12T04:00:24.068Z[ recovery-image] Dec 12 04:00:23.620 INFO O| Dec 12 04:00:23.618 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592024-12-12T04:00:24.089Z[ recovery-image] Dec 12 04:00:23.640 INFO O| Dec 12 04:00:23.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83602024-12-12T04:00:24.089Z[ recovery-image] Dec 12 04:00:23.640 INFO O| Dec 12 04:00:23.638 INFO STEP 78 (remove_files) COMPLETE
83612024-12-12T04:00:24.089Z[ recovery-image] Dec 12 04:00:23.640 INFO O| Dec 12 04:00:23.638 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622024-12-12T04:00:24.103Z[ recovery-image] Dec 12 04:00:23.656 INFO O| Dec 12 04:00:23.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83632024-12-12T04:00:24.103Z[ recovery-image] Dec 12 04:00:23.656 INFO O| Dec 12 04:00:23.656 INFO STEP 79 (remove_files) COMPLETE
83642024-12-12T04:00:24.103Z[ recovery-image] Dec 12 04:00:23.656 INFO O| Dec 12 04:00:23.656 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652024-12-12T04:00:24.118Z[ recovery-image] Dec 12 04:00:23.669 INFO O| Dec 12 04:00:23.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83662024-12-12T04:00:24.118Z[ recovery-image] Dec 12 04:00:23.669 INFO O| Dec 12 04:00:23.669 INFO STEP 80 (remove_files) COMPLETE
83672024-12-12T04:00:24.118Z[ recovery-image] Dec 12 04:00:23.669 INFO O| Dec 12 04:00:23.669 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682024-12-12T04:00:24.132Z[ recovery-image] Dec 12 04:00:23.685 INFO O| Dec 12 04:00:23.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83692024-12-12T04:00:24.133Z[ recovery-image] Dec 12 04:00:23.685 INFO O| Dec 12 04:00:23.685 INFO STEP 81 (remove_files) COMPLETE
83702024-12-12T04:00:24.133Z[ recovery-image] Dec 12 04:00:23.685 INFO O| Dec 12 04:00:23.685 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-12T04:00:24.146Z[ recovery-image] Dec 12 04:00:23.698 INFO O| Dec 12 04:00:23.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83722024-12-12T04:00:24.146Z[ recovery-image] Dec 12 04:00:23.698 INFO O| Dec 12 04:00:23.698 INFO STEP 82 (remove_files) COMPLETE
83732024-12-12T04:00:24.146Z[ recovery-image] Dec 12 04:00:23.698 INFO O| Dec 12 04:00:23.698 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-12T04:00:24.158Z[ recovery-image] Dec 12 04:00:23.711 INFO O| Dec 12 04:00:23.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83752024-12-12T04:00:24.158Z[ recovery-image] Dec 12 04:00:23.711 INFO O| Dec 12 04:00:23.711 INFO STEP 83 (remove_files) COMPLETE
83762024-12-12T04:00:24.160Z[ recovery-image] Dec 12 04:00:23.711 INFO O| Dec 12 04:00:23.711 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-12T04:00:24.171Z[ recovery-image] Dec 12 04:00:23.723 INFO O| Dec 12 04:00:23.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83782024-12-12T04:00:24.171Z[ recovery-image] Dec 12 04:00:23.723 INFO O| Dec 12 04:00:23.723 INFO STEP 84 (remove_files) COMPLETE
83792024-12-12T04:00:24.173Z[ recovery-image] Dec 12 04:00:23.723 INFO O| Dec 12 04:00:23.723 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-12T04:00:24.184Z[ recovery-image] Dec 12 04:00:23.736 INFO O| Dec 12 04:00:23.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83812024-12-12T04:00:24.184Z[ recovery-image] Dec 12 04:00:23.737 INFO O| Dec 12 04:00:23.736 INFO STEP 85 (remove_files) COMPLETE
83822024-12-12T04:00:24.186Z[ recovery-image] Dec 12 04:00:23.737 INFO O| Dec 12 04:00:23.736 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-12T04:00:24.198Z[ recovery-image] Dec 12 04:00:23.750 INFO O| Dec 12 04:00:23.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83842024-12-12T04:00:24.198Z[ recovery-image] Dec 12 04:00:23.750 INFO O| Dec 12 04:00:23.750 INFO STEP 86 (remove_files) COMPLETE
83852024-12-12T04:00:24.198Z[ recovery-image] Dec 12 04:00:23.750 INFO O| Dec 12 04:00:23.750 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-12T04:00:24.211Z[ recovery-image] Dec 12 04:00:23.763 INFO O| Dec 12 04:00:23.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83872024-12-12T04:00:24.211Z[ recovery-image] Dec 12 04:00:23.764 INFO O| Dec 12 04:00:23.764 INFO STEP 87 (remove_files) COMPLETE
83882024-12-12T04:00:24.211Z[ recovery-image] Dec 12 04:00:23.764 INFO O| Dec 12 04:00:23.764 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-12T04:00:24.223Z[ recovery-image] Dec 12 04:00:23.776 INFO O| Dec 12 04:00:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83902024-12-12T04:00:24.224Z[ recovery-image] Dec 12 04:00:23.776 INFO O| Dec 12 04:00:23.776 INFO STEP 88 (remove_files) COMPLETE
83912024-12-12T04:00:24.224Z[ recovery-image] Dec 12 04:00:23.776 INFO O| Dec 12 04:00:23.776 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-12T04:00:24.237Z[ recovery-image] Dec 12 04:00:23.789 INFO O| Dec 12 04:00:23.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83932024-12-12T04:00:24.237Z[ recovery-image] Dec 12 04:00:23.789 INFO O| Dec 12 04:00:23.789 INFO STEP 89 (remove_files) COMPLETE
83942024-12-12T04:00:24.237Z[ recovery-image] Dec 12 04:00:23.789 INFO O| Dec 12 04:00:23.789 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-12T04:00:24.249Z[ recovery-image] Dec 12 04:00:23.801 INFO O| Dec 12 04:00:23.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83962024-12-12T04:00:24.249Z[ recovery-image] Dec 12 04:00:23.801 INFO O| Dec 12 04:00:23.801 INFO STEP 90 (remove_files) COMPLETE
83972024-12-12T04:00:24.252Z[ recovery-image] Dec 12 04:00:23.801 INFO O| Dec 12 04:00:23.801 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-12T04:00:24.261Z[ recovery-image] Dec 12 04:00:23.814 INFO O| Dec 12 04:00:23.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83992024-12-12T04:00:24.261Z[ recovery-image] Dec 12 04:00:23.814 INFO O| Dec 12 04:00:23.814 INFO STEP 91 (remove_files) COMPLETE
84002024-12-12T04:00:24.261Z[ recovery-image] Dec 12 04:00:23.814 INFO O| Dec 12 04:00:23.814 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-12T04:00:24.274Z[ recovery-image] Dec 12 04:00:23.826 INFO O| Dec 12 04:00:23.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84022024-12-12T04:00:24.274Z[ recovery-image] Dec 12 04:00:23.826 INFO O| Dec 12 04:00:23.826 INFO STEP 92 (remove_files) COMPLETE
84032024-12-12T04:00:24.276Z[ recovery-image] Dec 12 04:00:23.826 INFO O| Dec 12 04:00:23.826 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042024-12-12T04:00:24.286Z[ recovery-image] Dec 12 04:00:23.839 INFO O| Dec 12 04:00:23.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84052024-12-12T04:00:24.286Z[ recovery-image] Dec 12 04:00:23.839 INFO O| Dec 12 04:00:23.839 INFO STEP 93 (remove_files) COMPLETE
84062024-12-12T04:00:24.289Z[ recovery-image] Dec 12 04:00:23.839 INFO O| Dec 12 04:00:23.839 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072024-12-12T04:00:24.299Z[ recovery-image] Dec 12 04:00:23.852 INFO O| Dec 12 04:00:23.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84082024-12-12T04:00:24.299Z[ recovery-image] Dec 12 04:00:23.852 INFO O| Dec 12 04:00:23.852 INFO STEP 94 (remove_files) COMPLETE
84092024-12-12T04:00:24.299Z[ recovery-image] Dec 12 04:00:23.852 INFO O| Dec 12 04:00:23.852 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84102024-12-12T04:00:24.320Z[ recovery-image] Dec 12 04:00:23.873 INFO O| Dec 12 04:00:23.872 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84112024-12-12T04:00:24.322Z[ recovery-image] Dec 12 04:00:23.873 INFO O| Dec 12 04:00:23.873 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84122024-12-12T04:00:24.937Z[ host-image] Dec 12 04:00:24.490 INFO O| Dec 12 04:00:24.490 INFO O| Done
84132024-12-12T04:00:24.965Z[ host-image] Dec 12 04:00:24.517 INFO O| Dec 12 04:00:24.517 INFO O| Done
84142024-12-12T04:00:24.965Z[ host-image] Dec 12 04:00:24.517 INFO O| Dec 12 04:00:24.517 INFO O| Done
84152024-12-12T04:00:24.975Z[ host-image] Dec 12 04:00:24.527 INFO O| Dec 12 04:00:24.527 INFO O| Done
84162024-12-12T04:00:25.085Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO STEP 14 (pkg_install) COMPLETE
84172024-12-12T04:00:25.085Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84182024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO skip step because feature "mfg" is not enabled
84192024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84202024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO skip step because feature "compliance" is not enabled
84212024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84222024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO skip step because feature "stress" is not enabled
84232024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84242024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO skip step because feature "nfs" is not enabled
84252024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84262024-12-12T04:00:25.088Z[ host-image] Dec 12 04:00:24.637 INFO O| Dec 12 04:00:24.637 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84272024-12-12T04:00:25.157Z[ host-image] Dec 12 04:00:24.709 INFO O| Dec 12 04:00:24.709 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
84282024-12-12T04:00:25.254Z[ host-image] Dec 12 04:00:24.806 INFO O| Dec 12 04:00:24.806 INFO completed processing gimlet/ramdisk-01-os
84292024-12-12T04:00:25.257Z[ host-image] Dec 12 04:00:24.809 INFO omicron1 baseline generation...
84302024-12-12T04:00:25.257Z[ host-image] Dec 12 04:00:24.809 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
84312024-12-12T04:00:25.665Z[ host-image] Dec 12 04:00:25.217 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
84322024-12-12T04:00:34.121Z[ recovery-image] Dec 12 04:00:33.673 INFO O| Dec 12 04:00:33.673 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
84332024-12-12T04:00:34.122Z[ recovery-image] Dec 12 04:00:33.673 INFO O| Dec 12 04:00:33.673 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84342024-12-12T04:00:34.136Z[ recovery-image] Dec 12 04:00:33.687 INFO O| Dec 12 04:00:33.687 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84352024-12-12T04:00:34.212Z[ recovery-image] Dec 12 04:00:33.764 INFO O| Dec 12 04:00:33.764 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84362024-12-12T04:00:34.212Z[ recovery-image] Dec 12 04:00:33.764 INFO O| Dec 12 04:00:33.764 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 ...
84372024-12-12T04:00:34.215Z[ recovery-image] Dec 12 04:00:33.766 INFO O| Dec 12 04:00:33.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84382024-12-12T04:00:34.215Z[ recovery-image] Dec 12 04:00:33.766 INFO O| Dec 12 04:00:33.766 INFO ok!
84392024-12-12T04:00:34.215Z[ recovery-image] Dec 12 04:00:33.766 INFO O| Dec 12 04:00:33.766 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84402024-12-12T04:00:34.215Z[ recovery-image] Dec 12 04:00:33.766 INFO O| Dec 12 04:00:33.766 INFO STEP 95 (seed_smf) COMPLETE
84412024-12-12T04:00:34.215Z[ recovery-image] Dec 12 04:00:33.766 INFO O| Dec 12 04:00:33.766 INFO steps complete; finalising image!
84422024-12-12T04:00:34.215Z[ recovery-image] Dec 12 04:00:33.766 INFO O| Dec 12 04:00:33.766 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84432024-12-12T04:00:34.252Z[ recovery-image] Dec 12 04:00:33.804 INFO O| Dec 12 04:00:33.804 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Dec 12 04:00:33 2024)
84442024-12-12T04:00:34.474Z[ recovery-image] Dec 12 04:00:34.026 INFO O| Dec 12 04:00:34.026 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84452024-12-12T04:00:34.474Z[ recovery-image] Dec 12 04:00:34.026 INFO O| Dec 12 04:00:34.026 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84462024-12-12T04:00:34.696Z[ recovery-image] Dec 12 04:00:34.248 INFO O| Dec 12 04:00:34.247 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
84472024-12-12T04:00:34.696Z[ recovery-image] Dec 12 04:00:34.248 INFO O| Dec 12 04:00:34.248 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84482024-12-12T04:00:37.810Z[ recovery-image] Dec 12 04:00:37.362 INFO O| Dec 12 04:00:37.361 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84492024-12-12T04:00:37.810Z[ recovery-image] Dec 12 04:00:37.362 INFO O| Dec 12 04:00:37.362 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84502024-12-12T04:00:37.812Z[ recovery-image] Dec 12 04:00:37.362 INFO O| Dec 12 04:00:37.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84512024-12-12T04:00:37.812Z[ recovery-image] Dec 12 04:00:37.362 INFO O| Dec 12 04:00:37.362 INFO completed processing gimlet/zfs-recovery
84522024-12-12T04:00:37.812Z[ recovery-image] Dec 12 04:00:37.362 INFO O| Dec 12 04:00:37.362 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84532024-12-12T04:00:38.046Z[ recovery-image] Dec 12 04:00:37.598 INFO O| Dec 12 04:00:37.598 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84542024-12-12T04:00:38.135Z[ recovery-image] Dec 12 04:00:37.687 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84552024-12-12T04:00:38.138Z[ recovery-image] Dec 12 04:00:37.687 INFO expanded image name: "recovery 21b793c/${os_short_commit} 2024-12-12 03:31" -> "recovery 21b793c/92ea229 2024-12-12 03:31"
84562024-12-12T04:00:38.138Z[ recovery-image] Dec 12 04:00:37.688 INFO output artefacts stored in: "/work/os-recovery"
84572024-12-12T04:00:38.139Z[ recovery-image] Dec 12 04:00:37.688 INFO collecting git info from project "pilot"...
84582024-12-12T04:00:38.153Z[ recovery-image] Dec 12 04:00:37.705 INFO collecting git info from project "phbl"...
84592024-12-12T04:00:38.159Z[ recovery-image] Dec 12 04:00:37.711 INFO collecting git info from project "amd-firmware"...
84602024-12-12T04:00:38.467Z[ recovery-image] Dec 12 04:00:38.019 INFO collecting git info from project "pinprick"...
84612024-12-12T04:00:38.473Z[ recovery-image] Dec 12 04:00:38.024 INFO collecting git info from project "bootserver"...
84622024-12-12T04:00:38.478Z[ recovery-image] Dec 12 04:00:38.030 INFO collecting git info from project "amd-host-image-builder"...
84632024-12-12T04:00:38.769Z[ recovery-image] Dec 12 04:00:38.321 INFO collecting git info from project "image-builder"...
84642024-12-12T04:00:38.776Z[ recovery-image] Dec 12 04:00:38.327 INFO collecting git info from project "chelsio-t6-roms"...
84652024-12-12T04:00:38.797Z[ recovery-image] Dec 12 04:00:38.349 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84662024-12-12T04:00:39.163Z[ recovery-image] Dec 12 04:00:38.715 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84672024-12-12T04:00:39.529Z[ recovery-image] Dec 12 04:00:39.081 INFO creating Oxide boot image...
84682024-12-12T04:00:39.529Z[ recovery-image] Dec 12 04:00:39.081 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 21b793c/92ea229 2024-12-12 03:31", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84692024-12-12T04:01:14.763Z[ host-image] Dec 12 04:01:14.312 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
84702024-12-12T04:01:14.763Z[ host-image] Dec 12 04:01:14.312 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
84712024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.313 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84722024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.313 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84732024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.313 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84742024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.313 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84752024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.314 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84762024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.314 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84772024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.314 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84782024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.314 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84792024-12-12T04:01:14.766Z[ host-image] Dec 12 04:01:14.314 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
84802024-12-12T04:01:14.769Z[ host-image] Dec 12 04:01:14.316 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
84812024-12-12T04:01:14.769Z[ host-image] Dec 12 04:01:14.317 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
84822024-12-12T04:01:14.769Z[ host-image] Dec 12 04:01:14.317 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
84832024-12-12T04:01:14.769Z[ host-image] Dec 12 04:01:14.317 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84842024-12-12T04:01:14.769Z[ host-image] Dec 12 04:01:14.318 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
84852024-12-12T04:01:14.772Z[ host-image] Dec 12 04:01:14.319 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
84862024-12-12T04:01:14.772Z[ host-image] Dec 12 04:01:14.319 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
84872024-12-12T04:01:14.772Z[ host-image] Dec 12 04:01:14.319 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
84882024-12-12T04:01:14.772Z[ host-image] Dec 12 04:01:14.319 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
84892024-12-12T04:01:14.772Z[ host-image] Dec 12 04:01:14.319 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
84902024-12-12T04:01:14.772Z[ host-image] Dec 12 04:01:14.320 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
84912024-12-12T04:01:14.772Z[ host-image] Dec 12 04:01:14.320 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
84922024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.320 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
84932024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.320 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
84942024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.320 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
84952024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.321 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
84962024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.321 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
84972024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.321 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
84982024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.321 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.301:20241119T212547Z
84992024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.321 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85002024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.321 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85012024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.321 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85022024-12-12T04:01:14.773Z[ host-image] Dec 12 04:01:14.321 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85032024-12-12T04:01:14.776Z[ host-image] Dec 12 04:01:14.322 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85042024-12-12T04:01:14.777Z[ host-image] Dec 12 04:01:14.323 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85052024-12-12T04:01:14.782Z[ host-image] Dec 12 04:01:14.332 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85062024-12-12T04:01:14.784Z[ host-image] Dec 12 04:01:14.332 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85072024-12-12T04:01:14.784Z[ host-image] Dec 12 04:01:14.332 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85082024-12-12T04:01:14.785Z[ host-image] Dec 12 04:01:14.332 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85092024-12-12T04:01:14.785Z[ host-image] Dec 12 04:01:14.333 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85102024-12-12T04:01:14.785Z[ host-image] Dec 12 04:01:14.333 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85112024-12-12T04:01:14.785Z[ host-image] Dec 12 04:01:14.333 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85122024-12-12T04:01:14.785Z[ host-image] Dec 12 04:01:14.334 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85132024-12-12T04:01:14.787Z[ host-image] Dec 12 04:01:14.335 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85142024-12-12T04:01:14.788Z[ host-image] Dec 12 04:01:14.335 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85152024-12-12T04:01:14.798Z[ host-image] Dec 12 04:01:14.347 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85162024-12-12T04:01:14.798Z[ host-image] Dec 12 04:01:14.348 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85172024-12-12T04:01:14.800Z[ host-image] Dec 12 04:01:14.348 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85182024-12-12T04:01:14.800Z[ host-image] Dec 12 04:01:14.348 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85192024-12-12T04:01:14.800Z[ host-image] Dec 12 04:01:14.349 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85202024-12-12T04:01:14.800Z[ host-image] Dec 12 04:01:14.349 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85212024-12-12T04:01:14.836Z[ host-image] Dec 12 04:01:14.386 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85222024-12-12T04:01:14.839Z[ host-image] Dec 12 04:01:14.386 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85232024-12-12T04:01:14.839Z[ host-image] Dec 12 04:01:14.386 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85242024-12-12T04:01:14.839Z[ host-image] Dec 12 04:01:14.387 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85252024-12-12T04:01:14.839Z[ host-image] Dec 12 04:01:14.387 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85262024-12-12T04:01:14.841Z[ host-image] Dec 12 04:01:14.388 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85272024-12-12T04:01:14.841Z[ host-image] Dec 12 04:01:14.388 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85282024-12-12T04:01:14.841Z[ host-image] Dec 12 04:01:14.388 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85292024-12-12T04:01:14.841Z[ host-image] Dec 12 04:01:14.388 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85302024-12-12T04:01:14.841Z[ host-image] Dec 12 04:01:14.388 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85312024-12-12T04:01:14.841Z[ host-image] Dec 12 04:01:14.388 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85322024-12-12T04:01:14.841Z[ host-image] Dec 12 04:01:14.388 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85332024-12-12T04:01:14.844Z[ host-image] Dec 12 04:01:14.393 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85342024-12-12T04:01:14.844Z[ host-image] Dec 12 04:01:14.393 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85352024-12-12T04:01:14.844Z[ host-image] Dec 12 04:01:14.393 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85362024-12-12T04:01:14.844Z[ host-image] Dec 12 04:01:14.394 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85372024-12-12T04:01:14.844Z[ host-image] Dec 12 04:01:14.394 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85382024-12-12T04:01:14.859Z[ host-image] Dec 12 04:01:14.408 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85392024-12-12T04:01:14.861Z[ host-image] Dec 12 04:01:14.409 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85402024-12-12T04:01:14.863Z[ host-image] Dec 12 04:01:14.411 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85412024-12-12T04:01:14.863Z[ host-image] Dec 12 04:01:14.411 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85422024-12-12T04:01:14.863Z[ host-image] Dec 12 04:01:14.411 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85432024-12-12T04:01:14.863Z[ host-image] Dec 12 04:01:14.412 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85442024-12-12T04:01:14.863Z[ host-image] Dec 12 04:01:14.412 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85452024-12-12T04:01:14.863Z[ host-image] Dec 12 04:01:14.412 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85462024-12-12T04:01:14.863Z[ host-image] Dec 12 04:01:14.413 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85472024-12-12T04:01:14.867Z[ host-image] Dec 12 04:01:14.417 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85482024-12-12T04:01:14.869Z[ host-image] Dec 12 04:01:14.417 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85492024-12-12T04:01:14.869Z[ host-image] Dec 12 04:01:14.418 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85502024-12-12T04:01:14.869Z[ host-image] Dec 12 04:01:14.418 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85512024-12-12T04:01:14.869Z[ host-image] Dec 12 04:01:14.418 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85522024-12-12T04:01:14.869Z[ host-image] Dec 12 04:01:14.418 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85532024-12-12T04:01:14.869Z[ host-image] Dec 12 04:01:14.418 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85542024-12-12T04:01:14.872Z[ host-image] Dec 12 04:01:14.419 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85552024-12-12T04:01:14.878Z[ host-image] Dec 12 04:01:14.427 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85562024-12-12T04:01:14.878Z[ host-image] Dec 12 04:01:14.427 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85572024-12-12T04:01:14.881Z[ host-image] Dec 12 04:01:14.429 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85582024-12-12T04:01:14.883Z[ host-image] Dec 12 04:01:14.431 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85592024-12-12T04:01:14.884Z[ host-image] Dec 12 04:01:14.431 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
85602024-12-12T04:01:14.884Z[ host-image] Dec 12 04:01:14.431 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
85612024-12-12T04:01:14.884Z[ host-image] Dec 12 04:01:14.432 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
85622024-12-12T04:01:14.884Z[ host-image] Dec 12 04:01:14.432 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
85632024-12-12T04:01:14.893Z[ host-image] Dec 12 04:01:14.443 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
85642024-12-12T04:01:14.895Z[ host-image] Dec 12 04:01:14.443 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
85652024-12-12T04:01:14.895Z[ host-image] Dec 12 04:01:14.443 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
85662024-12-12T04:01:14.895Z[ host-image] Dec 12 04:01:14.444 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
85672024-12-12T04:01:14.895Z[ host-image] Dec 12 04:01:14.444 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
85682024-12-12T04:01:14.917Z[ host-image] Dec 12 04:01:14.467 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
85692024-12-12T04:01:14.920Z[ host-image] Dec 12 04:01:14.467 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
85702024-12-12T04:01:14.920Z[ host-image] Dec 12 04:01:14.467 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
85712024-12-12T04:01:14.920Z[ host-image] Dec 12 04:01:14.467 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85722024-12-12T04:01:14.920Z[ host-image] Dec 12 04:01:14.468 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85732024-12-12T04:01:14.948Z[ host-image] Dec 12 04:01:14.497 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
85742024-12-12T04:01:14.950Z[ host-image] Dec 12 04:01:14.497 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85752024-12-12T04:01:14.950Z[ host-image] Dec 12 04:01:14.498 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
85762024-12-12T04:01:14.950Z[ host-image] Dec 12 04:01:14.498 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
85772024-12-12T04:01:14.951Z[ host-image] Dec 12 04:01:14.499 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
85782024-12-12T04:01:14.951Z[ host-image] Dec 12 04:01:14.499 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85792024-12-12T04:01:14.951Z[ host-image] Dec 12 04:01:14.500 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85802024-12-12T04:01:14.953Z[ host-image] Dec 12 04:01:14.500 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
85812024-12-12T04:01:14.953Z[ host-image] Dec 12 04:01:14.500 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
85822024-12-12T04:01:14.953Z[ host-image] Dec 12 04:01:14.501 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
85832024-12-12T04:01:14.954Z[ host-image] Dec 12 04:01:14.501 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
85842024-12-12T04:01:14.954Z[ host-image] Dec 12 04:01:14.501 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
85852024-12-12T04:01:14.954Z[ host-image] Dec 12 04:01:14.501 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
85862024-12-12T04:01:14.956Z[ host-image] Dec 12 04:01:14.504 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85872024-12-12T04:01:14.956Z[ host-image] Dec 12 04:01:14.505 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
85882024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.506 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
85892024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.506 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
85902024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.507 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
85912024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.507 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
85922024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.507 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
85932024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.507 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85942024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.507 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85952024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.508 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
85962024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.508 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
85972024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.508 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
85982024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.508 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
85992024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.508 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86002024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.509 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86012024-12-12T04:01:14.960Z[ host-image] Dec 12 04:01:14.509 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86022024-12-12T04:01:14.963Z[ host-image] Dec 12 04:01:14.509 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86032024-12-12T04:01:14.963Z[ host-image] Dec 12 04:01:14.511 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86042024-12-12T04:01:14.963Z[ host-image] Dec 12 04:01:14.511 INFO O| tempdir @ "/tmp/.tmpC3AL9O/tmp"
86052024-12-12T04:01:14.963Z[ host-image] Dec 12 04:01:14.511 INFO O| image root @ "/tmp/.tmpC3AL9O/tmp/root"
86062024-12-12T04:01:14.963Z[ host-image] Dec 12 04:01:14.511 INFO O| creating image...
86072024-12-12T04:01:15.468Z[ host-image] Dec 12 04:01:15.017 INFO O| copying publishers...
86082024-12-12T04:01:24.878Z[ host-image] Dec 12 04:01:24.427 INFO O| adding properties...
86092024-12-12T04:01:25.916Z[ host-image] Dec 12 04:01:25.464 INFO O| installing packages...
86102024-12-12T04:01:29.335Z[ recovery-image] Dec 12 04:01:28.884 INFO O| ok, image written!
86112024-12-12T04:01:29.337Z[ recovery-image] Dec 12 04:01:28.884 INFO O| ok, boot_image_csum file written!
86122024-12-12T04:01:29.340Z[ recovery-image] Dec 12 04:01:28.888 INFO creating boot archive (CPIO)...
86132024-12-12T04:01:29.340Z[ recovery-image] Dec 12 04:01:28.888 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
86142024-12-12T04:01:29.348Z[ recovery-image] Dec 12 04:01:28.897 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86152024-12-12T04:01:29.348Z[ recovery-image] Dec 12 04:01:28.897 INFO E| + outfile=/work/os-recovery/cpio
86162024-12-12T04:01:29.351Z[ recovery-image] Dec 12 04:01:28.897 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86172024-12-12T04:01:29.351Z[ recovery-image] Dec 12 04:01:28.899 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86182024-12-12T04:01:29.351Z[ recovery-image] Dec 12 04:01:28.899 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86192024-12-12T04:01:29.382Z[ recovery-image] Dec 12 04:01:28.931 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86202024-12-12T04:01:29.382Z[ recovery-image] Dec 12 04:01:28.931 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86212024-12-12T04:01:29.390Z[ recovery-image] Dec 12 04:01:28.939 INFO creating compressed cpio/unix for nanobl-rs...
86222024-12-12T04:01:29.390Z[ recovery-image] Dec 12 04:01:28.939 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
86232024-12-12T04:01:29.677Z[ recovery-image] Dec 12 04:01:29.226 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86242024-12-12T04:01:34.054Z[ recovery-image] Dec 12 04:01:33.602 INFO creating reset image...
86252024-12-12T04:01:34.054Z[ recovery-image] Dec 12 04:01:33.602 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86262024-12-12T04:01:34.301Z[ recovery-image] Dec 12 04:01:33.850 INFO E| Updating crates.io index
86272024-12-12T04:01:34.417Z[ recovery-image] Dec 12 04:01:33.965 INFO E| Downloading crates ...
86282024-12-12T04:01:34.502Z[ recovery-image] Dec 12 04:01:34.050 INFO E| Downloaded duct v0.13.7
86292024-12-12T04:01:34.504Z[ recovery-image] Dec 12 04:01:34.053 INFO E| Downloaded clap_derive v4.5.13
86302024-12-12T04:01:34.509Z[ recovery-image] Dec 12 04:01:34.057 INFO E| Downloaded shared_child v1.0.1
86312024-12-12T04:01:34.511Z[ recovery-image] Dec 12 04:01:34.059 INFO E| Downloaded os_pipe v1.2.1
86322024-12-12T04:01:34.520Z[ recovery-image] Dec 12 04:01:34.069 INFO E| Downloaded clap v4.5.17
86332024-12-12T04:01:34.538Z[ recovery-image] Dec 12 04:01:34.087 INFO E| Downloaded syn v2.0.77
86342024-12-12T04:01:34.549Z[ recovery-image] Dec 12 04:01:34.097 INFO E| Downloaded clap_builder v4.5.17
86352024-12-12T04:01:34.582Z[ recovery-image] Dec 12 04:01:34.130 INFO E| Downloaded libc v0.2.158
86362024-12-12T04:01:34.655Z[ recovery-image] Dec 12 04:01:34.203 INFO E| Compiling proc-macro2 v1.0.86
86372024-12-12T04:01:34.655Z[ recovery-image] Dec 12 04:01:34.203 INFO E| Compiling unicode-ident v1.0.13
86382024-12-12T04:01:34.655Z[ recovery-image] Dec 12 04:01:34.203 INFO E| Compiling libc v0.2.158
86392024-12-12T04:01:34.658Z[ recovery-image] Dec 12 04:01:34.203 INFO E| Compiling utf8parse v0.2.2
86402024-12-12T04:01:34.658Z[ recovery-image] Dec 12 04:01:34.204 INFO E| Compiling anstyle-query v1.1.1
86412024-12-12T04:01:34.658Z[ recovery-image] Dec 12 04:01:34.204 INFO E| Compiling is_terminal_polyfill v1.70.1
86422024-12-12T04:01:34.658Z[ recovery-image] Dec 12 04:01:34.204 INFO E| Compiling anstyle v1.0.8
86432024-12-12T04:01:34.658Z[ recovery-image] Dec 12 04:01:34.204 INFO E| Compiling colorchoice v1.0.2
86442024-12-12T04:01:34.833Z[ recovery-image] Dec 12 04:01:34.381 INFO E| Compiling anstyle-parse v0.2.5
86452024-12-12T04:01:34.863Z[ recovery-image] Dec 12 04:01:34.411 INFO E| Compiling strsim v0.11.1
86462024-12-12T04:01:34.884Z[ recovery-image] Dec 12 04:01:34.432 INFO E| Compiling heck v0.5.0
86472024-12-12T04:01:34.884Z[ recovery-image] Dec 12 04:01:34.432 INFO E| Compiling clap_lex v0.7.2
86482024-12-12T04:01:34.886Z[ recovery-image] Dec 12 04:01:34.432 INFO E| Compiling once_cell v1.19.0
86492024-12-12T04:01:35.129Z[ recovery-image] Dec 12 04:01:34.677 INFO E| Compiling anstream v0.6.15
86502024-12-12T04:01:35.499Z[ recovery-image] Dec 12 04:01:35.047 INFO E| Compiling clap_builder v4.5.17
86512024-12-12T04:01:35.861Z[ recovery-image] Dec 12 04:01:35.410 INFO E| Compiling os_pipe v1.2.1
86522024-12-12T04:01:35.861Z[ recovery-image] Dec 12 04:01:35.410 INFO E| Compiling shared_child v1.0.1
86532024-12-12T04:01:35.998Z[ recovery-image] Dec 12 04:01:35.546 INFO E| Compiling duct v0.13.7
86542024-12-12T04:01:36.109Z[ recovery-image] Dec 12 04:01:35.657 INFO E| Compiling quote v1.0.37
86552024-12-12T04:01:36.404Z[ recovery-image] Dec 12 04:01:35.952 INFO E| Compiling syn v2.0.77
86562024-12-12T04:01:40.362Z[ recovery-image] Dec 12 04:01:39.910 INFO E| Compiling clap_derive v4.5.13
86572024-12-12T04:01:42.263Z[ recovery-image] Dec 12 04:01:41.811 INFO E| Compiling clap v4.5.17
86582024-12-12T04:01:42.321Z[ recovery-image] Dec 12 04:01:41.869 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86592024-12-12T04:01:42.597Z[ host-image] Dec 12 04:01:42.145 INFO O| seeding SMF database...
86602024-12-12T04:01:43.363Z[ recovery-image] Dec 12 04:01:42.911 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
86612024-12-12T04:01:43.374Z[ recovery-image] Dec 12 04:01:42.922 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86622024-12-12T04:01:43.507Z[ recovery-image] Dec 12 04:01:43.055 INFO E| Updating crates.io index
86632024-12-12T04:01:43.590Z[ recovery-image] Dec 12 04:01:43.137 INFO E| Downloading crates ...
86642024-12-12T04:01:43.638Z[ recovery-image] Dec 12 04:01:43.186 INFO E| Downloaded bit_field v0.10.2
86652024-12-12T04:01:43.641Z[ recovery-image] Dec 12 04:01:43.188 INFO E| Downloaded bitstruct_derive v0.1.0
86662024-12-12T04:01:43.646Z[ recovery-image] Dec 12 04:01:43.194 INFO E| Downloaded bitstruct v0.1.1
86672024-12-12T04:01:43.649Z[ recovery-image] Dec 12 04:01:43.197 INFO E| Downloaded seq-macro v0.3.5
86682024-12-12T04:01:43.673Z[ recovery-image] Dec 12 04:01:43.221 INFO E| Downloaded cpio_reader v0.1.1
86692024-12-12T04:01:43.675Z[ recovery-image] Dec 12 04:01:43.222 INFO E| Downloaded raw-cpuid v10.7.0
86702024-12-12T04:01:43.694Z[ recovery-image] Dec 12 04:01:43.242 INFO E| Downloaded syn v2.0.85
86712024-12-12T04:01:43.814Z[ recovery-image] Dec 12 04:01:43.362 INFO E| Downloaded x86 v0.52.0
86722024-12-12T04:01:43.869Z[ recovery-image] Dec 12 04:01:43.417 INFO E| Updating crates.io index
86732024-12-12T04:01:43.930Z[ recovery-image] Dec 12 04:01:43.478 INFO E| Downloading crates ...
86742024-12-12T04:01:43.997Z[ recovery-image] Dec 12 04:01:43.544 INFO E| Downloaded compiler_builtins v0.1.134
86752024-12-12T04:01:44.068Z[ recovery-image] Dec 12 04:01:43.615 INFO E| Compiling compiler_builtins v0.1.134
86762024-12-12T04:01:44.068Z[ recovery-image] Dec 12 04:01:43.615 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
86772024-12-12T04:01:44.070Z[ recovery-image] Dec 12 04:01:43.616 INFO E| Compiling proc-macro2 v1.0.89
86782024-12-12T04:01:44.070Z[ recovery-image] Dec 12 04:01:43.616 INFO E| Compiling unicode-ident v1.0.13
86792024-12-12T04:01:44.070Z[ recovery-image] Dec 12 04:01:43.616 INFO E| Compiling syn v1.0.109
86802024-12-12T04:01:44.070Z[ recovery-image] Dec 12 04:01:43.616 INFO E| Compiling x86 v0.52.0
86812024-12-12T04:01:44.070Z[ recovery-image] Dec 12 04:01:43.616 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86822024-12-12T04:01:44.070Z[ recovery-image] Dec 12 04:01:43.616 INFO E| Compiling seq-macro v0.3.5
86832024-12-12T04:01:45.257Z[ recovery-image] Dec 12 04:01:44.805 INFO E| Compiling quote v1.0.37
86842024-12-12T04:01:45.526Z[ recovery-image] Dec 12 04:01:45.074 INFO E| Compiling syn v2.0.85
86852024-12-12T04:01:47.991Z[ recovery-image] Dec 12 04:01:47.538 INFO E| Compiling scroll_derive v0.12.0
86862024-12-12T04:01:50.274Z[ recovery-image] Dec 12 04:01:49.821 INFO E| Compiling bitstruct_derive v0.1.0
86872024-12-12T04:01:51.041Z[ host-image] Dec 12 04:01:50.589 INFO O| configuring SMF profile...
86882024-12-12T04:01:51.044Z[ host-image] Dec 12 04:01:50.589 INFO O| modifying shadow(5)...
86892024-12-12T04:01:51.044Z[ host-image] Dec 12 04:01:50.589 INFO O| loading user and group database...
86902024-12-12T04:01:51.044Z[ host-image] Dec 12 04:01:50.589 INFO O| assessing packaged files...
86912024-12-12T04:01:53.316Z[ host-image] Dec 12 04:01:52.863 INFO O| creating archive...
86922024-12-12T04:01:53.350Z[ host-image] Dec 12 04:01:52.897 INFO O| missing from packaging:
86932024-12-12T04:01:53.350Z[ host-image] Dec 12 04:01:52.897 INFO O| "etc/.pwd.lock"
86942024-12-12T04:01:53.350Z[ host-image] Dec 12 04:01:52.897 INFO O| "etc/bash"
86952024-12-12T04:01:53.355Z[ host-image] Dec 12 04:01:52.902 INFO O| "etc/svc/profile/generic.xml"
86962024-12-12T04:01:53.355Z[ host-image] Dec 12 04:01:52.902 INFO O| "etc/svc/profile/inetd_services.xml"
86972024-12-12T04:01:53.357Z[ host-image] Dec 12 04:01:52.902 INFO O| "etc/svc/profile/name_service.xml"
86982024-12-12T04:01:53.357Z[ host-image] Dec 12 04:01:52.902 INFO O| "etc/svc/profile/platform.xml"
86992024-12-12T04:01:53.357Z[ host-image] Dec 12 04:01:52.902 INFO O| "etc/svc/profile/platform_omicron1.xml"
87002024-12-12T04:01:53.358Z[ host-image] Dec 12 04:01:52.902 INFO O| "etc/svc/repository.db"
87012024-12-12T04:01:53.367Z[ host-image] Dec 12 04:01:52.915 INFO O| "opt/ooce/share"
87022024-12-12T04:01:53.367Z[ host-image] Dec 12 04:01:52.915 INFO O| "opt/ooce/share/man"
87032024-12-12T04:01:53.370Z[ host-image] Dec 12 04:01:52.915 INFO O| "opt/ooce/share/man/man1"
87042024-12-12T04:01:53.377Z[ host-image] Dec 12 04:01:52.925 INFO O| finishing archive...
87052024-12-12T04:01:56.204Z[ host-image] Dec 12 04:01:55.751 INFO O| creating gzonly manifest...
87062024-12-12T04:01:56.211Z[ host-image] Dec 12 04:01:55.758 INFO O| ok
87072024-12-12T04:01:56.322Z[ host-image] Dec 12 04:01:55.869 INFO image builder template: ramdisk-02-trim...
87082024-12-12T04:01:56.322Z[ host-image] Dec 12 04:01:55.869 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/.tmpE8K8vy/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.34.301", "-n", "ramdisk-02-trim"], pwd: None
87092024-12-12T04:01:56.347Z[ host-image] Dec 12 04:01:55.894 INFO O| Dec 12 04:01:55.894 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87102024-12-12T04:01:56.351Z[ host-image] Dec 12 04:01:55.898 INFO O| Dec 12 04:01:55.898 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87112024-12-12T04:01:56.451Z[ host-image] Dec 12 04:01:55.998 INFO O| Dec 12 04:01:55.998 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87122024-12-12T04:01:56.521Z[ host-image] Dec 12 04:01:56.068 INFO O| Dec 12 04:01:56.068 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87132024-12-12T04:01:56.521Z[ host-image] Dec 12 04:01:56.068 INFO O| Dec 12 04:01:56.068 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87142024-12-12T04:01:56.527Z[ host-image] Dec 12 04:01:56.074 INFO O| Dec 12 04:01:56.074 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87152024-12-12T04:01:56.531Z[ host-image] Dec 12 04:01:56.079 INFO O| Dec 12 04:01:56.079 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87162024-12-12T04:01:56.536Z[ host-image] Dec 12 04:01:56.084 INFO O| Dec 12 04:01:56.084 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87172024-12-12T04:01:56.739Z[ host-image] Dec 12 04:01:56.286 INFO O| Dec 12 04:01:56.286 INFO rolled back to input snapshot; work may begin
87182024-12-12T04:01:56.739Z[ host-image] Dec 12 04:01:56.286 INFO O| Dec 12 04:01:56.286 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87192024-12-12T04:01:56.745Z[ host-image] Dec 12 04:01:56.292 INFO O| Dec 12 04:01:56.292 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-12-12T04:01:56.755Z[ host-image] Dec 12 04:01:56.303 INFO O| Dec 12 04:01:56.302 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87212024-12-12T04:01:56.805Z[ host-image] Dec 12 04:01:56.352 INFO O| Dec 12 04:01:56.352 INFO STEP 0 (remove_files) COMPLETE
87222024-12-12T04:01:56.806Z[ host-image] Dec 12 04:01:56.353 INFO O| Dec 12 04:01:56.352 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-12-12T04:01:56.818Z[ host-image] Dec 12 04:01:56.365 INFO O| Dec 12 04:01:56.365 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87242024-12-12T04:01:56.821Z[ host-image] Dec 12 04:01:56.367 INFO O| Dec 12 04:01:56.367 INFO STEP 1 (remove_files) COMPLETE
87252024-12-12T04:01:56.821Z[ host-image] Dec 12 04:01:56.367 INFO O| Dec 12 04:01:56.367 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-12-12T04:01:56.830Z[ host-image] Dec 12 04:01:56.378 INFO O| Dec 12 04:01:56.378 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87272024-12-12T04:01:56.844Z[ host-image] Dec 12 04:01:56.391 INFO O| Dec 12 04:01:56.391 INFO STEP 2 (remove_files) COMPLETE
87282024-12-12T04:01:56.844Z[ host-image] Dec 12 04:01:56.391 INFO O| Dec 12 04:01:56.391 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-12-12T04:01:56.856Z[ host-image] Dec 12 04:01:56.403 INFO O| Dec 12 04:01:56.403 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87302024-12-12T04:01:56.859Z[ host-image] Dec 12 04:01:56.405 INFO O| Dec 12 04:01:56.405 INFO STEP 3 (remove_files) COMPLETE
87312024-12-12T04:01:56.859Z[ host-image] Dec 12 04:01:56.405 INFO O| Dec 12 04:01:56.405 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-12-12T04:01:56.869Z[ host-image] Dec 12 04:01:56.416 INFO O| Dec 12 04:01:56.416 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87332024-12-12T04:01:56.876Z[ host-image] Dec 12 04:01:56.420 INFO O| Dec 12 04:01:56.420 INFO STEP 4 (remove_files) COMPLETE
87342024-12-12T04:01:56.876Z[ host-image] Dec 12 04:01:56.420 INFO O| Dec 12 04:01:56.420 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-12-12T04:01:56.884Z[ host-image] Dec 12 04:01:56.431 INFO O| Dec 12 04:01:56.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87362024-12-12T04:01:56.890Z[ host-image] Dec 12 04:01:56.434 INFO O| Dec 12 04:01:56.434 INFO STEP 5 (remove_files) COMPLETE
87372024-12-12T04:01:56.890Z[ host-image] Dec 12 04:01:56.434 INFO O| Dec 12 04:01:56.434 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-12-12T04:01:56.898Z[ host-image] Dec 12 04:01:56.444 INFO O| Dec 12 04:01:56.444 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87392024-12-12T04:01:56.906Z[ host-image] Dec 12 04:01:56.454 INFO O| Dec 12 04:01:56.454 INFO STEP 6 (remove_files) COMPLETE
87402024-12-12T04:01:56.906Z[ host-image] Dec 12 04:01:56.454 INFO O| Dec 12 04:01:56.454 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-12-12T04:01:56.917Z[ host-image] Dec 12 04:01:56.464 INFO O| Dec 12 04:01:56.464 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87422024-12-12T04:01:56.929Z[ host-image] Dec 12 04:01:56.476 INFO O| Dec 12 04:01:56.476 INFO STEP 7 (remove_files) COMPLETE
87432024-12-12T04:01:56.929Z[ host-image] Dec 12 04:01:56.476 INFO O| Dec 12 04:01:56.476 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-12-12T04:01:56.939Z[ host-image] Dec 12 04:01:56.487 INFO O| Dec 12 04:01:56.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87452024-12-12T04:01:57.008Z[ host-image] Dec 12 04:01:56.556 INFO O| Dec 12 04:01:56.555 INFO STEP 8 (remove_files) COMPLETE
87462024-12-12T04:01:57.009Z[ host-image] Dec 12 04:01:56.556 INFO O| Dec 12 04:01:56.556 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-12-12T04:01:57.020Z[ host-image] Dec 12 04:01:56.567 INFO O| Dec 12 04:01:56.567 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87482024-12-12T04:01:57.108Z[ host-image] Dec 12 04:01:56.655 INFO O| Dec 12 04:01:56.655 INFO STEP 9 (remove_files) COMPLETE
87492024-12-12T04:01:57.108Z[ host-image] Dec 12 04:01:56.655 INFO O| Dec 12 04:01:56.655 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-12-12T04:01:57.120Z[ host-image] Dec 12 04:01:56.667 INFO O| Dec 12 04:01:56.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87512024-12-12T04:01:57.124Z[ host-image] Dec 12 04:01:56.671 INFO O| Dec 12 04:01:56.671 INFO STEP 10 (remove_files) COMPLETE
87522024-12-12T04:01:57.124Z[ host-image] Dec 12 04:01:56.671 INFO O| Dec 12 04:01:56.671 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-12-12T04:01:57.134Z[ host-image] Dec 12 04:01:56.682 INFO O| Dec 12 04:01:56.681 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87542024-12-12T04:01:57.140Z[ host-image] Dec 12 04:01:56.683 INFO O| Dec 12 04:01:56.682 INFO STEP 11 (remove_files) COMPLETE
87552024-12-12T04:01:57.140Z[ host-image] Dec 12 04:01:56.683 INFO O| Dec 12 04:01:56.683 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-12-12T04:01:57.146Z[ host-image] Dec 12 04:01:56.693 INFO O| Dec 12 04:01:56.693 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87572024-12-12T04:01:57.148Z[ host-image] Dec 12 04:01:56.694 INFO O| Dec 12 04:01:56.694 INFO STEP 12 (remove_files) COMPLETE
87582024-12-12T04:01:57.148Z[ host-image] Dec 12 04:01:56.694 INFO O| Dec 12 04:01:56.694 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-12-12T04:01:57.409Z[ host-image] Dec 12 04:01:56.956 INFO O| Dec 12 04:01:56.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87602024-12-12T04:01:57.446Z[ host-image] Dec 12 04:01:56.993 INFO O| Dec 12 04:01:56.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87612024-12-12T04:01:57.448Z[ host-image] Dec 12 04:01:56.994 INFO O| Dec 12 04:01:56.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87622024-12-12T04:01:57.451Z[ host-image] Dec 12 04:01:56.998 INFO O| Dec 12 04:01:56.998 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87632024-12-12T04:01:57.528Z[ host-image] Dec 12 04:01:57.075 INFO O| Dec 12 04:01:57.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87642024-12-12T04:01:57.540Z[ host-image] Dec 12 04:01:57.087 INFO O| Dec 12 04:01:57.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87652024-12-12T04:01:57.540Z[ host-image] Dec 12 04:01:57.087 INFO O| Dec 12 04:01:57.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87662024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.087 INFO O| Dec 12 04:01:57.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87672024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.087 INFO O| Dec 12 04:01:57.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87682024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.088 INFO O| Dec 12 04:01:57.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87692024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.088 INFO O| Dec 12 04:01:57.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87702024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.088 INFO O| Dec 12 04:01:57.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87712024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.088 INFO O| Dec 12 04:01:57.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87722024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.089 INFO O| Dec 12 04:01:57.088 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87732024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.089 INFO O| Dec 12 04:01:57.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87742024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.089 INFO O| Dec 12 04:01:57.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87752024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.089 INFO O| Dec 12 04:01:57.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87762024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.089 INFO O| Dec 12 04:01:57.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87772024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.089 INFO O| Dec 12 04:01:57.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87782024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.089 INFO O| Dec 12 04:01:57.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87792024-12-12T04:01:57.543Z[ host-image] Dec 12 04:01:57.090 INFO O| Dec 12 04:01:57.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87802024-12-12T04:01:57.555Z[ host-image] Dec 12 04:01:57.102 INFO O| Dec 12 04:01:57.102 INFO STEP 13 (remove_files) COMPLETE
87812024-12-12T04:01:57.555Z[ host-image] Dec 12 04:01:57.102 INFO O| Dec 12 04:01:57.102 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-12-12T04:01:57.567Z[ host-image] Dec 12 04:01:57.114 INFO O| Dec 12 04:01:57.114 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87832024-12-12T04:01:57.569Z[ host-image] Dec 12 04:01:57.116 INFO O| Dec 12 04:01:57.115 INFO STEP 14 (remove_files) COMPLETE
87842024-12-12T04:01:57.569Z[ host-image] Dec 12 04:01:57.116 INFO O| Dec 12 04:01:57.116 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-12-12T04:01:57.578Z[ host-image] Dec 12 04:01:57.126 INFO O| Dec 12 04:01:57.126 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87862024-12-12T04:01:57.585Z[ host-image] Dec 12 04:01:57.132 INFO O| Dec 12 04:01:57.132 INFO STEP 15 (remove_files) COMPLETE
87872024-12-12T04:01:57.585Z[ host-image] Dec 12 04:01:57.132 INFO O| Dec 12 04:01:57.132 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-12-12T04:01:57.596Z[ host-image] Dec 12 04:01:57.143 INFO O| Dec 12 04:01:57.143 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87892024-12-12T04:01:57.600Z[ host-image] Dec 12 04:01:57.144 INFO O| Dec 12 04:01:57.143 INFO STEP 16 (remove_files) COMPLETE
87902024-12-12T04:01:57.601Z[ host-image] Dec 12 04:01:57.144 INFO O| Dec 12 04:01:57.144 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-12-12T04:01:57.607Z[ host-image] Dec 12 04:01:57.154 INFO O| Dec 12 04:01:57.154 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87922024-12-12T04:01:57.609Z[ host-image] Dec 12 04:01:57.155 INFO O| Dec 12 04:01:57.155 INFO STEP 17 (remove_files) COMPLETE
87932024-12-12T04:01:57.609Z[ host-image] Dec 12 04:01:57.155 INFO O| Dec 12 04:01:57.155 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-12-12T04:01:57.619Z[ host-image] Dec 12 04:01:57.166 INFO O| Dec 12 04:01:57.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87952024-12-12T04:01:57.619Z[ host-image] Dec 12 04:01:57.166 INFO O| Dec 12 04:01:57.166 INFO STEP 18 (remove_files) COMPLETE
87962024-12-12T04:01:57.621Z[ host-image] Dec 12 04:01:57.166 INFO O| Dec 12 04:01:57.166 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-12-12T04:01:57.629Z[ host-image] Dec 12 04:01:57.176 INFO O| Dec 12 04:01:57.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87982024-12-12T04:01:57.629Z[ host-image] Dec 12 04:01:57.176 INFO O| Dec 12 04:01:57.176 INFO STEP 19 (remove_files) COMPLETE
87992024-12-12T04:01:57.631Z[ host-image] Dec 12 04:01:57.176 INFO O| Dec 12 04:01:57.176 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-12-12T04:01:57.639Z[ host-image] Dec 12 04:01:57.186 INFO O| Dec 12 04:01:57.186 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88012024-12-12T04:01:57.639Z[ host-image] Dec 12 04:01:57.187 INFO O| Dec 12 04:01:57.187 INFO STEP 20 (remove_files) COMPLETE
88022024-12-12T04:01:57.642Z[ host-image] Dec 12 04:01:57.187 INFO O| Dec 12 04:01:57.187 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-12-12T04:01:57.650Z[ host-image] Dec 12 04:01:57.197 INFO O| Dec 12 04:01:57.197 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88042024-12-12T04:01:57.652Z[ host-image] Dec 12 04:01:57.197 INFO O| Dec 12 04:01:57.197 INFO STEP 21 (remove_files) COMPLETE
88052024-12-12T04:01:57.652Z[ host-image] Dec 12 04:01:57.197 INFO O| Dec 12 04:01:57.197 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-12-12T04:01:57.660Z[ host-image] Dec 12 04:01:57.207 INFO O| Dec 12 04:01:57.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88072024-12-12T04:01:57.660Z[ host-image] Dec 12 04:01:57.207 INFO O| Dec 12 04:01:57.207 INFO STEP 22 (remove_files) COMPLETE
88082024-12-12T04:01:57.660Z[ host-image] Dec 12 04:01:57.207 INFO O| Dec 12 04:01:57.207 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-12-12T04:01:57.670Z[ host-image] Dec 12 04:01:57.217 INFO O| Dec 12 04:01:57.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88102024-12-12T04:01:57.670Z[ host-image] Dec 12 04:01:57.217 INFO O| Dec 12 04:01:57.217 INFO STEP 23 (remove_files) COMPLETE
88112024-12-12T04:01:57.672Z[ host-image] Dec 12 04:01:57.217 INFO O| Dec 12 04:01:57.217 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-12-12T04:01:57.680Z[ host-image] Dec 12 04:01:57.227 INFO O| Dec 12 04:01:57.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88132024-12-12T04:01:57.680Z[ host-image] Dec 12 04:01:57.227 INFO O| Dec 12 04:01:57.227 INFO STEP 24 (remove_files) COMPLETE
88142024-12-12T04:01:57.682Z[ host-image] Dec 12 04:01:57.227 INFO O| Dec 12 04:01:57.227 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152024-12-12T04:01:57.691Z[ host-image] Dec 12 04:01:57.238 INFO O| Dec 12 04:01:57.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88162024-12-12T04:01:57.691Z[ host-image] Dec 12 04:01:57.238 INFO O| Dec 12 04:01:57.238 INFO STEP 25 (remove_files) COMPLETE
88172024-12-12T04:01:57.693Z[ host-image] Dec 12 04:01:57.238 INFO O| Dec 12 04:01:57.238 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182024-12-12T04:01:57.701Z[ host-image] Dec 12 04:01:57.248 INFO O| Dec 12 04:01:57.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88192024-12-12T04:01:57.704Z[ host-image] Dec 12 04:01:57.248 INFO O| Dec 12 04:01:57.248 INFO STEP 26 (remove_files) COMPLETE
88202024-12-12T04:01:57.704Z[ host-image] Dec 12 04:01:57.248 INFO O| Dec 12 04:01:57.248 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-12-12T04:01:57.711Z[ host-image] Dec 12 04:01:57.258 INFO O| Dec 12 04:01:57.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88222024-12-12T04:01:57.711Z[ host-image] Dec 12 04:01:57.258 INFO O| Dec 12 04:01:57.258 INFO STEP 27 (remove_files) COMPLETE
88232024-12-12T04:01:57.711Z[ host-image] Dec 12 04:01:57.258 INFO O| Dec 12 04:01:57.258 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-12T04:01:57.721Z[ host-image] Dec 12 04:01:57.268 INFO O| Dec 12 04:01:57.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88252024-12-12T04:01:57.721Z[ host-image] Dec 12 04:01:57.268 INFO O| Dec 12 04:01:57.268 INFO STEP 28 (remove_files) COMPLETE
88262024-12-12T04:01:57.723Z[ host-image] Dec 12 04:01:57.268 INFO O| Dec 12 04:01:57.268 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-12T04:01:57.731Z[ host-image] Dec 12 04:01:57.278 INFO O| Dec 12 04:01:57.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88282024-12-12T04:01:57.731Z[ host-image] Dec 12 04:01:57.278 INFO O| Dec 12 04:01:57.278 INFO STEP 29 (remove_files) COMPLETE
88292024-12-12T04:01:57.733Z[ host-image] Dec 12 04:01:57.278 INFO O| Dec 12 04:01:57.278 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-12T04:01:57.741Z[ host-image] Dec 12 04:01:57.288 INFO O| Dec 12 04:01:57.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88312024-12-12T04:01:57.741Z[ host-image] Dec 12 04:01:57.288 INFO O| Dec 12 04:01:57.288 INFO STEP 30 (remove_files) COMPLETE
88322024-12-12T04:01:57.741Z[ host-image] Dec 12 04:01:57.288 INFO O| Dec 12 04:01:57.288 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-12T04:01:57.751Z[ host-image] Dec 12 04:01:57.298 INFO O| Dec 12 04:01:57.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88342024-12-12T04:01:57.751Z[ host-image] Dec 12 04:01:57.298 INFO O| Dec 12 04:01:57.298 INFO STEP 31 (remove_files) COMPLETE
88352024-12-12T04:01:57.753Z[ host-image] Dec 12 04:01:57.298 INFO O| Dec 12 04:01:57.298 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-12T04:01:57.761Z[ host-image] Dec 12 04:01:57.308 INFO O| Dec 12 04:01:57.308 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88372024-12-12T04:01:57.761Z[ host-image] Dec 12 04:01:57.308 INFO O| Dec 12 04:01:57.308 INFO STEP 32 (remove_files) COMPLETE
88382024-12-12T04:01:57.761Z[ host-image] Dec 12 04:01:57.308 INFO O| Dec 12 04:01:57.308 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-12T04:01:57.771Z[ host-image] Dec 12 04:01:57.318 INFO O| Dec 12 04:01:57.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88402024-12-12T04:01:57.771Z[ host-image] Dec 12 04:01:57.318 INFO O| Dec 12 04:01:57.318 INFO STEP 33 (remove_files) COMPLETE
88412024-12-12T04:01:57.771Z[ host-image] Dec 12 04:01:57.318 INFO O| Dec 12 04:01:57.318 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-12T04:01:57.781Z[ host-image] Dec 12 04:01:57.328 INFO O| Dec 12 04:01:57.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88432024-12-12T04:01:57.781Z[ host-image] Dec 12 04:01:57.328 INFO O| Dec 12 04:01:57.328 INFO STEP 34 (remove_files) COMPLETE
88442024-12-12T04:01:57.783Z[ host-image] Dec 12 04:01:57.328 INFO O| Dec 12 04:01:57.328 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-12T04:01:57.791Z[ host-image] Dec 12 04:01:57.338 INFO O| Dec 12 04:01:57.338 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88462024-12-12T04:01:57.791Z[ host-image] Dec 12 04:01:57.338 INFO O| Dec 12 04:01:57.338 INFO STEP 35 (remove_files) COMPLETE
88472024-12-12T04:01:57.794Z[ host-image] Dec 12 04:01:57.338 INFO O| Dec 12 04:01:57.338 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-12T04:01:57.801Z[ host-image] Dec 12 04:01:57.348 INFO O| Dec 12 04:01:57.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88492024-12-12T04:01:57.801Z[ host-image] Dec 12 04:01:57.349 INFO O| Dec 12 04:01:57.348 INFO STEP 36 (remove_files) COMPLETE
88502024-12-12T04:01:57.804Z[ host-image] Dec 12 04:01:57.349 INFO O| Dec 12 04:01:57.349 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-12T04:01:57.811Z[ host-image] Dec 12 04:01:57.358 INFO O| Dec 12 04:01:57.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88522024-12-12T04:01:57.811Z[ host-image] Dec 12 04:01:57.359 INFO O| Dec 12 04:01:57.358 INFO STEP 37 (remove_files) COMPLETE
88532024-12-12T04:01:57.811Z[ host-image] Dec 12 04:01:57.359 INFO O| Dec 12 04:01:57.358 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-12T04:01:57.822Z[ host-image] Dec 12 04:01:57.368 INFO O| Dec 12 04:01:57.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88552024-12-12T04:01:57.824Z[ host-image] Dec 12 04:01:57.369 INFO O| Dec 12 04:01:57.369 INFO STEP 38 (remove_files) COMPLETE
88562024-12-12T04:01:57.824Z[ host-image] Dec 12 04:01:57.369 INFO O| Dec 12 04:01:57.369 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-12T04:01:57.831Z[ host-image] Dec 12 04:01:57.378 INFO O| Dec 12 04:01:57.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88582024-12-12T04:01:57.831Z[ host-image] Dec 12 04:01:57.379 INFO O| Dec 12 04:01:57.379 INFO STEP 39 (remove_files) COMPLETE
88592024-12-12T04:01:57.832Z[ host-image] Dec 12 04:01:57.379 INFO O| Dec 12 04:01:57.379 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-12T04:01:57.842Z[ host-image] Dec 12 04:01:57.389 INFO O| Dec 12 04:01:57.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88612024-12-12T04:01:57.842Z[ host-image] Dec 12 04:01:57.389 INFO O| Dec 12 04:01:57.389 INFO STEP 40 (remove_files) COMPLETE
88622024-12-12T04:01:57.842Z[ host-image] Dec 12 04:01:57.389 INFO O| Dec 12 04:01:57.389 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-12T04:01:57.852Z[ host-image] Dec 12 04:01:57.399 INFO O| Dec 12 04:01:57.399 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88642024-12-12T04:01:57.852Z[ host-image] Dec 12 04:01:57.399 INFO O| Dec 12 04:01:57.399 INFO STEP 41 (remove_files) COMPLETE
88652024-12-12T04:01:57.852Z[ host-image] Dec 12 04:01:57.399 INFO O| Dec 12 04:01:57.399 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-12T04:01:57.863Z[ host-image] Dec 12 04:01:57.409 INFO O| Dec 12 04:01:57.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88672024-12-12T04:01:57.863Z[ host-image] Dec 12 04:01:57.409 INFO O| Dec 12 04:01:57.409 INFO STEP 42 (remove_files) COMPLETE
88682024-12-12T04:01:57.866Z[ host-image] Dec 12 04:01:57.409 INFO O| Dec 12 04:01:57.409 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-12T04:01:57.872Z[ host-image] Dec 12 04:01:57.419 INFO O| Dec 12 04:01:57.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88702024-12-12T04:01:57.872Z[ host-image] Dec 12 04:01:57.419 INFO O| Dec 12 04:01:57.419 INFO STEP 43 (remove_files) COMPLETE
88712024-12-12T04:01:57.877Z[ host-image] Dec 12 04:01:57.419 INFO O| Dec 12 04:01:57.419 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-12T04:01:57.882Z[ host-image] Dec 12 04:01:57.429 INFO O| Dec 12 04:01:57.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88732024-12-12T04:01:57.882Z[ host-image] Dec 12 04:01:57.429 INFO O| Dec 12 04:01:57.429 INFO STEP 44 (remove_files) COMPLETE
88742024-12-12T04:01:57.884Z[ host-image] Dec 12 04:01:57.429 INFO O| Dec 12 04:01:57.429 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-12T04:01:57.891Z[ host-image] Dec 12 04:01:57.439 INFO O| Dec 12 04:01:57.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88762024-12-12T04:01:57.892Z[ host-image] Dec 12 04:01:57.439 INFO O| Dec 12 04:01:57.439 INFO STEP 45 (remove_files) COMPLETE
88772024-12-12T04:01:57.894Z[ host-image] Dec 12 04:01:57.439 INFO O| Dec 12 04:01:57.439 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-12T04:01:57.902Z[ host-image] Dec 12 04:01:57.449 INFO O| Dec 12 04:01:57.449 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88792024-12-12T04:01:57.902Z[ host-image] Dec 12 04:01:57.449 INFO O| Dec 12 04:01:57.449 INFO STEP 46 (remove_files) COMPLETE
88802024-12-12T04:01:57.902Z[ host-image] Dec 12 04:01:57.449 INFO O| Dec 12 04:01:57.449 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-12T04:01:57.912Z[ host-image] Dec 12 04:01:57.459 INFO O| Dec 12 04:01:57.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88822024-12-12T04:01:57.912Z[ host-image] Dec 12 04:01:57.459 INFO O| Dec 12 04:01:57.459 INFO STEP 47 (remove_files) COMPLETE
88832024-12-12T04:01:57.915Z[ host-image] Dec 12 04:01:57.459 INFO O| Dec 12 04:01:57.459 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-12T04:01:57.922Z[ host-image] Dec 12 04:01:57.469 INFO O| Dec 12 04:01:57.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88852024-12-12T04:01:57.922Z[ host-image] Dec 12 04:01:57.469 INFO O| Dec 12 04:01:57.469 INFO STEP 48 (remove_files) COMPLETE
88862024-12-12T04:01:57.922Z[ host-image] Dec 12 04:01:57.469 INFO O| Dec 12 04:01:57.469 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-12T04:01:57.932Z[ host-image] Dec 12 04:01:57.479 INFO O| Dec 12 04:01:57.479 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88882024-12-12T04:01:57.932Z[ host-image] Dec 12 04:01:57.479 INFO O| Dec 12 04:01:57.479 INFO STEP 49 (remove_files) COMPLETE
88892024-12-12T04:01:57.937Z[ host-image] Dec 12 04:01:57.479 INFO O| Dec 12 04:01:57.479 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-12T04:01:57.942Z[ host-image] Dec 12 04:01:57.489 INFO O| Dec 12 04:01:57.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88912024-12-12T04:01:57.942Z[ host-image] Dec 12 04:01:57.489 INFO O| Dec 12 04:01:57.489 INFO STEP 50 (remove_files) COMPLETE
88922024-12-12T04:01:57.944Z[ host-image] Dec 12 04:01:57.489 INFO O| Dec 12 04:01:57.489 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-12T04:01:57.952Z[ host-image] Dec 12 04:01:57.499 INFO O| Dec 12 04:01:57.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88942024-12-12T04:01:57.952Z[ host-image] Dec 12 04:01:57.499 INFO O| Dec 12 04:01:57.499 INFO STEP 51 (remove_files) COMPLETE
88952024-12-12T04:01:57.952Z[ host-image] Dec 12 04:01:57.499 INFO O| Dec 12 04:01:57.499 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-12T04:01:57.963Z[ host-image] Dec 12 04:01:57.510 INFO O| Dec 12 04:01:57.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88972024-12-12T04:01:57.963Z[ host-image] Dec 12 04:01:57.510 INFO O| Dec 12 04:01:57.510 INFO STEP 52 (remove_files) COMPLETE
88982024-12-12T04:01:57.963Z[ host-image] Dec 12 04:01:57.510 INFO O| Dec 12 04:01:57.510 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-12T04:01:57.973Z[ host-image] Dec 12 04:01:57.520 INFO O| Dec 12 04:01:57.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89002024-12-12T04:01:57.976Z[ host-image] Dec 12 04:01:57.521 INFO O| Dec 12 04:01:57.521 INFO STEP 53 (remove_files) COMPLETE
89012024-12-12T04:01:57.976Z[ host-image] Dec 12 04:01:57.521 INFO O| Dec 12 04:01:57.521 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-12T04:01:57.983Z[ host-image] Dec 12 04:01:57.531 INFO O| Dec 12 04:01:57.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89032024-12-12T04:01:57.984Z[ host-image] Dec 12 04:01:57.531 INFO O| Dec 12 04:01:57.531 INFO STEP 54 (remove_files) COMPLETE
89042024-12-12T04:01:57.986Z[ host-image] Dec 12 04:01:57.531 INFO O| Dec 12 04:01:57.531 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-12T04:01:57.993Z[ host-image] Dec 12 04:01:57.540 INFO O| Dec 12 04:01:57.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89062024-12-12T04:01:57.993Z[ host-image] Dec 12 04:01:57.541 INFO O| Dec 12 04:01:57.541 INFO STEP 55 (remove_files) COMPLETE
89072024-12-12T04:01:57.993Z[ host-image] Dec 12 04:01:57.541 INFO O| Dec 12 04:01:57.541 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-12T04:01:58.003Z[ host-image] Dec 12 04:01:57.550 INFO O| Dec 12 04:01:57.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89092024-12-12T04:01:58.003Z[ host-image] Dec 12 04:01:57.550 INFO O| Dec 12 04:01:57.550 INFO STEP 56 (remove_files) COMPLETE
89102024-12-12T04:01:58.003Z[ host-image] Dec 12 04:01:57.550 INFO O| Dec 12 04:01:57.550 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-12T04:01:58.013Z[ host-image] Dec 12 04:01:57.560 INFO O| Dec 12 04:01:57.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89122024-12-12T04:01:58.013Z[ host-image] Dec 12 04:01:57.560 INFO O| Dec 12 04:01:57.560 INFO STEP 57 (remove_files) COMPLETE
89132024-12-12T04:01:58.016Z[ host-image] Dec 12 04:01:57.560 INFO O| Dec 12 04:01:57.560 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-12T04:01:58.023Z[ host-image] Dec 12 04:01:57.570 INFO O| Dec 12 04:01:57.570 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89152024-12-12T04:01:58.025Z[ host-image] Dec 12 04:01:57.570 INFO O| Dec 12 04:01:57.570 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89162024-12-12T04:01:58.026Z[ host-image] Dec 12 04:01:57.570 INFO O| Dec 12 04:01:57.570 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89172024-12-12T04:01:58.026Z[ host-image] Dec 12 04:01:57.571 INFO O| Dec 12 04:01:57.570 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89182024-12-12T04:01:58.026Z[ host-image] Dec 12 04:01:57.571 INFO O| Dec 12 04:01:57.570 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89192024-12-12T04:01:58.026Z[ host-image] Dec 12 04:01:57.571 INFO O| Dec 12 04:01:57.571 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89202024-12-12T04:01:58.026Z[ host-image] Dec 12 04:01:57.571 INFO O| Dec 12 04:01:57.571 INFO ok!
89212024-12-12T04:01:58.026Z[ host-image] Dec 12 04:01:57.571 INFO O| Dec 12 04:01:57.571 INFO STEP 58 (ensure_file) COMPLETE
89222024-12-12T04:01:58.026Z[ host-image] Dec 12 04:01:57.571 INFO O| Dec 12 04:01:57.571 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-12T04:01:58.034Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89242024-12-12T04:01:58.034Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89252024-12-12T04:01:58.036Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89262024-12-12T04:01:58.036Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89272024-12-12T04:01:58.036Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89282024-12-12T04:01:58.036Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89292024-12-12T04:01:58.037Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 INFO ok!
89302024-12-12T04:01:58.037Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 INFO STEP 59 (ensure_file) COMPLETE
89312024-12-12T04:01:58.037Z[ host-image] Dec 12 04:01:57.581 INFO O| Dec 12 04:01:57.581 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-12T04:01:58.044Z[ host-image] Dec 12 04:01:57.591 INFO O| Dec 12 04:01:57.591 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89332024-12-12T04:01:58.044Z[ host-image] Dec 12 04:01:57.591 INFO O| Dec 12 04:01:57.591 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89342024-12-12T04:01:58.047Z[ host-image] Dec 12 04:01:57.591 INFO O| Dec 12 04:01:57.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89352024-12-12T04:01:58.047Z[ host-image] Dec 12 04:01:57.591 INFO O| Dec 12 04:01:57.591 INFO ok!
89362024-12-12T04:01:58.047Z[ host-image] Dec 12 04:01:57.591 INFO O| Dec 12 04:01:57.591 INFO STEP 60 (ensure_file) COMPLETE
89372024-12-12T04:01:58.047Z[ host-image] Dec 12 04:01:57.591 INFO O| Dec 12 04:01:57.591 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-12T04:01:58.055Z[ host-image] Dec 12 04:01:57.602 INFO O| Dec 12 04:01:57.602 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89392024-12-12T04:01:58.055Z[ host-image] Dec 12 04:01:57.602 INFO O| Dec 12 04:01:57.602 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89402024-12-12T04:01:58.057Z[ host-image] Dec 12 04:01:57.602 INFO O| Dec 12 04:01:57.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89412024-12-12T04:01:58.057Z[ host-image] Dec 12 04:01:57.602 INFO O| Dec 12 04:01:57.602 INFO ok!
89422024-12-12T04:01:58.057Z[ host-image] Dec 12 04:01:57.602 INFO O| Dec 12 04:01:57.602 INFO STEP 61 (ensure_file) COMPLETE
89432024-12-12T04:01:58.057Z[ host-image] Dec 12 04:01:57.602 INFO O| Dec 12 04:01:57.602 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-12T04:01:58.065Z[ host-image] Dec 12 04:01:57.612 INFO O| Dec 12 04:01:57.612 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89452024-12-12T04:01:58.068Z[ host-image] Dec 12 04:01:57.612 INFO O| Dec 12 04:01:57.612 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89462024-12-12T04:01:58.068Z[ host-image] Dec 12 04:01:57.612 INFO O| Dec 12 04:01:57.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89472024-12-12T04:01:58.068Z[ host-image] Dec 12 04:01:57.612 INFO O| Dec 12 04:01:57.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89482024-12-12T04:01:58.068Z[ host-image] Dec 12 04:01:57.612 INFO O| Dec 12 04:01:57.612 INFO ok!
89492024-12-12T04:01:58.068Z[ host-image] Dec 12 04:01:57.612 INFO O| Dec 12 04:01:57.612 INFO STEP 62 (ensure_file) COMPLETE
89502024-12-12T04:01:58.068Z[ host-image] Dec 12 04:01:57.612 INFO O| Dec 12 04:01:57.612 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-12T04:01:58.076Z[ host-image] Dec 12 04:01:57.623 INFO O| Dec 12 04:01:57.623 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89522024-12-12T04:01:58.076Z[ host-image] Dec 12 04:01:57.623 INFO O| Dec 12 04:01:57.623 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89532024-12-12T04:01:58.078Z[ host-image] Dec 12 04:01:57.623 INFO O| Dec 12 04:01:57.623 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89542024-12-12T04:01:58.079Z[ host-image] Dec 12 04:01:57.623 INFO O| Dec 12 04:01:57.623 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89552024-12-12T04:01:58.079Z[ host-image] Dec 12 04:01:57.623 INFO O| Dec 12 04:01:57.623 INFO ok!
89562024-12-12T04:01:58.079Z[ host-image] Dec 12 04:01:57.623 INFO O| Dec 12 04:01:57.623 INFO STEP 63 (ensure_file) COMPLETE
89572024-12-12T04:01:58.079Z[ host-image] Dec 12 04:01:57.623 INFO O| Dec 12 04:01:57.623 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582024-12-12T04:01:58.086Z[ host-image] Dec 12 04:01:57.633 INFO O| Dec 12 04:01:57.633 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89592024-12-12T04:01:58.086Z[ host-image] Dec 12 04:01:57.633 INFO O| Dec 12 04:01:57.633 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89602024-12-12T04:01:58.086Z[ host-image] Dec 12 04:01:57.633 INFO O| Dec 12 04:01:57.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89612024-12-12T04:01:58.089Z[ host-image] Dec 12 04:01:57.633 INFO O| Dec 12 04:01:57.633 INFO ok!
89622024-12-12T04:01:58.089Z[ host-image] Dec 12 04:01:57.633 INFO O| Dec 12 04:01:57.633 INFO STEP 64 (assemble_files) COMPLETE
89632024-12-12T04:01:58.089Z[ host-image] Dec 12 04:01:57.634 INFO O| Dec 12 04:01:57.633 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89642024-12-12T04:01:58.097Z[ host-image] Dec 12 04:01:57.644 INFO O| Dec 12 04:01:57.644 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89652024-12-12T04:01:58.097Z[ host-image] Dec 12 04:01:57.644 INFO O| Dec 12 04:01:57.644 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89662024-12-12T04:01:58.097Z[ host-image] Dec 12 04:01:57.644 INFO O| Dec 12 04:01:57.644 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89672024-12-12T04:01:58.097Z[ host-image] Dec 12 04:01:57.644 INFO O| Dec 12 04:01:57.644 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89682024-12-12T04:01:58.099Z[ host-image] Dec 12 04:01:57.644 INFO O| Dec 12 04:01:57.644 INFO ok!
89692024-12-12T04:01:58.099Z[ host-image] Dec 12 04:01:57.644 INFO O| Dec 12 04:01:57.644 INFO STEP 65 (ensure_file) COMPLETE
89702024-12-12T04:01:58.099Z[ host-image] Dec 12 04:01:57.644 INFO O| Dec 12 04:01:57.644 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-12T04:01:58.107Z[ host-image] Dec 12 04:01:57.654 INFO O| Dec 12 04:01:57.654 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89722024-12-12T04:01:58.109Z[ host-image] Dec 12 04:01:57.654 INFO O| Dec 12 04:01:57.654 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89732024-12-12T04:01:58.109Z[ host-image] Dec 12 04:01:57.654 INFO O| Dec 12 04:01:57.654 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89742024-12-12T04:01:58.109Z[ host-image] Dec 12 04:01:57.654 INFO O| Dec 12 04:01:57.654 INFO STEP 66 (ensure_dir) COMPLETE
89752024-12-12T04:01:58.110Z[ host-image] Dec 12 04:01:57.654 INFO O| Dec 12 04:01:57.654 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762024-12-12T04:01:58.117Z[ host-image] Dec 12 04:01:57.665 INFO O| Dec 12 04:01:57.664 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89772024-12-12T04:01:58.117Z[ host-image] Dec 12 04:01:57.665 INFO O| Dec 12 04:01:57.664 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 ...
89782024-12-12T04:01:58.124Z[ host-image] Dec 12 04:01:57.672 INFO O| Dec 12 04:01:57.672 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
89792024-12-12T04:01:58.124Z[ host-image] Dec 12 04:01:57.672 INFO O| Dec 12 04:01:57.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89802024-12-12T04:01:58.124Z[ host-image] Dec 12 04:01:57.672 INFO O| Dec 12 04:01:57.672 INFO ok!
89812024-12-12T04:01:58.124Z[ host-image] Dec 12 04:01:57.672 INFO O| Dec 12 04:01:57.672 INFO STEP 67 (ensure_file) COMPLETE
89822024-12-12T04:01:58.127Z[ host-image] Dec 12 04:01:57.672 INFO O| Dec 12 04:01:57.672 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-12T04:01:58.135Z[ host-image] Dec 12 04:01:57.683 INFO O| Dec 12 04:01:57.682 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89842024-12-12T04:01:58.135Z[ host-image] Dec 12 04:01:57.683 INFO O| Dec 12 04:01:57.682 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 ...
89852024-12-12T04:01:58.138Z[ host-image] Dec 12 04:01:57.683 INFO O| Dec 12 04:01:57.683 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
89862024-12-12T04:01:58.138Z[ host-image] Dec 12 04:01:57.683 INFO O| Dec 12 04:01:57.683 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89872024-12-12T04:01:58.138Z[ host-image] Dec 12 04:01:57.683 INFO O| Dec 12 04:01:57.683 INFO ok!
89882024-12-12T04:01:58.138Z[ host-image] Dec 12 04:01:57.683 INFO O| Dec 12 04:01:57.683 INFO STEP 68 (ensure_file) COMPLETE
89892024-12-12T04:01:58.139Z[ host-image] Dec 12 04:01:57.683 INFO O| Dec 12 04:01:57.683 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-12T04:01:58.151Z[ host-image] Dec 12 04:01:57.698 INFO O| Dec 12 04:01:57.698 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89912024-12-12T04:01:58.151Z[ host-image] Dec 12 04:01:57.698 INFO O| Dec 12 04:01:57.698 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89922024-12-12T04:02:00.161Z[ host-image] Dec 12 04:01:59.703 INFO O| Dec 12 04:01:59.703 INFO STEP 69 (pack_tar) COMPLETE
89932024-12-12T04:02:00.163Z[ host-image] Dec 12 04:01:59.703 INFO O| Dec 12 04:01:59.703 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89942024-12-12T04:02:00.166Z[ host-image] Dec 12 04:01:59.704 INFO O| Dec 12 04:01:59.703 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89952024-12-12T04:02:00.924Z[ host-image] Dec 12 04:02:00.470 INFO O| Dec 12 04:02:00.470 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89962024-12-12T04:02:01.008Z[ host-image] Dec 12 04:02:00.555 INFO O| Dec 12 04:02:00.555 INFO completed processing gimlet/ramdisk-02-trim
89972024-12-12T04:02:01.011Z[ host-image] Dec 12 04:02:00.557 INFO image builder template: zfs...
89982024-12-12T04:02:01.011Z[ host-image] Dec 12 04:02:00.557 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/.tmpE8K8vy/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.34.301", "-n", "zfs"], pwd: None
89992024-12-12T04:02:01.024Z[ host-image] Dec 12 04:02:00.571 INFO O| Dec 12 04:02:00.571 INFO skip include "stress" because feature "stress" is not enabled
90002024-12-12T04:02:01.058Z[ host-image] Dec 12 04:02:00.605 INFO O| Dec 12 04:02:00.604 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90012024-12-12T04:02:01.062Z[ host-image] Dec 12 04:02:00.609 INFO O| Dec 12 04:02:00.609 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90022024-12-12T04:02:01.198Z[ host-image] Dec 12 04:02:00.745 INFO O| Dec 12 04:02:00.745 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90032024-12-12T04:02:01.272Z[ host-image] Dec 12 04:02:00.819 INFO O| Dec 12 04:02:00.819 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90042024-12-12T04:02:01.272Z[ host-image] Dec 12 04:02:00.819 INFO O| Dec 12 04:02:00.819 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90052024-12-12T04:02:01.276Z[ host-image] Dec 12 04:02:00.823 INFO O| Dec 12 04:02:00.823 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90062024-12-12T04:02:01.353Z[ host-image] Dec 12 04:02:00.900 INFO O| Dec 12 04:02:00.900 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90072024-12-12T04:02:01.475Z[ host-image] Dec 12 04:02:01.022 INFO O| Dec 12 04:02:01.021 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90082024-12-12T04:02:01.485Z[ host-image] Dec 12 04:02:01.032 INFO O| Dec 12 04:02:01.032 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90092024-12-12T04:02:01.490Z[ host-image] Dec 12 04:02:01.037 INFO O| Dec 12 04:02:01.037 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90102024-12-12T04:02:01.492Z[ host-image] Dec 12 04:02:01.037 INFO O| Dec 12 04:02:01.037 INFO no lofi found
90112024-12-12T04:02:01.492Z[ host-image] Dec 12 04:02:01.037 INFO O| Dec 12 04:02:01.037 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90122024-12-12T04:02:01.492Z[ host-image] Dec 12 04:02:01.037 INFO O| Dec 12 04:02:01.037 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90132024-12-12T04:02:02.618Z[ recovery-image] Dec 12 04:02:02.164 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
90142024-12-12T04:02:03.465Z[ host-image] Dec 12 04:02:03.011 INFO O| Dec 12 04:02:03.011 INFO lofi device = /dev/dsk/c2t1d0p0
90152024-12-12T04:02:03.465Z[ host-image] Dec 12 04:02:03.011 INFO O| Dec 12 04:02:03.011 INFO pool device = /dev/dsk/c2t1d0p0
90162024-12-12T04:02:03.467Z[ host-image] Dec 12 04:02:03.011 INFO O| Dec 12 04:02:03.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
90172024-12-12T04:02:03.649Z[ host-image] Dec 12 04:02:03.196 INFO O| Dec 12 04:02:03.196 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90182024-12-12T04:02:03.649Z[ host-image] Dec 12 04:02:03.196 INFO O| Dec 12 04:02:03.196 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90192024-12-12T04:02:03.684Z[ host-image] Dec 12 04:02:03.230 INFO O| Dec 12 04:02:03.230 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90202024-12-12T04:02:03.777Z[ host-image] Dec 12 04:02:03.324 INFO O| Dec 12 04:02:03.324 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90212024-12-12T04:02:03.823Z[ host-image] Dec 12 04:02:03.369 INFO O| Dec 12 04:02:03.369 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90222024-12-12T04:02:03.841Z[ host-image] Dec 12 04:02:03.387 INFO O| Dec 12 04:02:03.387 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90232024-12-12T04:02:03.853Z[ host-image] Dec 12 04:02:03.400 INFO O| Dec 12 04:02:03.400 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90242024-12-12T04:02:03.904Z[ host-image] Dec 12 04:02:03.450 INFO O| Dec 12 04:02:03.450 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90252024-12-12T04:02:03.906Z[ host-image] Dec 12 04:02:03.450 INFO O| Dec 12 04:02:03.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90262024-12-12T04:02:03.906Z[ host-image] Dec 12 04:02:03.450 INFO O| Dec 12 04:02:03.450 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90272024-12-12T04:02:03.917Z[ host-image] Dec 12 04:02:03.463 INFO O| Dec 12 04:02:03.463 INFO boot environment UUID: a8fd6dc7-9fa1-4a7a-9639-deaf606931c8
90282024-12-12T04:02:03.917Z[ host-image] Dec 12 04:02:03.464 INFO O| Dec 12 04:02:03.463 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a8fd6dc7-9fa1-4a7a-9639-deaf606931c8
90292024-12-12T04:02:03.929Z[ host-image] Dec 12 04:02:03.476 INFO O| Dec 12 04:02:03.476 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90302024-12-12T04:02:03.941Z[ host-image] Dec 12 04:02:03.488 INFO O| Dec 12 04:02:03.488 INFO STEP 0 (create_be) COMPLETE
90312024-12-12T04:02:03.941Z[ host-image] Dec 12 04:02:03.488 INFO O| Dec 12 04:02:03.488 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90322024-12-12T04:02:03.964Z[ host-image] Dec 12 04:02:03.511 INFO O| Dec 12 04:02:03.511 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90332024-12-12T04:02:04.484Z[ recovery-image] Dec 12 04:02:04.031 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
90342024-12-12T04:02:09.260Z[ recovery-image] Dec 12 04:02:08.806 INFO E| Compiling bitflags v1.3.2
90352024-12-12T04:02:09.263Z[ recovery-image] Dec 12 04:02:08.806 INFO E| Compiling bit_field v0.10.2
90362024-12-12T04:02:09.263Z[ recovery-image] Dec 12 04:02:08.806 INFO E| Compiling plain v0.2.3
90372024-12-12T04:02:09.263Z[ recovery-image] Dec 12 04:02:08.806 INFO E| Compiling scroll v0.12.0
90382024-12-12T04:02:09.263Z[ recovery-image] Dec 12 04:02:08.806 INFO E| Compiling adler2 v2.0.0
90392024-12-12T04:02:09.263Z[ recovery-image] Dec 12 04:02:08.806 INFO E| Compiling log v0.4.22
90402024-12-12T04:02:09.263Z[ recovery-image] Dec 12 04:02:08.806 INFO E| Compiling bitstruct v0.1.1
90412024-12-12T04:02:09.370Z[ recovery-image] Dec 12 04:02:08.917 INFO E| Compiling raw-cpuid v10.7.0
90422024-12-12T04:02:09.404Z[ recovery-image] Dec 12 04:02:08.950 INFO E| Compiling cpio_reader v0.1.1
90432024-12-12T04:02:09.693Z[ recovery-image] Dec 12 04:02:09.239 INFO E| Compiling miniz_oxide v0.8.0
90442024-12-12T04:02:09.748Z[ recovery-image] Dec 12 04:02:09.293 INFO E| Compiling static_assertions v1.1.0
90452024-12-12T04:02:10.096Z[ recovery-image] Dec 12 04:02:09.642 INFO E| Compiling goblin v0.8.2
90462024-12-12T04:02:18.767Z[ recovery-image] Dec 12 04:02:18.312 INFO E| Finished `release` profile [optimized] target(s) in 35.37s
90472024-12-12T04:02:18.796Z[ recovery-image] Dec 12 04:02:18.340 INFO building host image...
90482024-12-12T04:02:18.796Z[ recovery-image] Dec 12 04:02:18.341 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")
90492024-12-12T04:02:19.518Z[ recovery-image] Dec 12 04:02:19.063 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90502024-12-12T04:02:21.402Z[ recovery-image] Dec 12 04:02:20.947 INFO image complete! materials are in "/work/os-recovery"
90512024-12-12T04:02:21.405Z[ recovery-image]
90522024-12-12T04:02:21.405Z[ recovery-image] real 8:19.949529612
90532024-12-12T04:02:21.405Z[ recovery-image] user 5:46.545416104
90542024-12-12T04:02:21.407Z[ recovery-image] sys 50.861885931
90552024-12-12T04:02:21.407Z[ recovery-image] trap 0.262211554
90562024-12-12T04:02:21.407Z[ recovery-image] tflt 0.199992795
90572024-12-12T04:02:21.407Z[ recovery-image] dflt 1.103910921
90582024-12-12T04:02:21.407Z[ recovery-image] kflt 0.000055985
90592024-12-12T04:02:21.407Z[ recovery-image] lock 17:23.565300477
90602024-12-12T04:02:21.407Z[ recovery-image] slp 50:48.783625218
90612024-12-12T04:02:21.407Z[ recovery-image] lat 1:50.395574544
90622024-12-12T04:02:21.407Z[ recovery-image] stop 3.997491944
90632024-12-12T04:02:21.408ZDec 12 04:02:20.951 INFO [recovery-image] process exited with exit status: 0 (500.01592802s)
90642024-12-12T04:02:23.970Z[ host-image] Dec 12 04:02:23.516 INFO O| Dec 12 04:02:23.516 INFO STEP 1 (unpack_tar) COMPLETE
90652024-12-12T04:02:23.970Z[ host-image] Dec 12 04:02:23.516 INFO O| Dec 12 04:02:23.516 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90662024-12-12T04:02:23.982Z[ host-image] Dec 12 04:02:23.527 INFO O| Dec 12 04:02:23.527 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90672024-12-12T04:02:24.334Z[ host-image] Dec 12 04:02:23.880 INFO O| Dec 12 04:02:23.879 INFO STEP 2 (devfsadm) COMPLETE
90682024-12-12T04:02:24.334Z[ host-image] Dec 12 04:02:23.880 INFO O| Dec 12 04:02:23.880 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90692024-12-12T04:02:24.345Z[ host-image] Dec 12 04:02:23.891 INFO O| Dec 12 04:02:23.891 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90702024-12-12T04:02:24.345Z[ host-image] Dec 12 04:02:23.891 INFO O| Dec 12 04:02:23.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90712024-12-12T04:02:24.345Z[ host-image] Dec 12 04:02:23.891 INFO O| Dec 12 04:02:23.891 INFO STEP 3 (ensure_dir) COMPLETE
90722024-12-12T04:02:24.348Z[ host-image] Dec 12 04:02:23.891 INFO O| Dec 12 04:02:23.891 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90732024-12-12T04:02:24.355Z[ host-image] Dec 12 04:02:23.901 INFO O| Dec 12 04:02:23.901 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90742024-12-12T04:02:24.355Z[ host-image] Dec 12 04:02:23.901 INFO O| Dec 12 04:02:23.901 INFO STEP 4 (ensure_dir) COMPLETE
90752024-12-12T04:02:24.357Z[ host-image] Dec 12 04:02:23.901 INFO O| Dec 12 04:02:23.901 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762024-12-12T04:02:24.364Z[ host-image] Dec 12 04:02:23.910 INFO O| Dec 12 04:02:23.910 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90772024-12-12T04:02:24.364Z[ host-image] Dec 12 04:02:23.910 INFO O| Dec 12 04:02:23.910 INFO STEP 5 (ensure_dir) COMPLETE
90782024-12-12T04:02:24.367Z[ host-image] Dec 12 04:02:23.910 INFO O| Dec 12 04:02:23.910 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90792024-12-12T04:02:24.374Z[ host-image] Dec 12 04:02:23.919 INFO O| Dec 12 04:02:23.919 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90802024-12-12T04:02:24.374Z[ host-image] Dec 12 04:02:23.919 INFO O| Dec 12 04:02:23.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90812024-12-12T04:02:24.376Z[ host-image] Dec 12 04:02:23.920 INFO O| Dec 12 04:02:23.919 INFO STEP 6 (ensure_dir) COMPLETE
90822024-12-12T04:02:24.376Z[ host-image] Dec 12 04:02:23.920 INFO O| Dec 12 04:02:23.920 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90832024-12-12T04:02:24.383Z[ host-image] Dec 12 04:02:23.929 INFO O| Dec 12 04:02:23.929 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90842024-12-12T04:02:24.383Z[ host-image] Dec 12 04:02:23.929 INFO O| Dec 12 04:02:23.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90852024-12-12T04:02:24.383Z[ host-image] Dec 12 04:02:23.929 INFO O| Dec 12 04:02:23.929 INFO STEP 7 (ensure_dir) COMPLETE
90862024-12-12T04:02:24.386Z[ host-image] Dec 12 04:02:23.929 INFO O| Dec 12 04:02:23.929 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90872024-12-12T04:02:24.393Z[ host-image] Dec 12 04:02:23.938 INFO O| Dec 12 04:02:23.938 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90882024-12-12T04:02:24.395Z[ host-image] Dec 12 04:02:23.939 INFO O| Dec 12 04:02:23.938 INFO STEP 8 (remove_files) COMPLETE
90892024-12-12T04:02:24.395Z[ host-image] Dec 12 04:02:23.939 INFO O| Dec 12 04:02:23.939 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90902024-12-12T04:02:24.402Z[ host-image] Dec 12 04:02:23.948 INFO O| Dec 12 04:02:23.948 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90912024-12-12T04:02:24.405Z[ host-image] Dec 12 04:02:23.949 INFO O| Dec 12 04:02:23.949 INFO STEP 9 (remove_files) COMPLETE
90922024-12-12T04:02:24.405Z[ host-image] Dec 12 04:02:23.949 INFO O| Dec 12 04:02:23.949 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90932024-12-12T04:02:24.412Z[ host-image] Dec 12 04:02:23.958 INFO O| Dec 12 04:02:23.958 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90942024-12-12T04:02:24.415Z[ host-image] Dec 12 04:02:23.959 INFO O| Dec 12 04:02:23.959 INFO STEP 10 (remove_files) COMPLETE
90952024-12-12T04:02:24.415Z[ host-image] Dec 12 04:02:23.959 INFO O| Dec 12 04:02:23.959 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90962024-12-12T04:02:24.422Z[ host-image] Dec 12 04:02:23.968 INFO O| Dec 12 04:02:23.968 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90972024-12-12T04:02:24.425Z[ host-image] Dec 12 04:02:23.968 INFO O| Dec 12 04:02:23.968 INFO STEP 11 (remove_files) COMPLETE
90982024-12-12T04:02:24.425Z[ host-image] Dec 12 04:02:23.968 INFO O| Dec 12 04:02:23.968 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90992024-12-12T04:02:24.432Z[ host-image] Dec 12 04:02:23.978 INFO O| Dec 12 04:02:23.978 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91002024-12-12T04:02:24.432Z[ host-image] Dec 12 04:02:23.978 INFO O| Dec 12 04:02:23.978 INFO STEP 12 (remove_files) COMPLETE
91012024-12-12T04:02:24.435Z[ host-image] Dec 12 04:02:23.978 INFO O| Dec 12 04:02:23.978 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91022024-12-12T04:02:24.441Z[ host-image] Dec 12 04:02:23.987 INFO O| Dec 12 04:02:23.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91032024-12-12T04:02:24.441Z[ host-image] Dec 12 04:02:23.987 INFO O| Dec 12 04:02:23.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91042024-12-12T04:02:24.444Z[ host-image] Dec 12 04:02:23.987 INFO O| Dec 12 04:02:23.987 INFO STEP 13 (ensure_dir) COMPLETE
91052024-12-12T04:02:24.444Z[ host-image] Dec 12 04:02:23.987 INFO O| Dec 12 04:02:23.987 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91062024-12-12T04:02:24.451Z[ host-image] Dec 12 04:02:23.997 INFO O| Dec 12 04:02:23.997 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91072024-12-12T04:02:24.451Z[ host-image] Dec 12 04:02:23.997 INFO O| Dec 12 04:02:23.997 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91082024-12-12T04:02:24.454Z[ host-image] Dec 12 04:02:23.997 INFO O| Dec 12 04:02:23.997 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91092024-12-12T04:02:24.454Z[ host-image] Dec 12 04:02:23.997 INFO O| Dec 12 04:02:23.997 INFO STEP 14 (ensure_dir) COMPLETE
91102024-12-12T04:02:24.454Z[ host-image] Dec 12 04:02:23.997 INFO O| Dec 12 04:02:23.997 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91112024-12-12T04:02:24.462Z[ host-image] Dec 12 04:02:24.007 INFO O| Dec 12 04:02:24.007 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91122024-12-12T04:02:24.462Z[ host-image] Dec 12 04:02:24.007 INFO O| Dec 12 04:02:24.007 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91132024-12-12T04:02:24.464Z[ host-image] Dec 12 04:02:24.007 INFO O| Dec 12 04:02:24.007 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91142024-12-12T04:02:24.464Z[ host-image] Dec 12 04:02:24.007 INFO O| Dec 12 04:02:24.007 INFO STEP 15 (ensure_dir) COMPLETE
91152024-12-12T04:02:24.464Z[ host-image] Dec 12 04:02:24.007 INFO O| Dec 12 04:02:24.007 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-12T04:02:24.471Z[ host-image] Dec 12 04:02:24.017 INFO O| Dec 12 04:02:24.017 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91172024-12-12T04:02:24.474Z[ host-image] Dec 12 04:02:24.017 INFO O| Dec 12 04:02:24.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91182024-12-12T04:02:24.474Z[ host-image] Dec 12 04:02:24.017 INFO O| Dec 12 04:02:24.017 INFO STEP 16 (ensure_dir) COMPLETE
91192024-12-12T04:02:24.474Z[ host-image] Dec 12 04:02:24.017 INFO O| Dec 12 04:02:24.017 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91202024-12-12T04:02:24.481Z[ host-image] Dec 12 04:02:24.027 INFO O| Dec 12 04:02:24.027 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91212024-12-12T04:02:24.484Z[ host-image] Dec 12 04:02:24.027 INFO O| Dec 12 04:02:24.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91222024-12-12T04:02:24.484Z[ host-image] Dec 12 04:02:24.027 INFO O| Dec 12 04:02:24.027 INFO STEP 17 (ensure_dir) COMPLETE
91232024-12-12T04:02:24.484Z[ host-image] Dec 12 04:02:24.027 INFO O| Dec 12 04:02:24.027 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242024-12-12T04:02:24.491Z[ host-image] Dec 12 04:02:24.037 INFO O| Dec 12 04:02:24.037 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91252024-12-12T04:02:24.491Z[ host-image] Dec 12 04:02:24.037 INFO O| Dec 12 04:02:24.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91262024-12-12T04:02:24.494Z[ host-image] Dec 12 04:02:24.037 INFO O| Dec 12 04:02:24.037 INFO ok!
91272024-12-12T04:02:24.494Z[ host-image] Dec 12 04:02:24.037 INFO O| Dec 12 04:02:24.037 INFO STEP 18 (ensure_symlink) COMPLETE
91282024-12-12T04:02:24.494Z[ host-image] Dec 12 04:02:24.037 INFO O| Dec 12 04:02:24.037 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91292024-12-12T04:02:24.501Z[ host-image] Dec 12 04:02:24.047 INFO O| Dec 12 04:02:24.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91302024-12-12T04:02:24.501Z[ host-image] Dec 12 04:02:24.047 INFO O| Dec 12 04:02:24.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91312024-12-12T04:02:24.503Z[ host-image] Dec 12 04:02:24.047 INFO O| Dec 12 04:02:24.047 INFO ok!
91322024-12-12T04:02:24.503Z[ host-image] Dec 12 04:02:24.047 INFO O| Dec 12 04:02:24.047 INFO STEP 19 (ensure_file) COMPLETE
91332024-12-12T04:02:24.503Z[ host-image] Dec 12 04:02:24.047 INFO O| Dec 12 04:02:24.047 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91342024-12-12T04:02:24.510Z[ host-image] Dec 12 04:02:24.056 INFO O| Dec 12 04:02:24.056 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91352024-12-12T04:02:24.510Z[ host-image] Dec 12 04:02:24.056 INFO O| Dec 12 04:02:24.056 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91362024-12-12T04:02:24.513Z[ host-image] Dec 12 04:02:24.056 INFO O| Dec 12 04:02:24.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91372024-12-12T04:02:24.513Z[ host-image] Dec 12 04:02:24.056 INFO O| Dec 12 04:02:24.056 INFO ok!
91382024-12-12T04:02:24.513Z[ host-image] Dec 12 04:02:24.056 INFO O| Dec 12 04:02:24.056 INFO STEP 20 (ensure_symlink) COMPLETE
91392024-12-12T04:02:24.513Z[ host-image] Dec 12 04:02:24.056 INFO O| Dec 12 04:02:24.056 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91402024-12-12T04:02:24.520Z[ host-image] Dec 12 04:02:24.066 INFO O| Dec 12 04:02:24.066 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91412024-12-12T04:02:24.520Z[ host-image] Dec 12 04:02:24.066 INFO O| Dec 12 04:02:24.066 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91422024-12-12T04:02:24.523Z[ host-image] Dec 12 04:02:24.066 INFO O| Dec 12 04:02:24.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91432024-12-12T04:02:24.523Z[ host-image] Dec 12 04:02:24.066 INFO O| Dec 12 04:02:24.066 INFO ok!
91442024-12-12T04:02:24.523Z[ host-image] Dec 12 04:02:24.066 INFO O| Dec 12 04:02:24.066 INFO STEP 21 (ensure_symlink) COMPLETE
91452024-12-12T04:02:24.523Z[ host-image] Dec 12 04:02:24.066 INFO O| Dec 12 04:02:24.066 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91462024-12-12T04:02:24.530Z[ host-image] Dec 12 04:02:24.076 INFO O| Dec 12 04:02:24.075 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91472024-12-12T04:02:24.530Z[ host-image] Dec 12 04:02:24.076 INFO O| Dec 12 04:02:24.076 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91482024-12-12T04:02:24.533Z[ host-image] Dec 12 04:02:24.076 INFO O| Dec 12 04:02:24.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91492024-12-12T04:02:24.533Z[ host-image] Dec 12 04:02:24.076 INFO O| Dec 12 04:02:24.076 INFO ok!
91502024-12-12T04:02:24.533Z[ host-image] Dec 12 04:02:24.076 INFO O| Dec 12 04:02:24.076 INFO STEP 22 (ensure_symlink) COMPLETE
91512024-12-12T04:02:24.533Z[ host-image] Dec 12 04:02:24.076 INFO O| Dec 12 04:02:24.076 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91522024-12-12T04:02:24.539Z[ host-image] Dec 12 04:02:24.085 INFO O| Dec 12 04:02:24.085 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91532024-12-12T04:02:24.539Z[ host-image] Dec 12 04:02:24.085 INFO O| Dec 12 04:02:24.085 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91542024-12-12T04:02:24.541Z[ host-image] Dec 12 04:02:24.085 INFO O| Dec 12 04:02:24.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91552024-12-12T04:02:24.541Z[ host-image] Dec 12 04:02:24.085 INFO O| Dec 12 04:02:24.085 INFO ok!
91562024-12-12T04:02:24.542Z[ host-image] Dec 12 04:02:24.085 INFO O| Dec 12 04:02:24.085 INFO STEP 23 (ensure_symlink) COMPLETE
91572024-12-12T04:02:24.542Z[ host-image] Dec 12 04:02:24.085 INFO O| Dec 12 04:02:24.085 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91582024-12-12T04:02:24.549Z[ host-image] Dec 12 04:02:24.095 INFO O| Dec 12 04:02:24.095 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91592024-12-12T04:02:24.552Z[ host-image] Dec 12 04:02:24.095 INFO O| Dec 12 04:02:24.095 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91602024-12-12T04:02:24.552Z[ host-image] Dec 12 04:02:24.095 INFO O| Dec 12 04:02:24.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91612024-12-12T04:02:24.552Z[ host-image] Dec 12 04:02:24.095 INFO O| Dec 12 04:02:24.095 INFO ok!
91622024-12-12T04:02:24.552Z[ host-image] Dec 12 04:02:24.095 INFO O| Dec 12 04:02:24.095 INFO STEP 24 (ensure_file) COMPLETE
91632024-12-12T04:02:24.552Z[ host-image] Dec 12 04:02:24.095 INFO O| Dec 12 04:02:24.095 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91642024-12-12T04:02:24.559Z[ host-image] Dec 12 04:02:24.105 INFO O| Dec 12 04:02:24.105 INFO updating shadow file
91652024-12-12T04:02:24.562Z[ host-image] Dec 12 04:02:24.105 INFO O| Dec 12 04:02:24.105 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91662024-12-12T04:02:24.562Z[ host-image] Dec 12 04:02:24.105 INFO O| Dec 12 04:02:24.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91672024-12-12T04:02:24.562Z[ host-image] Dec 12 04:02:24.105 INFO O| Dec 12 04:02:24.105 INFO STEP 25 (shadow) COMPLETE
91682024-12-12T04:02:24.562Z[ host-image] Dec 12 04:02:24.105 INFO O| Dec 12 04:02:24.105 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91692024-12-12T04:02:24.569Z[ host-image] Dec 12 04:02:24.115 INFO O| Dec 12 04:02:24.115 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91702024-12-12T04:02:24.569Z[ host-image] Dec 12 04:02:24.115 INFO O| Dec 12 04:02:24.115 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91712024-12-12T04:02:24.572Z[ host-image] Dec 12 04:02:24.115 INFO O| Dec 12 04:02:24.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91722024-12-12T04:02:24.572Z[ host-image] Dec 12 04:02:24.115 INFO O| Dec 12 04:02:24.115 INFO ok!
91732024-12-12T04:02:24.572Z[ host-image] Dec 12 04:02:24.115 INFO O| Dec 12 04:02:24.115 INFO STEP 26 (ensure_file) COMPLETE
91742024-12-12T04:02:24.572Z[ host-image] Dec 12 04:02:24.115 INFO O| Dec 12 04:02:24.115 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91752024-12-12T04:02:24.579Z[ host-image] Dec 12 04:02:24.125 INFO O| Dec 12 04:02:24.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91762024-12-12T04:02:24.581Z[ host-image] Dec 12 04:02:24.125 INFO O| Dec 12 04:02:24.125 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91772024-12-12T04:02:24.581Z[ host-image] Dec 12 04:02:24.125 INFO O| Dec 12 04:02:24.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91782024-12-12T04:02:24.581Z[ host-image] Dec 12 04:02:24.125 INFO O| Dec 12 04:02:24.125 INFO ok!
91792024-12-12T04:02:24.581Z[ host-image] Dec 12 04:02:24.125 INFO O| Dec 12 04:02:24.125 INFO STEP 27 (ensure_file) COMPLETE
91802024-12-12T04:02:24.581Z[ host-image] Dec 12 04:02:24.125 INFO O| Dec 12 04:02:24.125 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91812024-12-12T04:02:24.589Z[ host-image] Dec 12 04:02:24.135 INFO O| Dec 12 04:02:24.135 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91822024-12-12T04:02:24.589Z[ host-image] Dec 12 04:02:24.135 INFO O| Dec 12 04:02:24.135 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91832024-12-12T04:02:24.591Z[ host-image] Dec 12 04:02:24.135 INFO O| Dec 12 04:02:24.135 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91842024-12-12T04:02:24.592Z[ host-image] Dec 12 04:02:24.135 INFO O| Dec 12 04:02:24.135 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91852024-12-12T04:02:24.592Z[ host-image] Dec 12 04:02:24.135 INFO O| Dec 12 04:02:24.135 INFO ok!
91862024-12-12T04:02:24.592Z[ host-image] Dec 12 04:02:24.135 INFO O| Dec 12 04:02:24.135 INFO STEP 28 (ensure_file) COMPLETE
91872024-12-12T04:02:24.592Z[ host-image] Dec 12 04:02:24.135 INFO O| Dec 12 04:02:24.135 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91882024-12-12T04:02:24.599Z[ host-image] Dec 12 04:02:24.144 INFO O| Dec 12 04:02:24.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91892024-12-12T04:02:24.601Z[ host-image] Dec 12 04:02:24.144 INFO O| Dec 12 04:02:24.144 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91902024-12-12T04:02:24.601Z[ host-image] Dec 12 04:02:24.144 INFO O| Dec 12 04:02:24.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91912024-12-12T04:02:24.601Z[ host-image] Dec 12 04:02:24.144 INFO O| Dec 12 04:02:24.144 INFO ok!
91922024-12-12T04:02:24.601Z[ host-image] Dec 12 04:02:24.144 INFO O| Dec 12 04:02:24.144 INFO STEP 29 (ensure_file) COMPLETE
91932024-12-12T04:02:24.601Z[ host-image] Dec 12 04:02:24.144 INFO O| Dec 12 04:02:24.144 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91942024-12-12T04:02:24.608Z[ host-image] Dec 12 04:02:24.154 INFO O| Dec 12 04:02:24.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91952024-12-12T04:02:24.608Z[ host-image] Dec 12 04:02:24.154 INFO O| Dec 12 04:02:24.154 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91962024-12-12T04:02:24.608Z[ host-image] Dec 12 04:02:24.154 INFO O| Dec 12 04:02:24.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91972024-12-12T04:02:24.608Z[ host-image] Dec 12 04:02:24.154 INFO O| Dec 12 04:02:24.154 INFO ok!
91982024-12-12T04:02:24.611Z[ host-image] Dec 12 04:02:24.154 INFO O| Dec 12 04:02:24.154 INFO STEP 30 (ensure_file) COMPLETE
91992024-12-12T04:02:24.611Z[ host-image] Dec 12 04:02:24.154 INFO O| Dec 12 04:02:24.154 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92002024-12-12T04:02:24.618Z[ host-image] Dec 12 04:02:24.164 INFO O| Dec 12 04:02:24.164 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92012024-12-12T04:02:24.620Z[ host-image] Dec 12 04:02:24.164 INFO O| Dec 12 04:02:24.164 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92022024-12-12T04:02:24.621Z[ host-image] Dec 12 04:02:24.164 INFO O| Dec 12 04:02:24.164 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92032024-12-12T04:02:24.621Z[ host-image] Dec 12 04:02:24.164 INFO O| Dec 12 04:02:24.164 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92042024-12-12T04:02:24.621Z[ host-image] Dec 12 04:02:24.164 INFO O| Dec 12 04:02:24.164 INFO ok!
92052024-12-12T04:02:24.621Z[ host-image] Dec 12 04:02:24.164 INFO O| Dec 12 04:02:24.164 INFO STEP 31 (ensure_file) COMPLETE
92062024-12-12T04:02:24.621Z[ host-image] Dec 12 04:02:24.164 INFO O| Dec 12 04:02:24.164 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92072024-12-12T04:02:24.628Z[ host-image] Dec 12 04:02:24.174 INFO O| Dec 12 04:02:24.174 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92082024-12-12T04:02:24.628Z[ host-image] Dec 12 04:02:24.174 INFO O| Dec 12 04:02:24.174 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92092024-12-12T04:02:24.631Z[ host-image] Dec 12 04:02:24.174 INFO O| Dec 12 04:02:24.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92102024-12-12T04:02:24.631Z[ host-image] Dec 12 04:02:24.174 INFO O| Dec 12 04:02:24.174 INFO ok!
92112024-12-12T04:02:24.631Z[ host-image] Dec 12 04:02:24.174 INFO O| Dec 12 04:02:24.174 INFO STEP 32 (ensure_file) COMPLETE
92122024-12-12T04:02:24.631Z[ host-image] Dec 12 04:02:24.174 INFO O| Dec 12 04:02:24.174 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92132024-12-12T04:02:24.638Z[ host-image] Dec 12 04:02:24.184 INFO O| Dec 12 04:02:24.184 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92142024-12-12T04:02:24.640Z[ host-image] Dec 12 04:02:24.184 INFO O| Dec 12 04:02:24.184 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92152024-12-12T04:02:24.641Z[ host-image] Dec 12 04:02:24.184 INFO O| Dec 12 04:02:24.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92162024-12-12T04:02:24.641Z[ host-image] Dec 12 04:02:24.184 INFO O| Dec 12 04:02:24.184 INFO ok!
92172024-12-12T04:02:24.641Z[ host-image] Dec 12 04:02:24.184 INFO O| Dec 12 04:02:24.184 INFO STEP 33 (ensure_file) COMPLETE
92182024-12-12T04:02:24.641Z[ host-image] Dec 12 04:02:24.184 INFO O| Dec 12 04:02:24.184 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92192024-12-12T04:02:24.648Z[ host-image] Dec 12 04:02:24.193 INFO O| Dec 12 04:02:24.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92202024-12-12T04:02:24.648Z[ host-image] Dec 12 04:02:24.193 INFO O| Dec 12 04:02:24.193 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92212024-12-12T04:02:24.650Z[ host-image] Dec 12 04:02:24.194 INFO O| Dec 12 04:02:24.194 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92222024-12-12T04:02:24.651Z[ host-image] Dec 12 04:02:24.194 INFO O| Dec 12 04:02:24.194 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92232024-12-12T04:02:24.651Z[ host-image] Dec 12 04:02:24.194 INFO O| Dec 12 04:02:24.194 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92242024-12-12T04:02:24.651Z[ host-image] Dec 12 04:02:24.194 INFO O| Dec 12 04:02:24.194 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92252024-12-12T04:02:24.651Z[ host-image] Dec 12 04:02:24.194 INFO O| Dec 12 04:02:24.194 INFO ok!
92262024-12-12T04:02:24.651Z[ host-image] Dec 12 04:02:24.194 INFO O| Dec 12 04:02:24.194 INFO STEP 34 (ensure_file) COMPLETE
92272024-12-12T04:02:24.651Z[ host-image] Dec 12 04:02:24.194 INFO O| Dec 12 04:02:24.194 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92282024-12-12T04:02:24.657Z[ host-image] Dec 12 04:02:24.203 INFO O| Dec 12 04:02:24.203 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92292024-12-12T04:02:24.666Z[ host-image] Dec 12 04:02:24.203 INFO O| Dec 12 04:02:24.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92302024-12-12T04:02:24.666Z[ host-image] Dec 12 04:02:24.203 INFO O| Dec 12 04:02:24.203 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92312024-12-12T04:02:24.666Z[ host-image] Dec 12 04:02:24.203 INFO O| Dec 12 04:02:24.203 INFO STEP 35 (ensure_dir) COMPLETE
92322024-12-12T04:02:24.667Z[ host-image] Dec 12 04:02:24.203 INFO O| Dec 12 04:02:24.203 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92332024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 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
92342024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 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 ...
92352024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 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
92362024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 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
92372024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 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
92382024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 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
92392024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 INFO ok!
92402024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 INFO STEP 36 (ensure_file) COMPLETE
92412024-12-12T04:02:24.671Z[ host-image] Dec 12 04:02:24.213 INFO O| Dec 12 04:02:24.213 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92422024-12-12T04:02:24.677Z[ host-image] Dec 12 04:02:24.223 INFO O| Dec 12 04:02:24.223 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92432024-12-12T04:02:24.677Z[ host-image] Dec 12 04:02:24.223 INFO O| Dec 12 04:02:24.223 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 ...
92442024-12-12T04:02:24.680Z[ host-image] Dec 12 04:02:24.223 INFO O| Dec 12 04:02:24.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92452024-12-12T04:02:24.681Z[ host-image] Dec 12 04:02:24.223 INFO O| Dec 12 04:02:24.223 INFO ok!
92462024-12-12T04:02:24.681Z[ host-image] Dec 12 04:02:24.223 INFO O| Dec 12 04:02:24.223 INFO STEP 37 (ensure_symlink) COMPLETE
92472024-12-12T04:02:24.681Z[ host-image] Dec 12 04:02:24.223 INFO O| Dec 12 04:02:24.223 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92482024-12-12T04:02:24.687Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92492024-12-12T04:02:24.687Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92502024-12-12T04:02:24.690Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92512024-12-12T04:02:24.690Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92522024-12-12T04:02:24.690Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92532024-12-12T04:02:24.690Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92542024-12-12T04:02:24.690Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO ok!
92552024-12-12T04:02:24.690Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO STEP 38 (ensure_file) COMPLETE
92562024-12-12T04:02:24.690Z[ host-image] Dec 12 04:02:24.233 INFO O| Dec 12 04:02:24.233 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92572024-12-12T04:02:24.698Z[ host-image] Dec 12 04:02:24.243 INFO O| Dec 12 04:02:24.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92582024-12-12T04:02:24.698Z[ host-image] Dec 12 04:02:24.243 INFO O| Dec 12 04:02:24.243 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 ...
92592024-12-12T04:02:24.700Z[ host-image] Dec 12 04:02:24.243 INFO O| Dec 12 04:02:24.243 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
92602024-12-12T04:02:24.700Z[ host-image] Dec 12 04:02:24.243 INFO O| Dec 12 04:02:24.243 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92612024-12-12T04:02:24.700Z[ host-image] Dec 12 04:02:24.244 INFO O| Dec 12 04:02:24.243 INFO ok!
92622024-12-12T04:02:24.700Z[ host-image] Dec 12 04:02:24.244 INFO O| Dec 12 04:02:24.244 INFO STEP 39 (ensure_file) COMPLETE
92632024-12-12T04:02:24.700Z[ host-image] Dec 12 04:02:24.244 INFO O| Dec 12 04:02:24.244 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92642024-12-12T04:02:24.708Z[ host-image] Dec 12 04:02:24.253 INFO O| Dec 12 04:02:24.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92652024-12-12T04:02:24.708Z[ host-image] Dec 12 04:02:24.253 INFO O| Dec 12 04:02:24.253 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92662024-12-12T04:02:24.710Z[ host-image] Dec 12 04:02:24.253 INFO O| Dec 12 04:02:24.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92672024-12-12T04:02:24.710Z[ host-image] Dec 12 04:02:24.253 INFO O| Dec 12 04:02:24.253 INFO ok!
92682024-12-12T04:02:24.710Z[ host-image] Dec 12 04:02:24.253 INFO O| Dec 12 04:02:24.253 INFO STEP 40 (ensure_file) COMPLETE
92692024-12-12T04:02:24.710Z[ host-image] Dec 12 04:02:24.253 INFO O| Dec 12 04:02:24.253 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92702024-12-12T04:02:24.717Z[ host-image] Dec 12 04:02:24.263 INFO O| Dec 12 04:02:24.263 INFO updating shadow file
92712024-12-12T04:02:24.720Z[ host-image] Dec 12 04:02:24.263 INFO O| Dec 12 04:02:24.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92722024-12-12T04:02:24.720Z[ host-image] Dec 12 04:02:24.263 INFO O| Dec 12 04:02:24.263 INFO STEP 41 (shadow) COMPLETE
92732024-12-12T04:02:24.720Z[ host-image] Dec 12 04:02:24.263 INFO O| Dec 12 04:02:24.263 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92742024-12-12T04:02:24.728Z[ host-image] Dec 12 04:02:24.273 INFO O| Dec 12 04:02:24.273 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92752024-12-12T04:02:24.728Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92762024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92772024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92782024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO ok!
92792024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO STEP 42 (ensure_file) COMPLETE
92802024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92812024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO skip step because feature "mfg" is not enabled
92822024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92832024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO skip step because feature "mfg" is not enabled
92842024-12-12T04:02:24.730Z[ host-image] Dec 12 04:02:24.274 INFO O| Dec 12 04:02:24.274 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92852024-12-12T04:02:24.738Z[ host-image] Dec 12 04:02:24.284 INFO O| Dec 12 04:02:24.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92862024-12-12T04:02:24.738Z[ host-image] Dec 12 04:02:24.284 INFO O| Dec 12 04:02:24.284 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92872024-12-12T04:02:25.374Z[ host-image] Dec 12 04:02:24.919 INFO O| Dec 12 04:02:24.919 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92882024-12-12T04:02:25.374Z[ host-image] Dec 12 04:02:24.919 INFO O| Dec 12 04:02:24.919 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92892024-12-12T04:02:25.374Z[ host-image] Dec 12 04:02:24.919 INFO O| Dec 12 04:02:24.919 INFO ok!
92902024-12-12T04:02:25.374Z[ host-image] Dec 12 04:02:24.919 INFO O| Dec 12 04:02:24.919 INFO STEP 45 (ensure_file) COMPLETE
92912024-12-12T04:02:25.376Z[ host-image] Dec 12 04:02:24.919 INFO O| Dec 12 04:02:24.919 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92922024-12-12T04:02:25.384Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92932024-12-12T04:02:25.385Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92942024-12-12T04:02:25.387Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92952024-12-12T04:02:25.387Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92962024-12-12T04:02:25.387Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92972024-12-12T04:02:25.387Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92982024-12-12T04:02:25.387Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 INFO ok!
92992024-12-12T04:02:25.387Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 INFO STEP 46 (ensure_file) COMPLETE
93002024-12-12T04:02:25.387Z[ host-image] Dec 12 04:02:24.930 INFO O| Dec 12 04:02:24.930 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93012024-12-12T04:02:25.395Z[ host-image] Dec 12 04:02:24.940 INFO O| Dec 12 04:02:24.940 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93022024-12-12T04:02:25.395Z[ host-image] Dec 12 04:02:24.940 INFO O| Dec 12 04:02:24.940 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 ...
93032024-12-12T04:02:25.397Z[ host-image] Dec 12 04:02:24.940 INFO O| Dec 12 04:02:24.940 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
93042024-12-12T04:02:25.397Z[ host-image] Dec 12 04:02:24.941 INFO O| Dec 12 04:02:24.940 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93052024-12-12T04:02:25.397Z[ host-image] Dec 12 04:02:24.941 INFO O| Dec 12 04:02:24.941 INFO ok!
93062024-12-12T04:02:25.397Z[ host-image] Dec 12 04:02:24.941 INFO O| Dec 12 04:02:24.941 INFO STEP 47 (ensure_file) COMPLETE
93072024-12-12T04:02:25.397Z[ host-image] Dec 12 04:02:24.941 INFO O| Dec 12 04:02:24.941 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93082024-12-12T04:02:25.405Z[ host-image] Dec 12 04:02:24.950 INFO O| Dec 12 04:02:24.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93092024-12-12T04:02:25.405Z[ host-image] Dec 12 04:02:24.950 INFO O| Dec 12 04:02:24.950 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93102024-12-12T04:02:25.407Z[ host-image] Dec 12 04:02:24.950 INFO O| Dec 12 04:02:24.950 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93112024-12-12T04:02:25.407Z[ host-image] Dec 12 04:02:24.950 INFO O| Dec 12 04:02:24.950 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93122024-12-12T04:02:25.407Z[ host-image] Dec 12 04:02:24.950 INFO O| Dec 12 04:02:24.950 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93132024-12-12T04:02:25.407Z[ host-image] Dec 12 04:02:24.950 INFO O| Dec 12 04:02:24.950 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93142024-12-12T04:02:25.407Z[ host-image] Dec 12 04:02:24.951 INFO O| Dec 12 04:02:24.950 INFO ok!
93152024-12-12T04:02:25.407Z[ host-image] Dec 12 04:02:24.951 INFO O| Dec 12 04:02:24.951 INFO STEP 48 (ensure_file) COMPLETE
93162024-12-12T04:02:25.407Z[ host-image] Dec 12 04:02:24.951 INFO O| Dec 12 04:02:24.951 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93172024-12-12T04:02:25.414Z[ host-image] Dec 12 04:02:24.960 INFO O| Dec 12 04:02:24.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93182024-12-12T04:02:25.415Z[ host-image] Dec 12 04:02:24.960 INFO O| Dec 12 04:02:24.960 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 ...
93192024-12-12T04:02:25.417Z[ host-image] Dec 12 04:02:24.960 INFO O| Dec 12 04:02:24.960 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
93202024-12-12T04:02:25.417Z[ host-image] Dec 12 04:02:24.960 INFO O| Dec 12 04:02:24.960 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93212024-12-12T04:02:25.417Z[ host-image] Dec 12 04:02:24.960 INFO O| Dec 12 04:02:24.960 INFO ok!
93222024-12-12T04:02:25.417Z[ host-image] Dec 12 04:02:24.960 INFO O| Dec 12 04:02:24.960 INFO STEP 49 (ensure_file) COMPLETE
93232024-12-12T04:02:25.417Z[ host-image] Dec 12 04:02:24.960 INFO O| Dec 12 04:02:24.960 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93242024-12-12T04:02:25.425Z[ host-image] Dec 12 04:02:24.970 INFO O| Dec 12 04:02:24.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93252024-12-12T04:02:25.425Z[ host-image] Dec 12 04:02:24.970 INFO O| Dec 12 04:02:24.970 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93262024-12-12T04:02:25.425Z[ host-image] Dec 12 04:02:24.970 INFO O| Dec 12 04:02:24.970 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93272024-12-12T04:02:25.427Z[ host-image] Dec 12 04:02:24.970 INFO O| Dec 12 04:02:24.970 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93282024-12-12T04:02:25.428Z[ host-image] Dec 12 04:02:24.970 INFO O| Dec 12 04:02:24.970 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93292024-12-12T04:02:25.428Z[ host-image] Dec 12 04:02:24.970 INFO O| Dec 12 04:02:24.970 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93302024-12-12T04:02:25.428Z[ host-image] Dec 12 04:02:24.970 INFO O| Dec 12 04:02:24.970 INFO ok!
93312024-12-12T04:02:25.428Z[ host-image] Dec 12 04:02:24.970 INFO O| Dec 12 04:02:24.970 INFO STEP 50 (ensure_file) COMPLETE
93322024-12-12T04:02:25.428Z[ host-image] Dec 12 04:02:24.971 INFO O| Dec 12 04:02:24.970 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93332024-12-12T04:02:25.435Z[ host-image] Dec 12 04:02:24.981 INFO O| Dec 12 04:02:24.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93342024-12-12T04:02:25.436Z[ host-image] Dec 12 04:02:24.981 INFO O| Dec 12 04:02:24.981 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 ...
93352024-12-12T04:02:25.438Z[ host-image] Dec 12 04:02:24.981 INFO O| Dec 12 04:02:24.981 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
93362024-12-12T04:02:25.438Z[ host-image] Dec 12 04:02:24.981 INFO O| Dec 12 04:02:24.981 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93372024-12-12T04:02:25.438Z[ host-image] Dec 12 04:02:24.981 INFO O| Dec 12 04:02:24.981 INFO ok!
93382024-12-12T04:02:25.438Z[ host-image] Dec 12 04:02:24.981 INFO O| Dec 12 04:02:24.981 INFO STEP 51 (ensure_file) COMPLETE
93392024-12-12T04:02:25.438Z[ host-image] Dec 12 04:02:24.981 INFO O| Dec 12 04:02:24.981 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93402024-12-12T04:02:25.445Z[ host-image] Dec 12 04:02:24.991 INFO O| Dec 12 04:02:24.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93412024-12-12T04:02:25.448Z[ host-image] Dec 12 04:02:24.991 INFO O| Dec 12 04:02:24.991 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 ...
93422024-12-12T04:02:25.448Z[ host-image] Dec 12 04:02:24.991 INFO O| Dec 12 04:02:24.991 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
93432024-12-12T04:02:25.448Z[ host-image] Dec 12 04:02:24.991 INFO O| Dec 12 04:02:24.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93442024-12-12T04:02:25.448Z[ host-image] Dec 12 04:02:24.991 INFO O| Dec 12 04:02:24.991 INFO ok!
93452024-12-12T04:02:25.448Z[ host-image] Dec 12 04:02:24.991 INFO O| Dec 12 04:02:24.991 INFO STEP 52 (ensure_file) COMPLETE
93462024-12-12T04:02:25.448Z[ host-image] Dec 12 04:02:24.991 INFO O| Dec 12 04:02:24.991 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93472024-12-12T04:02:25.455Z[ host-image] Dec 12 04:02:25.001 INFO O| Dec 12 04:02:25.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93482024-12-12T04:02:25.455Z[ host-image] Dec 12 04:02:25.001 INFO O| Dec 12 04:02:25.001 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 ...
93492024-12-12T04:02:25.458Z[ host-image] Dec 12 04:02:25.001 INFO O| Dec 12 04:02:25.001 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
93502024-12-12T04:02:25.458Z[ host-image] Dec 12 04:02:25.001 INFO O| Dec 12 04:02:25.001 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93512024-12-12T04:02:25.458Z[ host-image] Dec 12 04:02:25.001 INFO O| Dec 12 04:02:25.001 INFO ok!
93522024-12-12T04:02:25.458Z[ host-image] Dec 12 04:02:25.001 INFO O| Dec 12 04:02:25.001 INFO STEP 53 (ensure_file) COMPLETE
93532024-12-12T04:02:25.458Z[ host-image] Dec 12 04:02:25.001 INFO O| Dec 12 04:02:25.001 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-12-12T04:02:25.466Z[ host-image] Dec 12 04:02:25.012 INFO O| Dec 12 04:02:25.012 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93552024-12-12T04:02:25.466Z[ host-image] Dec 12 04:02:25.012 INFO O| Dec 12 04:02:25.012 INFO STEP 54 (ensure_dir) COMPLETE
93562024-12-12T04:02:25.466Z[ host-image] Dec 12 04:02:25.012 INFO O| Dec 12 04:02:25.012 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-12-12T04:02:25.476Z[ host-image] Dec 12 04:02:25.021 INFO O| Dec 12 04:02:25.021 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93582024-12-12T04:02:25.479Z[ host-image] Dec 12 04:02:25.021 INFO O| Dec 12 04:02:25.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93592024-12-12T04:02:25.479Z[ host-image] Dec 12 04:02:25.021 INFO O| Dec 12 04:02:25.021 INFO STEP 55 (ensure_dir) COMPLETE
93602024-12-12T04:02:25.479Z[ host-image] Dec 12 04:02:25.021 INFO O| Dec 12 04:02:25.021 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-12-12T04:02:25.485Z[ host-image] Dec 12 04:02:25.031 INFO O| Dec 12 04:02:25.031 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93622024-12-12T04:02:25.485Z[ host-image] Dec 12 04:02:25.031 INFO O| Dec 12 04:02:25.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93632024-12-12T04:02:25.488Z[ host-image] Dec 12 04:02:25.031 INFO O| Dec 12 04:02:25.031 INFO STEP 56 (ensure_dir) COMPLETE
93642024-12-12T04:02:25.488Z[ host-image] Dec 12 04:02:25.031 INFO O| Dec 12 04:02:25.031 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-12-12T04:02:25.495Z[ host-image] Dec 12 04:02:25.040 INFO O| Dec 12 04:02:25.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93662024-12-12T04:02:25.495Z[ host-image] Dec 12 04:02:25.040 INFO O| Dec 12 04:02:25.040 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93672024-12-12T04:02:25.512Z[ host-image] Dec 12 04:02:25.057 INFO O| Dec 12 04:02:25.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93682024-12-12T04:02:25.512Z[ host-image] Dec 12 04:02:25.057 INFO O| Dec 12 04:02:25.057 INFO ok!
93692024-12-12T04:02:25.514Z[ host-image] Dec 12 04:02:25.057 INFO O| Dec 12 04:02:25.057 INFO STEP 57 (ensure_file) COMPLETE
93702024-12-12T04:02:25.514Z[ host-image] Dec 12 04:02:25.057 INFO O| Dec 12 04:02:25.057 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712024-12-12T04:02:25.523Z[ host-image] Dec 12 04:02:25.069 INFO O| Dec 12 04:02:25.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93722024-12-12T04:02:25.523Z[ host-image] Dec 12 04:02:25.069 INFO O| Dec 12 04:02:25.069 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93732024-12-12T04:02:26.604Z[ host-image] Dec 12 04:02:26.148 INFO O| Dec 12 04:02:26.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93742024-12-12T04:02:26.604Z[ host-image] Dec 12 04:02:26.148 INFO O| Dec 12 04:02:26.148 INFO ok!
93752024-12-12T04:02:26.607Z[ host-image] Dec 12 04:02:26.148 INFO O| Dec 12 04:02:26.148 INFO STEP 58 (ensure_file) COMPLETE
93762024-12-12T04:02:26.607Z[ host-image] Dec 12 04:02:26.148 INFO O| Dec 12 04:02:26.148 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-12-12T04:02:26.614Z[ host-image] Dec 12 04:02:26.160 INFO O| Dec 12 04:02:26.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93782024-12-12T04:02:26.614Z[ host-image] Dec 12 04:02:26.160 INFO O| Dec 12 04:02:26.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93792024-12-12T04:02:26.617Z[ host-image] Dec 12 04:02:26.160 INFO O| Dec 12 04:02:26.160 INFO STEP 59 (ensure_dir) COMPLETE
93802024-12-12T04:02:26.617Z[ host-image] Dec 12 04:02:26.160 INFO O| Dec 12 04:02:26.160 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-12-12T04:02:26.624Z[ host-image] Dec 12 04:02:26.169 INFO O| Dec 12 04:02:26.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93822024-12-12T04:02:26.624Z[ host-image] Dec 12 04:02:26.169 INFO O| Dec 12 04:02:26.169 INFO copying /tmp/.tmpE8K8vy/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 ...
93832024-12-12T04:02:26.624Z[ host-image] Dec 12 04:02:26.170 INFO O| Dec 12 04:02:26.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93842024-12-12T04:02:26.627Z[ host-image] Dec 12 04:02:26.170 INFO O| Dec 12 04:02:26.170 INFO ok!
93852024-12-12T04:02:26.627Z[ host-image] Dec 12 04:02:26.170 INFO O| Dec 12 04:02:26.170 INFO STEP 60 (ensure_file) COMPLETE
93862024-12-12T04:02:26.627Z[ host-image] Dec 12 04:02:26.170 INFO O| Dec 12 04:02:26.170 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-12-12T04:02:26.633Z[ host-image] Dec 12 04:02:26.179 INFO O| Dec 12 04:02:26.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93882024-12-12T04:02:26.634Z[ host-image] Dec 12 04:02:26.179 INFO O| Dec 12 04:02:26.179 INFO copying /tmp/.tmpE8K8vy/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 ...
93892024-12-12T04:02:26.636Z[ host-image] Dec 12 04:02:26.179 INFO O| Dec 12 04:02:26.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93902024-12-12T04:02:26.636Z[ host-image] Dec 12 04:02:26.179 INFO O| Dec 12 04:02:26.179 INFO ok!
93912024-12-12T04:02:26.636Z[ host-image] Dec 12 04:02:26.179 INFO O| Dec 12 04:02:26.179 INFO STEP 61 (ensure_file) COMPLETE
93922024-12-12T04:02:26.636Z[ host-image] Dec 12 04:02:26.179 INFO O| Dec 12 04:02:26.179 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-12-12T04:02:26.643Z[ host-image] Dec 12 04:02:26.189 INFO O| Dec 12 04:02:26.189 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93942024-12-12T04:02:26.645Z[ host-image] Dec 12 04:02:26.189 INFO O| Dec 12 04:02:26.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93952024-12-12T04:02:26.645Z[ host-image] Dec 12 04:02:26.189 INFO O| Dec 12 04:02:26.189 INFO STEP 62 (ensure_dir) COMPLETE
93962024-12-12T04:02:26.648Z[ host-image] Dec 12 04:02:26.189 INFO O| Dec 12 04:02:26.189 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-12-12T04:02:26.653Z[ host-image] Dec 12 04:02:26.198 INFO O| Dec 12 04:02:26.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93982024-12-12T04:02:26.653Z[ host-image] Dec 12 04:02:26.198 INFO O| Dec 12 04:02:26.198 INFO copying /tmp/.tmpE8K8vy/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 ...
93992024-12-12T04:02:26.655Z[ host-image] Dec 12 04:02:26.198 INFO O| Dec 12 04:02:26.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94002024-12-12T04:02:26.655Z[ host-image] Dec 12 04:02:26.198 INFO O| Dec 12 04:02:26.198 INFO ok!
94012024-12-12T04:02:26.655Z[ host-image] Dec 12 04:02:26.198 INFO O| Dec 12 04:02:26.198 INFO STEP 63 (ensure_file) COMPLETE
94022024-12-12T04:02:26.656Z[ host-image] Dec 12 04:02:26.198 INFO O| Dec 12 04:02:26.198 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-12-12T04:02:26.666Z[ host-image] Dec 12 04:02:26.212 INFO O| Dec 12 04:02:26.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94042024-12-12T04:02:26.667Z[ host-image] Dec 12 04:02:26.212 INFO O| Dec 12 04:02:26.212 INFO copying /tmp/.tmpE8K8vy/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 ...
94052024-12-12T04:02:26.669Z[ host-image] Dec 12 04:02:26.212 INFO O| Dec 12 04:02:26.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94062024-12-12T04:02:26.669Z[ host-image] Dec 12 04:02:26.212 INFO O| Dec 12 04:02:26.212 INFO ok!
94072024-12-12T04:02:26.669Z[ host-image] Dec 12 04:02:26.212 INFO O| Dec 12 04:02:26.212 INFO STEP 64 (ensure_file) COMPLETE
94082024-12-12T04:02:26.669Z[ host-image] Dec 12 04:02:26.212 INFO O| Dec 12 04:02:26.212 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-12-12T04:02:26.677Z[ host-image] Dec 12 04:02:26.222 INFO O| Dec 12 04:02:26.222 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94102024-12-12T04:02:26.677Z[ host-image] Dec 12 04:02:26.223 INFO O| Dec 12 04:02:26.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94112024-12-12T04:02:26.682Z[ host-image] Dec 12 04:02:26.223 INFO O| Dec 12 04:02:26.223 INFO STEP 65 (ensure_dir) COMPLETE
94122024-12-12T04:02:26.682Z[ host-image] Dec 12 04:02:26.223 INFO O| Dec 12 04:02:26.223 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-12-12T04:02:26.687Z[ host-image] Dec 12 04:02:26.232 INFO O| Dec 12 04:02:26.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94142024-12-12T04:02:26.687Z[ host-image] Dec 12 04:02:26.232 INFO O| Dec 12 04:02:26.232 INFO copying /tmp/.tmpE8K8vy/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 ...
94152024-12-12T04:02:26.696Z[ host-image] Dec 12 04:02:26.232 INFO O| Dec 12 04:02:26.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94162024-12-12T04:02:26.696Z[ host-image] Dec 12 04:02:26.232 INFO O| Dec 12 04:02:26.232 INFO ok!
94172024-12-12T04:02:26.696Z[ host-image] Dec 12 04:02:26.232 INFO O| Dec 12 04:02:26.232 INFO STEP 66 (ensure_file) COMPLETE
94182024-12-12T04:02:26.696Z[ host-image] Dec 12 04:02:26.232 INFO O| Dec 12 04:02:26.232 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192024-12-12T04:02:26.701Z[ host-image] Dec 12 04:02:26.243 INFO O| Dec 12 04:02:26.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94202024-12-12T04:02:26.701Z[ host-image] Dec 12 04:02:26.243 INFO O| Dec 12 04:02:26.243 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94212024-12-12T04:02:26.701Z[ host-image] Dec 12 04:02:26.243 INFO O| Dec 12 04:02:26.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94222024-12-12T04:02:26.701Z[ host-image] Dec 12 04:02:26.243 INFO O| Dec 12 04:02:26.243 INFO ok!
94232024-12-12T04:02:26.702Z[ host-image] Dec 12 04:02:26.243 INFO O| Dec 12 04:02:26.243 INFO STEP 67 (ensure_file) COMPLETE
94242024-12-12T04:02:26.702Z[ host-image] Dec 12 04:02:26.243 INFO O| Dec 12 04:02:26.243 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94252024-12-12T04:02:26.708Z[ host-image] Dec 12 04:02:26.253 INFO O| Dec 12 04:02:26.253 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94262024-12-12T04:02:26.711Z[ host-image] Dec 12 04:02:26.253 INFO O| Dec 12 04:02:26.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94272024-12-12T04:02:26.711Z[ host-image] Dec 12 04:02:26.253 INFO O| Dec 12 04:02:26.253 INFO STEP 68 (ensure_dir) COMPLETE
94282024-12-12T04:02:26.711Z[ host-image] Dec 12 04:02:26.253 INFO O| Dec 12 04:02:26.253 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-12-12T04:02:26.718Z[ host-image] Dec 12 04:02:26.263 INFO O| Dec 12 04:02:26.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94302024-12-12T04:02:26.718Z[ host-image] Dec 12 04:02:26.263 INFO O| Dec 12 04:02:26.263 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94312024-12-12T04:02:27.788Z[ host-image] Dec 12 04:02:27.333 INFO O| Dec 12 04:02:27.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94322024-12-12T04:02:27.789Z[ host-image] Dec 12 04:02:27.333 INFO O| Dec 12 04:02:27.333 INFO ok!
94332024-12-12T04:02:27.789Z[ host-image] Dec 12 04:02:27.333 INFO O| Dec 12 04:02:27.333 INFO STEP 69 (ensure_file) COMPLETE
94342024-12-12T04:02:27.792Z[ host-image] Dec 12 04:02:27.333 INFO O| Dec 12 04:02:27.333 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-12-12T04:02:27.799Z[ host-image] Dec 12 04:02:27.345 INFO O| Dec 12 04:02:27.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94362024-12-12T04:02:27.799Z[ host-image] Dec 12 04:02:27.345 INFO O| Dec 12 04:02:27.345 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94372024-12-12T04:02:29.347Z[ host-image] Dec 12 04:02:28.892 INFO O| Dec 12 04:02:28.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94382024-12-12T04:02:29.347Z[ host-image] Dec 12 04:02:28.892 INFO O| Dec 12 04:02:28.892 INFO ok!
94392024-12-12T04:02:29.347Z[ host-image] Dec 12 04:02:28.892 INFO O| Dec 12 04:02:28.892 INFO STEP 70 (ensure_file) COMPLETE
94402024-12-12T04:02:29.347Z[ host-image] Dec 12 04:02:28.892 INFO O| Dec 12 04:02:28.892 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-12-12T04:02:29.358Z[ host-image] Dec 12 04:02:28.903 INFO O| Dec 12 04:02:28.903 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94422024-12-12T04:02:29.358Z[ host-image] Dec 12 04:02:28.903 INFO O| Dec 12 04:02:28.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94432024-12-12T04:02:29.360Z[ host-image] Dec 12 04:02:28.903 INFO O| Dec 12 04:02:28.903 INFO STEP 71 (ensure_dir) COMPLETE
94442024-12-12T04:02:29.360Z[ host-image] Dec 12 04:02:28.903 INFO O| Dec 12 04:02:28.903 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-12-12T04:02:29.368Z[ host-image] Dec 12 04:02:28.913 INFO O| Dec 12 04:02:28.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94462024-12-12T04:02:29.368Z[ host-image] Dec 12 04:02:28.913 INFO O| Dec 12 04:02:28.913 INFO copying /tmp/.tmpE8K8vy/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 ...
94472024-12-12T04:02:29.371Z[ host-image] Dec 12 04:02:28.913 INFO O| Dec 12 04:02:28.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94482024-12-12T04:02:29.371Z[ host-image] Dec 12 04:02:28.913 INFO O| Dec 12 04:02:28.913 INFO ok!
94492024-12-12T04:02:29.371Z[ host-image] Dec 12 04:02:28.913 INFO O| Dec 12 04:02:28.913 INFO STEP 72 (ensure_file) COMPLETE
94502024-12-12T04:02:29.371Z[ host-image] Dec 12 04:02:28.913 INFO O| Dec 12 04:02:28.913 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-12-12T04:02:29.378Z[ host-image] Dec 12 04:02:28.923 INFO O| Dec 12 04:02:28.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94522024-12-12T04:02:29.378Z[ host-image] Dec 12 04:02:28.923 INFO O| Dec 12 04:02:28.923 INFO copying /tmp/.tmpE8K8vy/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 ...
94532024-12-12T04:02:29.381Z[ host-image] Dec 12 04:02:28.923 INFO O| Dec 12 04:02:28.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94542024-12-12T04:02:29.382Z[ host-image] Dec 12 04:02:28.923 INFO O| Dec 12 04:02:28.923 INFO ok!
94552024-12-12T04:02:29.382Z[ host-image] Dec 12 04:02:28.923 INFO O| Dec 12 04:02:28.923 INFO STEP 73 (ensure_file) COMPLETE
94562024-12-12T04:02:29.382Z[ host-image] Dec 12 04:02:28.923 INFO O| Dec 12 04:02:28.923 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-12-12T04:02:29.387Z[ host-image] Dec 12 04:02:28.932 INFO O| Dec 12 04:02:28.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94582024-12-12T04:02:29.391Z[ host-image] Dec 12 04:02:28.932 INFO O| Dec 12 04:02:28.932 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94592024-12-12T04:02:29.391Z[ host-image] Dec 12 04:02:28.932 INFO O| Dec 12 04:02:28.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94602024-12-12T04:02:29.391Z[ host-image] Dec 12 04:02:28.932 INFO O| Dec 12 04:02:28.932 INFO ok!
94612024-12-12T04:02:29.391Z[ host-image] Dec 12 04:02:28.932 INFO O| Dec 12 04:02:28.932 INFO STEP 74 (ensure_file) COMPLETE
94622024-12-12T04:02:29.391Z[ host-image] Dec 12 04:02:28.932 INFO O| Dec 12 04:02:28.932 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-12-12T04:02:29.396Z[ host-image] Dec 12 04:02:28.942 INFO O| Dec 12 04:02:28.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94642024-12-12T04:02:29.396Z[ host-image] Dec 12 04:02:28.942 INFO O| Dec 12 04:02:28.942 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94652024-12-12T04:02:29.399Z[ host-image] Dec 12 04:02:28.942 INFO O| Dec 12 04:02:28.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94662024-12-12T04:02:29.399Z[ host-image] Dec 12 04:02:28.942 INFO O| Dec 12 04:02:28.942 INFO ok!
94672024-12-12T04:02:29.399Z[ host-image] Dec 12 04:02:28.942 INFO O| Dec 12 04:02:28.942 INFO STEP 75 (ensure_file) COMPLETE
94682024-12-12T04:02:29.399Z[ host-image] Dec 12 04:02:28.942 INFO O| Dec 12 04:02:28.942 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-12-12T04:02:29.406Z[ host-image] Dec 12 04:02:28.951 INFO O| Dec 12 04:02:28.951 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94702024-12-12T04:02:29.406Z[ host-image] Dec 12 04:02:28.952 INFO O| Dec 12 04:02:28.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94712024-12-12T04:02:29.409Z[ host-image] Dec 12 04:02:28.952 INFO O| Dec 12 04:02:28.952 INFO STEP 76 (ensure_dir) COMPLETE
94722024-12-12T04:02:29.409Z[ host-image] Dec 12 04:02:28.952 INFO O| Dec 12 04:02:28.952 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-12-12T04:02:29.416Z[ host-image] Dec 12 04:02:28.961 INFO O| Dec 12 04:02:28.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94742024-12-12T04:02:29.416Z[ host-image] Dec 12 04:02:28.961 INFO O| Dec 12 04:02:28.961 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94752024-12-12T04:02:29.419Z[ host-image] Dec 12 04:02:28.965 INFO O| Dec 12 04:02:28.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94762024-12-12T04:02:29.422Z[ host-image] Dec 12 04:02:28.965 INFO O| Dec 12 04:02:28.965 INFO ok!
94772024-12-12T04:02:29.422Z[ host-image] Dec 12 04:02:28.965 INFO O| Dec 12 04:02:28.965 INFO STEP 77 (ensure_file) COMPLETE
94782024-12-12T04:02:29.422Z[ host-image] Dec 12 04:02:28.965 INFO O| Dec 12 04:02:28.965 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-12-12T04:02:29.429Z[ host-image] Dec 12 04:02:28.974 INFO O| Dec 12 04:02:28.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94802024-12-12T04:02:29.429Z[ host-image] Dec 12 04:02:28.974 INFO O| Dec 12 04:02:28.974 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94812024-12-12T04:02:29.432Z[ host-image] Dec 12 04:02:28.975 INFO O| Dec 12 04:02:28.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94822024-12-12T04:02:29.432Z[ host-image] Dec 12 04:02:28.975 INFO O| Dec 12 04:02:28.975 INFO ok!
94832024-12-12T04:02:29.432Z[ host-image] Dec 12 04:02:28.975 INFO O| Dec 12 04:02:28.975 INFO STEP 78 (ensure_file) COMPLETE
94842024-12-12T04:02:29.432Z[ host-image] Dec 12 04:02:28.975 INFO O| Dec 12 04:02:28.975 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-12-12T04:02:29.439Z[ host-image] Dec 12 04:02:28.984 INFO O| Dec 12 04:02:28.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94862024-12-12T04:02:29.439Z[ host-image] Dec 12 04:02:28.984 INFO O| Dec 12 04:02:28.984 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94872024-12-12T04:02:30.072Z[ host-image] Dec 12 04:02:29.616 INFO O| Dec 12 04:02:29.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94882024-12-12T04:02:30.072Z[ host-image] Dec 12 04:02:29.617 INFO O| Dec 12 04:02:29.616 INFO ok!
94892024-12-12T04:02:30.075Z[ host-image] Dec 12 04:02:29.617 INFO O| Dec 12 04:02:29.616 INFO STEP 79 (ensure_file) COMPLETE
94902024-12-12T04:02:30.075Z[ host-image] Dec 12 04:02:29.617 INFO O| Dec 12 04:02:29.616 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-12-12T04:02:30.083Z[ host-image] Dec 12 04:02:29.628 INFO O| Dec 12 04:02:29.628 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94922024-12-12T04:02:30.083Z[ host-image] Dec 12 04:02:29.628 INFO O| Dec 12 04:02:29.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94932024-12-12T04:02:30.083Z[ host-image] Dec 12 04:02:29.628 INFO O| Dec 12 04:02:29.628 INFO STEP 80 (ensure_dir) COMPLETE
94942024-12-12T04:02:30.088Z[ host-image] Dec 12 04:02:29.628 INFO O| Dec 12 04:02:29.628 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952024-12-12T04:02:30.093Z[ host-image] Dec 12 04:02:29.638 INFO O| Dec 12 04:02:29.638 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94962024-12-12T04:02:30.093Z[ host-image] Dec 12 04:02:29.638 INFO O| Dec 12 04:02:29.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94972024-12-12T04:02:30.093Z[ host-image] Dec 12 04:02:29.638 INFO O| Dec 12 04:02:29.638 INFO STEP 81 (ensure_dir) COMPLETE
94982024-12-12T04:02:30.096Z[ host-image] Dec 12 04:02:29.638 INFO O| Dec 12 04:02:29.638 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-12-12T04:02:30.102Z[ host-image] Dec 12 04:02:29.647 INFO O| Dec 12 04:02:29.647 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95002024-12-12T04:02:30.105Z[ host-image] Dec 12 04:02:29.647 INFO O| Dec 12 04:02:29.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95012024-12-12T04:02:30.105Z[ host-image] Dec 12 04:02:29.647 INFO O| Dec 12 04:02:29.647 INFO STEP 82 (ensure_dir) COMPLETE
95022024-12-12T04:02:30.105Z[ host-image] Dec 12 04:02:29.647 INFO O| Dec 12 04:02:29.647 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-12-12T04:02:30.111Z[ host-image] Dec 12 04:02:29.657 INFO O| Dec 12 04:02:29.657 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95042024-12-12T04:02:30.111Z[ host-image] Dec 12 04:02:29.657 INFO O| Dec 12 04:02:29.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95052024-12-12T04:02:30.114Z[ host-image] Dec 12 04:02:29.657 INFO O| Dec 12 04:02:29.657 INFO STEP 83 (ensure_dir) COMPLETE
95062024-12-12T04:02:30.114Z[ host-image] Dec 12 04:02:29.657 INFO O| Dec 12 04:02:29.657 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-12T04:02:30.121Z[ host-image] Dec 12 04:02:29.667 INFO O| Dec 12 04:02:29.667 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95082024-12-12T04:02:30.121Z[ host-image] Dec 12 04:02:29.667 INFO O| Dec 12 04:02:29.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95092024-12-12T04:02:30.121Z[ host-image] Dec 12 04:02:29.667 INFO O| Dec 12 04:02:29.667 INFO STEP 84 (ensure_dir) COMPLETE
95102024-12-12T04:02:30.124Z[ host-image] Dec 12 04:02:29.667 INFO O| Dec 12 04:02:29.667 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-12-12T04:02:30.131Z[ host-image] Dec 12 04:02:29.676 INFO O| Dec 12 04:02:29.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95122024-12-12T04:02:30.131Z[ host-image] Dec 12 04:02:29.676 INFO O| Dec 12 04:02:29.676 INFO copying /tmp/.tmpE8K8vy/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 ...
95132024-12-12T04:02:30.133Z[ host-image] Dec 12 04:02:29.676 INFO O| Dec 12 04:02:29.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95142024-12-12T04:02:30.133Z[ host-image] Dec 12 04:02:29.676 INFO O| Dec 12 04:02:29.676 INFO ok!
95152024-12-12T04:02:30.133Z[ host-image] Dec 12 04:02:29.676 INFO O| Dec 12 04:02:29.676 INFO STEP 85 (ensure_file) COMPLETE
95162024-12-12T04:02:30.133Z[ host-image] Dec 12 04:02:29.676 INFO O| Dec 12 04:02:29.676 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-12-12T04:02:30.140Z[ host-image] Dec 12 04:02:29.686 INFO O| Dec 12 04:02:29.686 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95182024-12-12T04:02:30.141Z[ host-image] Dec 12 04:02:29.686 INFO O| Dec 12 04:02:29.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95192024-12-12T04:02:30.141Z[ host-image] Dec 12 04:02:29.686 INFO O| Dec 12 04:02:29.686 INFO STEP 86 (ensure_dir) COMPLETE
95202024-12-12T04:02:30.141Z[ host-image] Dec 12 04:02:29.686 INFO O| Dec 12 04:02:29.686 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-12-12T04:02:30.150Z[ host-image] Dec 12 04:02:29.696 INFO O| Dec 12 04:02:29.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95222024-12-12T04:02:30.150Z[ host-image] Dec 12 04:02:29.696 INFO O| Dec 12 04:02:29.696 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95232024-12-12T04:02:30.154Z[ host-image] Dec 12 04:02:29.696 INFO O| Dec 12 04:02:29.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95242024-12-12T04:02:30.154Z[ host-image] Dec 12 04:02:29.696 INFO O| Dec 12 04:02:29.696 INFO ok!
95252024-12-12T04:02:30.154Z[ host-image] Dec 12 04:02:29.696 INFO O| Dec 12 04:02:29.696 INFO STEP 87 (ensure_file) COMPLETE
95262024-12-12T04:02:30.154Z[ host-image] Dec 12 04:02:29.696 INFO O| Dec 12 04:02:29.696 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-12-12T04:02:30.161Z[ host-image] Dec 12 04:02:29.705 INFO O| Dec 12 04:02:29.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95282024-12-12T04:02:30.161Z[ host-image] Dec 12 04:02:29.705 INFO O| Dec 12 04:02:29.705 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95292024-12-12T04:02:30.402Z[ host-image] Dec 12 04:02:29.947 INFO O| Dec 12 04:02:29.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95302024-12-12T04:02:30.402Z[ host-image] Dec 12 04:02:29.947 INFO O| Dec 12 04:02:29.947 INFO ok!
95312024-12-12T04:02:30.405Z[ host-image] Dec 12 04:02:29.947 INFO O| Dec 12 04:02:29.947 INFO STEP 88 (ensure_file) COMPLETE
95322024-12-12T04:02:30.406Z[ host-image] Dec 12 04:02:29.947 INFO O| Dec 12 04:02:29.947 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-12-12T04:02:30.413Z[ host-image] Dec 12 04:02:29.958 INFO O| Dec 12 04:02:29.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95342024-12-12T04:02:30.413Z[ host-image] Dec 12 04:02:29.958 INFO O| Dec 12 04:02:29.958 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95352024-12-12T04:02:30.947Z[ host-image] Dec 12 04:02:30.492 INFO O| Dec 12 04:02:30.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95362024-12-12T04:02:30.947Z[ host-image] Dec 12 04:02:30.492 INFO O| Dec 12 04:02:30.492 INFO ok!
95372024-12-12T04:02:30.947Z[ host-image] Dec 12 04:02:30.492 INFO O| Dec 12 04:02:30.492 INFO STEP 89 (ensure_file) COMPLETE
95382024-12-12T04:02:30.952Z[ host-image] Dec 12 04:02:30.492 INFO O| Dec 12 04:02:30.492 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-12-12T04:02:30.958Z[ host-image] Dec 12 04:02:30.503 INFO O| Dec 12 04:02:30.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95402024-12-12T04:02:30.958Z[ host-image] Dec 12 04:02:30.503 INFO O| Dec 12 04:02:30.503 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95412024-12-12T04:02:30.960Z[ host-image] Dec 12 04:02:30.503 INFO O| Dec 12 04:02:30.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95422024-12-12T04:02:30.961Z[ host-image] Dec 12 04:02:30.503 INFO O| Dec 12 04:02:30.503 INFO ok!
95432024-12-12T04:02:30.961Z[ host-image] Dec 12 04:02:30.503 INFO O| Dec 12 04:02:30.503 INFO STEP 90 (ensure_file) COMPLETE
95442024-12-12T04:02:30.961Z[ host-image] Dec 12 04:02:30.503 INFO O| Dec 12 04:02:30.503 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-12-12T04:02:30.967Z[ host-image] Dec 12 04:02:30.513 INFO O| Dec 12 04:02:30.513 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95462024-12-12T04:02:30.970Z[ host-image] Dec 12 04:02:30.513 INFO O| Dec 12 04:02:30.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95472024-12-12T04:02:30.970Z[ host-image] Dec 12 04:02:30.513 INFO O| Dec 12 04:02:30.513 INFO STEP 91 (ensure_dir) COMPLETE
95482024-12-12T04:02:30.970Z[ host-image] Dec 12 04:02:30.513 INFO O| Dec 12 04:02:30.513 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492024-12-12T04:02:30.977Z[ host-image] Dec 12 04:02:30.522 INFO O| Dec 12 04:02:30.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95502024-12-12T04:02:30.977Z[ host-image] Dec 12 04:02:30.522 INFO O| Dec 12 04:02:30.522 INFO copying /tmp/.tmpE8K8vy/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 ...
95512024-12-12T04:02:30.981Z[ host-image] Dec 12 04:02:30.522 INFO O| Dec 12 04:02:30.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95522024-12-12T04:02:30.981Z[ host-image] Dec 12 04:02:30.522 INFO O| Dec 12 04:02:30.522 INFO ok!
95532024-12-12T04:02:30.981Z[ host-image] Dec 12 04:02:30.522 INFO O| Dec 12 04:02:30.522 INFO STEP 92 (ensure_file) COMPLETE
95542024-12-12T04:02:30.982Z[ host-image] Dec 12 04:02:30.522 INFO O| Dec 12 04:02:30.522 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-12T04:02:30.986Z[ host-image] Dec 12 04:02:30.532 INFO O| Dec 12 04:02:30.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95562024-12-12T04:02:30.986Z[ host-image] Dec 12 04:02:30.532 INFO O| Dec 12 04:02:30.532 INFO copying /tmp/.tmpE8K8vy/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 ...
95572024-12-12T04:02:30.991Z[ host-image] Dec 12 04:02:30.532 INFO O| Dec 12 04:02:30.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95582024-12-12T04:02:30.991Z[ host-image] Dec 12 04:02:30.532 INFO O| Dec 12 04:02:30.532 INFO ok!
95592024-12-12T04:02:30.991Z[ host-image] Dec 12 04:02:30.532 INFO O| Dec 12 04:02:30.532 INFO STEP 93 (ensure_file) COMPLETE
95602024-12-12T04:02:30.991Z[ host-image] Dec 12 04:02:30.532 INFO O| Dec 12 04:02:30.532 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-12-12T04:02:30.996Z[ host-image] Dec 12 04:02:30.541 INFO O| Dec 12 04:02:30.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95622024-12-12T04:02:30.996Z[ host-image] Dec 12 04:02:30.541 INFO O| Dec 12 04:02:30.541 INFO copying /tmp/.tmpE8K8vy/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 ...
95632024-12-12T04:02:30.996Z[ host-image] Dec 12 04:02:30.541 INFO O| Dec 12 04:02:30.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95642024-12-12T04:02:31.000Z[ host-image] Dec 12 04:02:30.541 INFO O| Dec 12 04:02:30.541 INFO ok!
95652024-12-12T04:02:31.001Z[ host-image] Dec 12 04:02:30.541 INFO O| Dec 12 04:02:30.541 INFO STEP 94 (ensure_file) COMPLETE
95662024-12-12T04:02:31.001Z[ host-image] Dec 12 04:02:30.541 INFO O| Dec 12 04:02:30.541 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-12-12T04:02:31.005Z[ host-image] Dec 12 04:02:30.551 INFO O| Dec 12 04:02:30.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95682024-12-12T04:02:31.005Z[ host-image] Dec 12 04:02:30.551 INFO O| Dec 12 04:02:30.551 INFO copying /tmp/.tmpE8K8vy/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 ...
95692024-12-12T04:02:31.008Z[ host-image] Dec 12 04:02:30.551 INFO O| Dec 12 04:02:30.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95702024-12-12T04:02:31.008Z[ host-image] Dec 12 04:02:30.551 INFO O| Dec 12 04:02:30.551 INFO ok!
95712024-12-12T04:02:31.008Z[ host-image] Dec 12 04:02:30.551 INFO O| Dec 12 04:02:30.551 INFO STEP 95 (ensure_file) COMPLETE
95722024-12-12T04:02:31.008Z[ host-image] Dec 12 04:02:30.551 INFO O| Dec 12 04:02:30.551 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-12-12T04:02:31.015Z[ host-image] Dec 12 04:02:30.560 INFO O| Dec 12 04:02:30.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95742024-12-12T04:02:31.018Z[ host-image] Dec 12 04:02:30.560 INFO O| Dec 12 04:02:30.560 INFO copying /tmp/.tmpE8K8vy/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 ...
95752024-12-12T04:02:31.018Z[ host-image] Dec 12 04:02:30.560 INFO O| Dec 12 04:02:30.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95762024-12-12T04:02:31.018Z[ host-image] Dec 12 04:02:30.560 INFO O| Dec 12 04:02:30.560 INFO ok!
95772024-12-12T04:02:31.018Z[ host-image] Dec 12 04:02:30.560 INFO O| Dec 12 04:02:30.560 INFO STEP 96 (ensure_file) COMPLETE
95782024-12-12T04:02:31.018Z[ host-image] Dec 12 04:02:30.560 INFO O| Dec 12 04:02:30.560 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-12-12T04:02:31.024Z[ host-image] Dec 12 04:02:30.570 INFO O| Dec 12 04:02:30.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95802024-12-12T04:02:31.028Z[ host-image] Dec 12 04:02:30.570 INFO O| Dec 12 04:02:30.570 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95812024-12-12T04:02:31.028Z[ host-image] Dec 12 04:02:30.570 INFO O| Dec 12 04:02:30.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95822024-12-12T04:02:31.028Z[ host-image] Dec 12 04:02:30.570 INFO O| Dec 12 04:02:30.570 INFO ok!
95832024-12-12T04:02:31.028Z[ host-image] Dec 12 04:02:30.570 INFO O| Dec 12 04:02:30.570 INFO STEP 97 (ensure_file) COMPLETE
95842024-12-12T04:02:31.028Z[ host-image] Dec 12 04:02:30.570 INFO O| Dec 12 04:02:30.570 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852024-12-12T04:02:31.034Z[ host-image] Dec 12 04:02:30.579 INFO O| Dec 12 04:02:30.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95862024-12-12T04:02:31.034Z[ host-image] Dec 12 04:02:30.579 INFO O| Dec 12 04:02:30.579 INFO copying /tmp/.tmpE8K8vy/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 ...
95872024-12-12T04:02:31.037Z[ host-image] Dec 12 04:02:30.579 INFO O| Dec 12 04:02:30.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95882024-12-12T04:02:31.037Z[ host-image] Dec 12 04:02:30.579 INFO O| Dec 12 04:02:30.579 INFO ok!
95892024-12-12T04:02:31.037Z[ host-image] Dec 12 04:02:30.579 INFO O| Dec 12 04:02:30.579 INFO STEP 98 (ensure_file) COMPLETE
95902024-12-12T04:02:31.037Z[ host-image] Dec 12 04:02:30.580 INFO O| Dec 12 04:02:30.579 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95912024-12-12T04:02:31.044Z[ host-image] Dec 12 04:02:30.589 INFO O| Dec 12 04:02:30.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95922024-12-12T04:02:31.047Z[ host-image] Dec 12 04:02:30.589 INFO O| Dec 12 04:02:30.589 INFO copying /tmp/.tmpE8K8vy/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 ...
95932024-12-12T04:02:31.047Z[ host-image] Dec 12 04:02:30.589 INFO O| Dec 12 04:02:30.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95942024-12-12T04:02:31.047Z[ host-image] Dec 12 04:02:30.589 INFO O| Dec 12 04:02:30.589 INFO ok!
95952024-12-12T04:02:31.047Z[ host-image] Dec 12 04:02:30.589 INFO O| Dec 12 04:02:30.589 INFO STEP 99 (ensure_file) COMPLETE
95962024-12-12T04:02:31.047Z[ host-image] Dec 12 04:02:30.589 INFO O| Dec 12 04:02:30.589 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972024-12-12T04:02:31.053Z[ host-image] Dec 12 04:02:30.598 INFO O| Dec 12 04:02:30.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95982024-12-12T04:02:31.053Z[ host-image] Dec 12 04:02:30.598 INFO O| Dec 12 04:02:30.598 INFO copying /tmp/.tmpE8K8vy/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 ...
95992024-12-12T04:02:31.056Z[ host-image] Dec 12 04:02:30.598 INFO O| Dec 12 04:02:30.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96002024-12-12T04:02:31.056Z[ host-image] Dec 12 04:02:30.598 INFO O| Dec 12 04:02:30.598 INFO ok!
96012024-12-12T04:02:31.056Z[ host-image] Dec 12 04:02:30.598 INFO O| Dec 12 04:02:30.598 INFO STEP 100 (ensure_file) COMPLETE
96022024-12-12T04:02:31.056Z[ host-image] Dec 12 04:02:30.598 INFO O| Dec 12 04:02:30.598 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032024-12-12T04:02:31.064Z[ host-image] Dec 12 04:02:30.608 INFO O| Dec 12 04:02:30.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96042024-12-12T04:02:31.067Z[ host-image] Dec 12 04:02:30.608 INFO O| Dec 12 04:02:30.608 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96052024-12-12T04:02:31.067Z[ host-image] Dec 12 04:02:30.608 INFO O| Dec 12 04:02:30.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96062024-12-12T04:02:31.067Z[ host-image] Dec 12 04:02:30.608 INFO O| Dec 12 04:02:30.608 INFO ok!
96072024-12-12T04:02:31.068Z[ host-image] Dec 12 04:02:30.608 INFO O| Dec 12 04:02:30.608 INFO STEP 101 (ensure_file) COMPLETE
96082024-12-12T04:02:31.068Z[ host-image] Dec 12 04:02:30.608 INFO O| Dec 12 04:02:30.608 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96092024-12-12T04:02:31.073Z[ host-image] Dec 12 04:02:30.617 INFO O| Dec 12 04:02:30.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96102024-12-12T04:02:31.074Z[ host-image] Dec 12 04:02:30.617 INFO O| Dec 12 04:02:30.617 INFO copying /tmp/.tmpE8K8vy/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 ...
96112024-12-12T04:02:31.074Z[ host-image] Dec 12 04:02:30.617 INFO O| Dec 12 04:02:30.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96122024-12-12T04:02:31.076Z[ host-image] Dec 12 04:02:30.617 INFO O| Dec 12 04:02:30.617 INFO ok!
96132024-12-12T04:02:31.077Z[ host-image] Dec 12 04:02:30.617 INFO O| Dec 12 04:02:30.617 INFO STEP 102 (ensure_file) COMPLETE
96142024-12-12T04:02:31.077Z[ host-image] Dec 12 04:02:30.617 INFO O| Dec 12 04:02:30.617 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152024-12-12T04:02:31.082Z[ host-image] Dec 12 04:02:30.627 INFO O| Dec 12 04:02:30.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96162024-12-12T04:02:31.083Z[ host-image] Dec 12 04:02:30.627 INFO O| Dec 12 04:02:30.627 INFO copying /tmp/.tmpE8K8vy/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 ...
96172024-12-12T04:02:31.086Z[ host-image] Dec 12 04:02:30.627 INFO O| Dec 12 04:02:30.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96182024-12-12T04:02:31.086Z[ host-image] Dec 12 04:02:30.627 INFO O| Dec 12 04:02:30.627 INFO ok!
96192024-12-12T04:02:31.086Z[ host-image] Dec 12 04:02:30.627 INFO O| Dec 12 04:02:30.627 INFO STEP 103 (ensure_file) COMPLETE
96202024-12-12T04:02:31.086Z[ host-image] Dec 12 04:02:30.627 INFO O| Dec 12 04:02:30.627 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212024-12-12T04:02:31.091Z[ host-image] Dec 12 04:02:30.636 INFO O| Dec 12 04:02:30.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96222024-12-12T04:02:31.091Z[ host-image] Dec 12 04:02:30.637 INFO O| Dec 12 04:02:30.636 INFO copying /tmp/.tmpE8K8vy/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 ...
96232024-12-12T04:02:31.094Z[ host-image] Dec 12 04:02:30.637 INFO O| Dec 12 04:02:30.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96242024-12-12T04:02:31.095Z[ host-image] Dec 12 04:02:30.637 INFO O| Dec 12 04:02:30.637 INFO ok!
96252024-12-12T04:02:31.095Z[ host-image] Dec 12 04:02:30.637 INFO O| Dec 12 04:02:30.637 INFO STEP 104 (ensure_file) COMPLETE
96262024-12-12T04:02:31.095Z[ host-image] Dec 12 04:02:30.637 INFO O| Dec 12 04:02:30.637 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272024-12-12T04:02:31.101Z[ host-image] Dec 12 04:02:30.646 INFO O| Dec 12 04:02:30.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96282024-12-12T04:02:31.101Z[ host-image] Dec 12 04:02:30.646 INFO O| Dec 12 04:02:30.646 INFO copying /tmp/.tmpE8K8vy/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 ...
96292024-12-12T04:02:31.101Z[ host-image] Dec 12 04:02:30.646 INFO O| Dec 12 04:02:30.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96302024-12-12T04:02:31.104Z[ host-image] Dec 12 04:02:30.646 INFO O| Dec 12 04:02:30.646 INFO ok!
96312024-12-12T04:02:31.105Z[ host-image] Dec 12 04:02:30.646 INFO O| Dec 12 04:02:30.646 INFO STEP 105 (ensure_file) COMPLETE
96322024-12-12T04:02:31.105Z[ host-image] Dec 12 04:02:30.646 INFO O| Dec 12 04:02:30.646 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96332024-12-12T04:02:31.111Z[ host-image] Dec 12 04:02:30.656 INFO O| Dec 12 04:02:30.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96342024-12-12T04:02:31.111Z[ host-image] Dec 12 04:02:30.656 INFO O| Dec 12 04:02:30.656 INFO copying /tmp/.tmpE8K8vy/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 ...
96352024-12-12T04:02:31.113Z[ host-image] Dec 12 04:02:30.656 INFO O| Dec 12 04:02:30.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96362024-12-12T04:02:31.113Z[ host-image] Dec 12 04:02:30.656 INFO O| Dec 12 04:02:30.656 INFO ok!
96372024-12-12T04:02:31.113Z[ host-image] Dec 12 04:02:30.656 INFO O| Dec 12 04:02:30.656 INFO STEP 106 (ensure_file) COMPLETE
96382024-12-12T04:02:31.113Z[ host-image] Dec 12 04:02:30.656 INFO O| Dec 12 04:02:30.656 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96392024-12-12T04:02:31.120Z[ host-image] Dec 12 04:02:30.665 INFO O| Dec 12 04:02:30.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96402024-12-12T04:02:31.120Z[ host-image] Dec 12 04:02:30.665 INFO O| Dec 12 04:02:30.665 INFO copying /tmp/.tmpE8K8vy/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 ...
96412024-12-12T04:02:31.123Z[ host-image] Dec 12 04:02:30.666 INFO O| Dec 12 04:02:30.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96422024-12-12T04:02:31.123Z[ host-image] Dec 12 04:02:30.666 INFO O| Dec 12 04:02:30.666 INFO ok!
96432024-12-12T04:02:31.123Z[ host-image] Dec 12 04:02:30.666 INFO O| Dec 12 04:02:30.666 INFO STEP 107 (ensure_file) COMPLETE
96442024-12-12T04:02:31.123Z[ host-image] Dec 12 04:02:30.666 INFO O| Dec 12 04:02:30.666 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96452024-12-12T04:02:31.131Z[ host-image] Dec 12 04:02:30.675 INFO O| Dec 12 04:02:30.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96462024-12-12T04:02:31.131Z[ host-image] Dec 12 04:02:30.675 INFO O| Dec 12 04:02:30.675 INFO copying /tmp/.tmpE8K8vy/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 ...
96472024-12-12T04:02:31.135Z[ host-image] Dec 12 04:02:30.675 INFO O| Dec 12 04:02:30.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96482024-12-12T04:02:31.135Z[ host-image] Dec 12 04:02:30.675 INFO O| Dec 12 04:02:30.675 INFO ok!
96492024-12-12T04:02:31.135Z[ host-image] Dec 12 04:02:30.675 INFO O| Dec 12 04:02:30.675 INFO STEP 108 (ensure_file) COMPLETE
96502024-12-12T04:02:31.135Z[ host-image] Dec 12 04:02:30.675 INFO O| Dec 12 04:02:30.675 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96512024-12-12T04:02:31.140Z[ host-image] Dec 12 04:02:30.685 INFO O| Dec 12 04:02:30.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96522024-12-12T04:02:31.140Z[ host-image] Dec 12 04:02:30.685 INFO O| Dec 12 04:02:30.685 INFO copying /tmp/.tmpE8K8vy/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 ...
96532024-12-12T04:02:31.140Z[ host-image] Dec 12 04:02:30.685 INFO O| Dec 12 04:02:30.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96542024-12-12T04:02:31.140Z[ host-image] Dec 12 04:02:30.685 INFO O| Dec 12 04:02:30.685 INFO ok!
96552024-12-12T04:02:31.143Z[ host-image] Dec 12 04:02:30.685 INFO O| Dec 12 04:02:30.685 INFO STEP 109 (ensure_file) COMPLETE
96562024-12-12T04:02:31.143Z[ host-image] Dec 12 04:02:30.685 INFO O| Dec 12 04:02:30.685 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96572024-12-12T04:02:31.149Z[ host-image] Dec 12 04:02:30.694 INFO O| Dec 12 04:02:30.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96582024-12-12T04:02:31.149Z[ host-image] Dec 12 04:02:30.694 INFO O| Dec 12 04:02:30.694 INFO copying /tmp/.tmpE8K8vy/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 ...
96592024-12-12T04:02:31.154Z[ host-image] Dec 12 04:02:30.695 INFO O| Dec 12 04:02:30.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96602024-12-12T04:02:31.154Z[ host-image] Dec 12 04:02:30.695 INFO O| Dec 12 04:02:30.695 INFO ok!
96612024-12-12T04:02:31.154Z[ host-image] Dec 12 04:02:30.695 INFO O| Dec 12 04:02:30.695 INFO STEP 110 (ensure_file) COMPLETE
96622024-12-12T04:02:31.154Z[ host-image] Dec 12 04:02:30.695 INFO O| Dec 12 04:02:30.695 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632024-12-12T04:02:31.159Z[ host-image] Dec 12 04:02:30.704 INFO O| Dec 12 04:02:30.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96642024-12-12T04:02:31.160Z[ host-image] Dec 12 04:02:30.704 INFO O| Dec 12 04:02:30.704 INFO copying /tmp/.tmpE8K8vy/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 ...
96652024-12-12T04:02:31.160Z[ host-image] Dec 12 04:02:30.704 INFO O| Dec 12 04:02:30.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96662024-12-12T04:02:31.160Z[ host-image] Dec 12 04:02:30.704 INFO O| Dec 12 04:02:30.704 INFO ok!
96672024-12-12T04:02:31.160Z[ host-image] Dec 12 04:02:30.704 INFO O| Dec 12 04:02:30.704 INFO STEP 111 (ensure_file) COMPLETE
96682024-12-12T04:02:31.160Z[ host-image] Dec 12 04:02:30.704 INFO O| Dec 12 04:02:30.704 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692024-12-12T04:02:31.168Z[ host-image] Dec 12 04:02:30.714 INFO O| Dec 12 04:02:30.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96702024-12-12T04:02:31.168Z[ host-image] Dec 12 04:02:30.714 INFO O| Dec 12 04:02:30.713 INFO copying /tmp/.tmpE8K8vy/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 ...
96712024-12-12T04:02:31.172Z[ host-image] Dec 12 04:02:30.714 INFO O| Dec 12 04:02:30.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96722024-12-12T04:02:31.172Z[ host-image] Dec 12 04:02:30.714 INFO O| Dec 12 04:02:30.714 INFO ok!
96732024-12-12T04:02:31.172Z[ host-image] Dec 12 04:02:30.714 INFO O| Dec 12 04:02:30.714 INFO STEP 112 (ensure_file) COMPLETE
96742024-12-12T04:02:31.172Z[ host-image] Dec 12 04:02:30.714 INFO O| Dec 12 04:02:30.714 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752024-12-12T04:02:31.178Z[ host-image] Dec 12 04:02:30.723 INFO O| Dec 12 04:02:30.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96762024-12-12T04:02:31.181Z[ host-image] Dec 12 04:02:30.723 INFO O| Dec 12 04:02:30.723 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
96772024-12-12T04:02:31.181Z[ host-image] Dec 12 04:02:30.723 INFO O| Dec 12 04:02:30.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96782024-12-12T04:02:31.181Z[ host-image] Dec 12 04:02:30.723 INFO O| Dec 12 04:02:30.723 INFO ok!
96792024-12-12T04:02:31.181Z[ host-image] Dec 12 04:02:30.723 INFO O| Dec 12 04:02:30.723 INFO STEP 113 (ensure_file) COMPLETE
96802024-12-12T04:02:31.181Z[ host-image] Dec 12 04:02:30.723 INFO O| Dec 12 04:02:30.723 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812024-12-12T04:02:31.188Z[ host-image] Dec 12 04:02:30.733 INFO O| Dec 12 04:02:30.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96822024-12-12T04:02:31.188Z[ host-image] Dec 12 04:02:30.733 INFO O| Dec 12 04:02:30.733 INFO copying /tmp/.tmpE8K8vy/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 ...
96832024-12-12T04:02:31.191Z[ host-image] Dec 12 04:02:30.733 INFO O| Dec 12 04:02:30.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96842024-12-12T04:02:31.191Z[ host-image] Dec 12 04:02:30.733 INFO O| Dec 12 04:02:30.733 INFO ok!
96852024-12-12T04:02:31.191Z[ host-image] Dec 12 04:02:30.733 INFO O| Dec 12 04:02:30.733 INFO STEP 114 (ensure_file) COMPLETE
96862024-12-12T04:02:31.191Z[ host-image] Dec 12 04:02:30.733 INFO O| Dec 12 04:02:30.733 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872024-12-12T04:02:31.198Z[ host-image] Dec 12 04:02:30.742 INFO O| Dec 12 04:02:30.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96882024-12-12T04:02:31.201Z[ host-image] Dec 12 04:02:30.742 INFO O| Dec 12 04:02:30.742 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
96892024-12-12T04:02:31.201Z[ host-image] Dec 12 04:02:30.742 INFO O| Dec 12 04:02:30.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96902024-12-12T04:02:31.201Z[ host-image] Dec 12 04:02:30.742 INFO O| Dec 12 04:02:30.742 INFO ok!
96912024-12-12T04:02:31.201Z[ host-image] Dec 12 04:02:30.742 INFO O| Dec 12 04:02:30.742 INFO STEP 115 (ensure_file) COMPLETE
96922024-12-12T04:02:31.201Z[ host-image] Dec 12 04:02:30.742 INFO O| Dec 12 04:02:30.742 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96932024-12-12T04:02:31.208Z[ host-image] Dec 12 04:02:30.752 INFO O| Dec 12 04:02:30.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96942024-12-12T04:02:31.208Z[ host-image] Dec 12 04:02:30.752 INFO O| Dec 12 04:02:30.752 INFO copying /tmp/.tmpE8K8vy/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 ...
96952024-12-12T04:02:31.208Z[ host-image] Dec 12 04:02:30.752 INFO O| Dec 12 04:02:30.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96962024-12-12T04:02:31.208Z[ host-image] Dec 12 04:02:30.752 INFO O| Dec 12 04:02:30.752 INFO ok!
96972024-12-12T04:02:31.211Z[ host-image] Dec 12 04:02:30.752 INFO O| Dec 12 04:02:30.752 INFO STEP 116 (ensure_file) COMPLETE
96982024-12-12T04:02:31.211Z[ host-image] Dec 12 04:02:30.752 INFO O| Dec 12 04:02:30.752 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96992024-12-12T04:02:31.221Z[ host-image] Dec 12 04:02:30.761 INFO O| Dec 12 04:02:30.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97002024-12-12T04:02:31.226Z[ host-image] Dec 12 04:02:30.761 INFO O| Dec 12 04:02:30.761 INFO copying /tmp/.tmpE8K8vy/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 ...
97012024-12-12T04:02:31.226Z[ host-image] Dec 12 04:02:30.761 INFO O| Dec 12 04:02:30.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97022024-12-12T04:02:31.226Z[ host-image] Dec 12 04:02:30.761 INFO O| Dec 12 04:02:30.761 INFO ok!
97032024-12-12T04:02:31.226Z[ host-image] Dec 12 04:02:30.761 INFO O| Dec 12 04:02:30.761 INFO STEP 117 (ensure_file) COMPLETE
97042024-12-12T04:02:31.226Z[ host-image] Dec 12 04:02:30.761 INFO O| Dec 12 04:02:30.761 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052024-12-12T04:02:31.229Z[ host-image] Dec 12 04:02:30.771 INFO O| Dec 12 04:02:30.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97062024-12-12T04:02:31.229Z[ host-image] Dec 12 04:02:30.771 INFO O| Dec 12 04:02:30.771 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97072024-12-12T04:02:31.229Z[ host-image] Dec 12 04:02:30.771 INFO O| Dec 12 04:02:30.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97082024-12-12T04:02:31.229Z[ host-image] Dec 12 04:02:30.771 INFO O| Dec 12 04:02:30.771 INFO ok!
97092024-12-12T04:02:31.229Z[ host-image] Dec 12 04:02:30.771 INFO O| Dec 12 04:02:30.771 INFO STEP 118 (ensure_file) COMPLETE
97102024-12-12T04:02:31.229Z[ host-image] Dec 12 04:02:30.771 INFO O| Dec 12 04:02:30.771 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112024-12-12T04:02:31.237Z[ host-image] Dec 12 04:02:30.781 INFO O| Dec 12 04:02:30.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97122024-12-12T04:02:31.237Z[ host-image] Dec 12 04:02:30.781 INFO O| Dec 12 04:02:30.781 INFO copying /tmp/.tmpE8K8vy/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 ...
97132024-12-12T04:02:31.240Z[ host-image] Dec 12 04:02:30.781 INFO O| Dec 12 04:02:30.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97142024-12-12T04:02:31.240Z[ host-image] Dec 12 04:02:30.781 INFO O| Dec 12 04:02:30.781 INFO ok!
97152024-12-12T04:02:31.240Z[ host-image] Dec 12 04:02:30.781 INFO O| Dec 12 04:02:30.781 INFO STEP 119 (ensure_file) COMPLETE
97162024-12-12T04:02:31.240Z[ host-image] Dec 12 04:02:30.781 INFO O| Dec 12 04:02:30.781 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172024-12-12T04:02:31.245Z[ host-image] Dec 12 04:02:30.790 INFO O| Dec 12 04:02:30.790 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97182024-12-12T04:02:31.245Z[ host-image] Dec 12 04:02:30.790 INFO O| Dec 12 04:02:30.790 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97192024-12-12T04:02:31.248Z[ host-image] Dec 12 04:02:30.790 INFO O| Dec 12 04:02:30.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97202024-12-12T04:02:31.248Z[ host-image] Dec 12 04:02:30.790 INFO O| Dec 12 04:02:30.790 INFO ok!
97212024-12-12T04:02:31.248Z[ host-image] Dec 12 04:02:30.790 INFO O| Dec 12 04:02:30.790 INFO STEP 120 (ensure_file) COMPLETE
97222024-12-12T04:02:31.248Z[ host-image] Dec 12 04:02:30.790 INFO O| Dec 12 04:02:30.790 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232024-12-12T04:02:31.255Z[ host-image] Dec 12 04:02:30.800 INFO O| Dec 12 04:02:30.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97242024-12-12T04:02:31.255Z[ host-image] Dec 12 04:02:30.800 INFO O| Dec 12 04:02:30.800 INFO copying /tmp/.tmpE8K8vy/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97252024-12-12T04:02:34.529Z[ host-image] Dec 12 04:02:34.074 INFO O| Dec 12 04:02:34.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97262024-12-12T04:02:34.529Z[ host-image] Dec 12 04:02:34.074 INFO O| Dec 12 04:02:34.074 INFO ok!
97272024-12-12T04:02:34.533Z[ host-image] Dec 12 04:02:34.074 INFO O| Dec 12 04:02:34.074 INFO STEP 121 (ensure_file) COMPLETE
97282024-12-12T04:02:34.533Z[ host-image] Dec 12 04:02:34.074 INFO O| Dec 12 04:02:34.074 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292024-12-12T04:02:34.541Z[ host-image] Dec 12 04:02:34.085 INFO O| Dec 12 04:02:34.085 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97302024-12-12T04:02:34.541Z[ host-image] Dec 12 04:02:34.085 INFO O| Dec 12 04:02:34.085 INFO STEP 122 (ensure_dir) COMPLETE
97312024-12-12T04:02:34.541Z[ host-image] Dec 12 04:02:34.085 INFO O| Dec 12 04:02:34.085 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322024-12-12T04:02:34.550Z[ host-image] Dec 12 04:02:34.095 INFO O| Dec 12 04:02:34.095 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97332024-12-12T04:02:34.550Z[ host-image] Dec 12 04:02:34.095 INFO O| Dec 12 04:02:34.095 INFO STEP 123 (ensure_dir) COMPLETE
97342024-12-12T04:02:34.553Z[ host-image] Dec 12 04:02:34.095 INFO O| Dec 12 04:02:34.095 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352024-12-12T04:02:34.562Z[ host-image] Dec 12 04:02:34.105 INFO O| Dec 12 04:02:34.105 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97362024-12-12T04:02:34.562Z[ host-image] Dec 12 04:02:34.105 INFO O| Dec 12 04:02:34.105 INFO STEP 124 (ensure_dir) COMPLETE
97372024-12-12T04:02:34.565Z[ host-image] Dec 12 04:02:34.105 INFO O| Dec 12 04:02:34.105 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382024-12-12T04:02:34.569Z[ host-image] Dec 12 04:02:34.114 INFO O| Dec 12 04:02:34.114 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97392024-12-12T04:02:34.569Z[ host-image] Dec 12 04:02:34.114 INFO O| Dec 12 04:02:34.114 INFO STEP 125 (ensure_dir) COMPLETE
97402024-12-12T04:02:34.572Z[ host-image] Dec 12 04:02:34.114 INFO O| Dec 12 04:02:34.114 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412024-12-12T04:02:34.586Z[ host-image] Dec 12 04:02:34.124 INFO O| Dec 12 04:02:34.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97422024-12-12T04:02:34.586Z[ host-image] Dec 12 04:02:34.124 INFO O| Dec 12 04:02:34.124 INFO copying /tmp/.tmpE8K8vy/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 ...
97432024-12-12T04:02:34.595Z[ host-image] Dec 12 04:02:34.124 INFO O| Dec 12 04:02:34.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97442024-12-12T04:02:34.595Z[ host-image] Dec 12 04:02:34.124 INFO O| Dec 12 04:02:34.124 INFO ok!
97452024-12-12T04:02:34.595Z[ host-image] Dec 12 04:02:34.124 INFO O| Dec 12 04:02:34.124 INFO STEP 126 (ensure_file) COMPLETE
97462024-12-12T04:02:34.596Z[ host-image] Dec 12 04:02:34.124 INFO O| Dec 12 04:02:34.124 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472024-12-12T04:02:34.596Z[ host-image] Dec 12 04:02:34.133 INFO O| Dec 12 04:02:34.133 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97482024-12-12T04:02:34.596Z[ host-image] Dec 12 04:02:34.134 INFO O| Dec 12 04:02:34.133 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97492024-12-12T04:02:34.596Z[ host-image] Dec 12 04:02:34.134 INFO O| Dec 12 04:02:34.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97502024-12-12T04:02:34.596Z[ host-image] Dec 12 04:02:34.134 INFO O| Dec 12 04:02:34.134 INFO STEP 127 (ensure_dir) COMPLETE
97512024-12-12T04:02:34.596Z[ host-image] Dec 12 04:02:34.134 INFO O| Dec 12 04:02:34.134 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-12T04:02:34.601Z[ host-image] Dec 12 04:02:34.143 INFO O| Dec 12 04:02:34.143 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97532024-12-12T04:02:34.601Z[ host-image] Dec 12 04:02:34.143 INFO O| Dec 12 04:02:34.143 INFO copying /tmp/.tmpE8K8vy/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97542024-12-12T04:02:34.601Z[ host-image] Dec 12 04:02:34.143 INFO O| Dec 12 04:02:34.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97552024-12-12T04:02:34.601Z[ host-image] Dec 12 04:02:34.143 INFO O| Dec 12 04:02:34.143 INFO ok!
97562024-12-12T04:02:34.601Z[ host-image] Dec 12 04:02:34.143 INFO O| Dec 12 04:02:34.143 INFO STEP 128 (ensure_file) COMPLETE
97572024-12-12T04:02:34.601Z[ host-image] Dec 12 04:02:34.143 INFO O| Dec 12 04:02:34.143 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97582024-12-12T04:02:34.610Z[ host-image] Dec 12 04:02:34.153 INFO O| Dec 12 04:02:34.153 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97592024-12-12T04:02:34.612Z[ host-image] Dec 12 04:02:34.153 INFO O| Dec 12 04:02:34.153 INFO STEP 129 (remove_files) COMPLETE
97602024-12-12T04:02:34.612Z[ host-image] Dec 12 04:02:34.153 INFO O| Dec 12 04:02:34.153 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97612024-12-12T04:02:34.618Z[ host-image] Dec 12 04:02:34.163 INFO O| Dec 12 04:02:34.163 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97622024-12-12T04:02:34.621Z[ host-image] Dec 12 04:02:34.163 INFO O| Dec 12 04:02:34.163 INFO STEP 130 (remove_files) COMPLETE
97632024-12-12T04:02:34.621Z[ host-image] Dec 12 04:02:34.163 INFO O| Dec 12 04:02:34.163 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97642024-12-12T04:02:34.627Z[ host-image] Dec 12 04:02:34.172 INFO O| Dec 12 04:02:34.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97652024-12-12T04:02:34.630Z[ host-image] Dec 12 04:02:34.172 INFO O| Dec 12 04:02:34.172 INFO STEP 131 (remove_files) COMPLETE
97662024-12-12T04:02:34.630Z[ host-image] Dec 12 04:02:34.172 INFO O| Dec 12 04:02:34.172 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672024-12-12T04:02:34.636Z[ host-image] Dec 12 04:02:34.182 INFO O| Dec 12 04:02:34.182 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97682024-12-12T04:02:34.639Z[ host-image] Dec 12 04:02:34.182 INFO O| Dec 12 04:02:34.182 INFO STEP 132 (remove_files) COMPLETE
97692024-12-12T04:02:34.639Z[ host-image] Dec 12 04:02:34.182 INFO O| Dec 12 04:02:34.182 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702024-12-12T04:02:34.647Z[ host-image] Dec 12 04:02:34.191 INFO O| Dec 12 04:02:34.191 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97712024-12-12T04:02:34.650Z[ host-image] Dec 12 04:02:34.192 INFO O| Dec 12 04:02:34.192 INFO STEP 133 (remove_files) COMPLETE
97722024-12-12T04:02:34.650Z[ host-image] Dec 12 04:02:34.192 INFO O| Dec 12 04:02:34.192 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732024-12-12T04:02:34.657Z[ host-image] Dec 12 04:02:34.201 INFO O| Dec 12 04:02:34.201 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97742024-12-12T04:02:34.661Z[ host-image] Dec 12 04:02:34.201 INFO O| Dec 12 04:02:34.201 INFO STEP 134 (remove_files) COMPLETE
97752024-12-12T04:02:34.661Z[ host-image] Dec 12 04:02:34.201 INFO O| Dec 12 04:02:34.201 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762024-12-12T04:02:34.666Z[ host-image] Dec 12 04:02:34.211 INFO O| Dec 12 04:02:34.211 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97772024-12-12T04:02:34.666Z[ host-image] Dec 12 04:02:34.211 INFO O| Dec 12 04:02:34.211 INFO STEP 135 (remove_files) COMPLETE
97782024-12-12T04:02:34.671Z[ host-image] Dec 12 04:02:34.211 INFO O| Dec 12 04:02:34.211 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792024-12-12T04:02:34.675Z[ host-image] Dec 12 04:02:34.220 INFO O| Dec 12 04:02:34.220 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97802024-12-12T04:02:34.678Z[ host-image] Dec 12 04:02:34.220 INFO O| Dec 12 04:02:34.220 INFO STEP 136 (remove_files) COMPLETE
97812024-12-12T04:02:34.678Z[ host-image] Dec 12 04:02:34.220 INFO O| Dec 12 04:02:34.220 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822024-12-12T04:02:34.684Z[ host-image] Dec 12 04:02:34.230 INFO O| Dec 12 04:02:34.230 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97832024-12-12T04:02:34.685Z[ host-image] Dec 12 04:02:34.230 INFO O| Dec 12 04:02:34.230 INFO STEP 137 (remove_files) COMPLETE
97842024-12-12T04:02:34.688Z[ host-image] Dec 12 04:02:34.230 INFO O| Dec 12 04:02:34.230 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852024-12-12T04:02:34.694Z[ host-image] Dec 12 04:02:34.239 INFO O| Dec 12 04:02:34.239 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97862024-12-12T04:02:34.697Z[ host-image] Dec 12 04:02:34.239 INFO O| Dec 12 04:02:34.239 INFO STEP 138 (remove_files) COMPLETE
97872024-12-12T04:02:34.697Z[ host-image] Dec 12 04:02:34.239 INFO O| Dec 12 04:02:34.239 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882024-12-12T04:02:34.704Z[ host-image] Dec 12 04:02:34.249 INFO O| Dec 12 04:02:34.249 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97892024-12-12T04:02:34.704Z[ host-image] Dec 12 04:02:34.249 INFO O| Dec 12 04:02:34.249 INFO STEP 139 (remove_files) COMPLETE
97902024-12-12T04:02:34.707Z[ host-image] Dec 12 04:02:34.249 INFO O| Dec 12 04:02:34.249 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912024-12-12T04:02:34.714Z[ host-image] Dec 12 04:02:34.259 INFO O| Dec 12 04:02:34.259 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97922024-12-12T04:02:34.714Z[ host-image] Dec 12 04:02:34.259 INFO O| Dec 12 04:02:34.259 INFO STEP 140 (remove_files) COMPLETE
97932024-12-12T04:02:34.717Z[ host-image] Dec 12 04:02:34.259 INFO O| Dec 12 04:02:34.259 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942024-12-12T04:02:34.725Z[ host-image] Dec 12 04:02:34.268 INFO O| Dec 12 04:02:34.268 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97952024-12-12T04:02:34.725Z[ host-image] Dec 12 04:02:34.269 INFO O| Dec 12 04:02:34.268 INFO STEP 141 (remove_files) COMPLETE
97962024-12-12T04:02:34.731Z[ host-image] Dec 12 04:02:34.269 INFO O| Dec 12 04:02:34.269 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972024-12-12T04:02:34.733Z[ host-image] Dec 12 04:02:34.278 INFO O| Dec 12 04:02:34.278 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97982024-12-12T04:02:34.733Z[ host-image] Dec 12 04:02:34.278 INFO O| Dec 12 04:02:34.278 INFO STEP 142 (remove_files) COMPLETE
97992024-12-12T04:02:34.733Z[ host-image] Dec 12 04:02:34.278 INFO O| Dec 12 04:02:34.278 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002024-12-12T04:02:34.743Z[ host-image] Dec 12 04:02:34.288 INFO O| Dec 12 04:02:34.288 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98012024-12-12T04:02:34.746Z[ host-image] Dec 12 04:02:34.288 INFO O| Dec 12 04:02:34.288 INFO STEP 143 (remove_files) COMPLETE
98022024-12-12T04:02:34.746Z[ host-image] Dec 12 04:02:34.288 INFO O| Dec 12 04:02:34.288 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032024-12-12T04:02:34.752Z[ host-image] Dec 12 04:02:34.297 INFO O| Dec 12 04:02:34.297 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98042024-12-12T04:02:34.752Z[ host-image] Dec 12 04:02:34.297 INFO O| Dec 12 04:02:34.297 INFO STEP 144 (remove_files) COMPLETE
98052024-12-12T04:02:34.756Z[ host-image] Dec 12 04:02:34.297 INFO O| Dec 12 04:02:34.297 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062024-12-12T04:02:34.762Z[ host-image] Dec 12 04:02:34.307 INFO O| Dec 12 04:02:34.307 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98072024-12-12T04:02:34.762Z[ host-image] Dec 12 04:02:34.307 INFO O| Dec 12 04:02:34.307 INFO STEP 145 (remove_files) COMPLETE
98082024-12-12T04:02:34.762Z[ host-image] Dec 12 04:02:34.307 INFO O| Dec 12 04:02:34.307 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092024-12-12T04:02:34.772Z[ host-image] Dec 12 04:02:34.317 INFO O| Dec 12 04:02:34.317 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98102024-12-12T04:02:34.772Z[ host-image] Dec 12 04:02:34.317 INFO O| Dec 12 04:02:34.317 INFO STEP 146 (remove_files) COMPLETE
98112024-12-12T04:02:34.775Z[ host-image] Dec 12 04:02:34.317 INFO O| Dec 12 04:02:34.317 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122024-12-12T04:02:34.782Z[ host-image] Dec 12 04:02:34.326 INFO O| Dec 12 04:02:34.326 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98132024-12-12T04:02:34.782Z[ host-image] Dec 12 04:02:34.327 INFO O| Dec 12 04:02:34.327 INFO STEP 147 (remove_files) COMPLETE
98142024-12-12T04:02:34.782Z[ host-image] Dec 12 04:02:34.327 INFO O| Dec 12 04:02:34.327 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152024-12-12T04:02:34.791Z[ host-image] Dec 12 04:02:34.336 INFO O| Dec 12 04:02:34.336 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98162024-12-12T04:02:34.791Z[ host-image] Dec 12 04:02:34.336 INFO O| Dec 12 04:02:34.336 INFO STEP 148 (remove_files) COMPLETE
98172024-12-12T04:02:34.794Z[ host-image] Dec 12 04:02:34.336 INFO O| Dec 12 04:02:34.336 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182024-12-12T04:02:34.803Z[ host-image] Dec 12 04:02:34.346 INFO O| Dec 12 04:02:34.346 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98192024-12-12T04:02:34.806Z[ host-image] Dec 12 04:02:34.346 INFO O| Dec 12 04:02:34.346 INFO STEP 149 (remove_files) COMPLETE
98202024-12-12T04:02:34.806Z[ host-image] Dec 12 04:02:34.346 INFO O| Dec 12 04:02:34.346 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212024-12-12T04:02:34.812Z[ host-image] Dec 12 04:02:34.356 INFO O| Dec 12 04:02:34.356 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98222024-12-12T04:02:34.815Z[ host-image] Dec 12 04:02:34.356 INFO O| Dec 12 04:02:34.356 INFO STEP 150 (remove_files) COMPLETE
98232024-12-12T04:02:34.815Z[ host-image] Dec 12 04:02:34.356 INFO O| Dec 12 04:02:34.356 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98242024-12-12T04:02:34.821Z[ host-image] Dec 12 04:02:34.366 INFO O| Dec 12 04:02:34.366 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98252024-12-12T04:02:34.821Z[ host-image] Dec 12 04:02:34.366 INFO O| Dec 12 04:02:34.366 INFO STEP 151 (remove_files) COMPLETE
98262024-12-12T04:02:34.821Z[ host-image] Dec 12 04:02:34.366 INFO O| Dec 12 04:02:34.366 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98272024-12-12T04:02:34.830Z[ host-image] Dec 12 04:02:34.375 INFO O| Dec 12 04:02:34.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98282024-12-12T04:02:34.834Z[ host-image] Dec 12 04:02:34.376 INFO O| Dec 12 04:02:34.376 INFO STEP 152 (remove_files) COMPLETE
98292024-12-12T04:02:34.834Z[ host-image] Dec 12 04:02:34.376 INFO O| Dec 12 04:02:34.376 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98302024-12-12T04:02:34.847Z[ host-image] Dec 12 04:02:34.385 INFO O| Dec 12 04:02:34.385 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98312024-12-12T04:02:34.848Z[ host-image] Dec 12 04:02:34.385 INFO O| Dec 12 04:02:34.385 INFO STEP 153 (remove_files) COMPLETE
98322024-12-12T04:02:34.848Z[ host-image] Dec 12 04:02:34.385 INFO O| Dec 12 04:02:34.385 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98332024-12-12T04:02:34.850Z[ host-image] Dec 12 04:02:34.395 INFO O| Dec 12 04:02:34.395 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98342024-12-12T04:02:34.853Z[ host-image] Dec 12 04:02:34.395 INFO O| Dec 12 04:02:34.395 INFO STEP 154 (remove_files) COMPLETE
98352024-12-12T04:02:34.853Z[ host-image] Dec 12 04:02:34.395 INFO O| Dec 12 04:02:34.395 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98362024-12-12T04:02:34.860Z[ host-image] Dec 12 04:02:34.405 INFO O| Dec 12 04:02:34.405 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98372024-12-12T04:02:34.866Z[ host-image] Dec 12 04:02:34.405 INFO O| Dec 12 04:02:34.405 INFO STEP 155 (remove_files) COMPLETE
98382024-12-12T04:02:34.866Z[ host-image] Dec 12 04:02:34.405 INFO O| Dec 12 04:02:34.405 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98392024-12-12T04:02:34.869Z[ host-image] Dec 12 04:02:34.414 INFO O| Dec 12 04:02:34.414 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98402024-12-12T04:02:34.872Z[ host-image] Dec 12 04:02:34.414 INFO O| Dec 12 04:02:34.414 INFO STEP 156 (remove_files) COMPLETE
98412024-12-12T04:02:34.872Z[ host-image] Dec 12 04:02:34.414 INFO O| Dec 12 04:02:34.414 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98422024-12-12T04:02:34.879Z[ host-image] Dec 12 04:02:34.424 INFO O| Dec 12 04:02:34.424 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98432024-12-12T04:02:34.879Z[ host-image] Dec 12 04:02:34.424 INFO O| Dec 12 04:02:34.424 INFO STEP 157 (remove_files) COMPLETE
98442024-12-12T04:02:34.882Z[ host-image] Dec 12 04:02:34.424 INFO O| Dec 12 04:02:34.424 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98452024-12-12T04:02:34.894Z[ host-image] Dec 12 04:02:34.439 INFO O| Dec 12 04:02:34.439 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98462024-12-12T04:02:34.894Z[ host-image] Dec 12 04:02:34.439 INFO O| Dec 12 04:02:34.439 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98472024-12-12T04:02:40.686Z[ host-image] Dec 12 04:02:40.230 INFO O| Dec 12 04:02:40.230 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
98482024-12-12T04:02:40.691Z[ host-image] Dec 12 04:02:40.230 INFO O| Dec 12 04:02:40.230 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98492024-12-12T04:02:40.701Z[ host-image] Dec 12 04:02:40.245 INFO O| Dec 12 04:02:40.245 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98502024-12-12T04:02:40.783Z[ host-image] Dec 12 04:02:40.326 INFO O| Dec 12 04:02:40.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98512024-12-12T04:02:40.783Z[ host-image] Dec 12 04:02:40.326 INFO O| Dec 12 04:02:40.326 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98522024-12-12T04:02:40.788Z[ host-image] Dec 12 04:02:40.328 INFO O| Dec 12 04:02:40.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98532024-12-12T04:02:40.788Z[ host-image] Dec 12 04:02:40.328 INFO O| Dec 12 04:02:40.328 INFO ok!
98542024-12-12T04:02:40.788Z[ host-image] Dec 12 04:02:40.329 INFO O| Dec 12 04:02:40.328 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98552024-12-12T04:02:40.788Z[ host-image] Dec 12 04:02:40.329 INFO O| Dec 12 04:02:40.329 INFO STEP 158 (seed_smf) COMPLETE
98562024-12-12T04:02:40.788Z[ host-image] Dec 12 04:02:40.329 INFO O| Dec 12 04:02:40.329 INFO steps complete; finalising image!
98572024-12-12T04:02:40.788Z[ host-image] Dec 12 04:02:40.329 INFO O| Dec 12 04:02:40.329 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98582024-12-12T04:02:40.927Z[ host-image] Dec 12 04:02:40.472 INFO O| Dec 12 04:02:40.471 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Dec 12 04:02:40 2024)
98592024-12-12T04:02:41.149Z[ host-image] Dec 12 04:02:40.692 INFO O| Dec 12 04:02:40.692 INFO temporary pool has 691M used, 141M avail, 1.81x compressratio
98602024-12-12T04:02:41.149Z[ host-image] Dec 12 04:02:40.692 INFO O| Dec 12 04:02:40.692 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98612024-12-12T04:02:41.455Z[ host-image] Dec 12 04:02:40.996 INFO O| Dec 12 04:02:40.996 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98622024-12-12T04:02:41.455Z[ host-image] Dec 12 04:02:40.996 INFO O| Dec 12 04:02:40.996 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98632024-12-12T04:02:42.483Z[ host-image] Dec 12 04:02:42.027 INFO O| Dec 12 04:02:42.027 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98642024-12-12T04:02:42.483Z[ host-image] Dec 12 04:02:42.027 INFO O| Dec 12 04:02:42.027 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98652024-12-12T04:02:42.487Z[ host-image] Dec 12 04:02:42.027 INFO O| Dec 12 04:02:42.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98662024-12-12T04:02:42.487Z[ host-image] Dec 12 04:02:42.027 INFO O| Dec 12 04:02:42.027 INFO completed processing gimlet/zfs
98672024-12-12T04:02:42.487Z[ host-image] Dec 12 04:02:42.027 INFO O| Dec 12 04:02:42.027 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98682024-12-12T04:02:50.702Z[ host-image] Dec 12 04:02:50.246 INFO O| Dec 12 04:02:50.246 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98692024-12-12T04:02:50.789Z[ host-image] Dec 12 04:02:50.331 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
98702024-12-12T04:02:50.789Z[ host-image] Dec 12 04:02:50.331 INFO expanded image name: "ci 21b793c/${os_short_commit} 2024-12-12 03:31" -> "ci 21b793c/92ea229 2024-12-12 03:31"
98712024-12-12T04:02:50.792Z[ host-image] Dec 12 04:02:50.331 INFO output artefacts stored in: "/work/os-host"
98722024-12-12T04:02:50.792Z[ host-image] Dec 12 04:02:50.331 INFO collecting git info from project "pilot"...
98732024-12-12T04:02:50.795Z[ host-image] Dec 12 04:02:50.337 INFO collecting git info from project "phbl"...
98742024-12-12T04:02:50.799Z[ host-image] Dec 12 04:02:50.342 INFO collecting git info from project "amd-firmware"...
98752024-12-12T04:02:50.806Z[ host-image] Dec 12 04:02:50.350 INFO collecting git info from project "pinprick"...
98762024-12-12T04:02:50.811Z[ host-image] Dec 12 04:02:50.354 INFO collecting git info from project "bootserver"...
98772024-12-12T04:02:50.814Z[ host-image] Dec 12 04:02:50.359 INFO collecting git info from project "amd-host-image-builder"...
98782024-12-12T04:02:50.828Z[ host-image] Dec 12 04:02:50.372 INFO collecting git info from project "image-builder"...
98792024-12-12T04:02:50.832Z[ host-image] Dec 12 04:02:50.376 INFO collecting git info from project "chelsio-t6-roms"...
98802024-12-12T04:02:50.837Z[ host-image] Dec 12 04:02:50.381 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98812024-12-12T04:02:51.199Z[ host-image] Dec 12 04:02:50.743 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98822024-12-12T04:02:51.547Z[ host-image] Dec 12 04:02:51.091 INFO creating Oxide boot image...
98832024-12-12T04:02:51.548Z[ host-image] Dec 12 04:02:51.091 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 21b793c/92ea229 2024-12-12 03:31", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98842024-12-12T04:02:52.468Z[ host-image] Dec 12 04:02:52.010 INFO O| ok, image written!
98852024-12-12T04:02:52.473Z[ host-image] Dec 12 04:02:52.010 INFO O| ok, boot_image_csum file written!
98862024-12-12T04:02:52.473Z[ host-image] Dec 12 04:02:52.013 INFO creating boot archive (CPIO)...
98872024-12-12T04:02:52.473Z[ host-image] Dec 12 04:02:52.013 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
98882024-12-12T04:02:52.482Z[ host-image] Dec 12 04:02:52.025 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98892024-12-12T04:02:52.482Z[ host-image] Dec 12 04:02:52.026 INFO E| + outfile=/work/os-host/cpio
98902024-12-12T04:02:52.486Z[ host-image] Dec 12 04:02:52.026 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98912024-12-12T04:02:52.486Z[ host-image] Dec 12 04:02:52.028 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98922024-12-12T04:02:52.486Z[ host-image] Dec 12 04:02:52.028 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98932024-12-12T04:02:52.517Z[ host-image] Dec 12 04:02:52.061 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98942024-12-12T04:02:52.517Z[ host-image] Dec 12 04:02:52.061 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98952024-12-12T04:02:52.525Z[ host-image] Dec 12 04:02:52.069 INFO creating compressed cpio/unix for nanobl-rs...
98962024-12-12T04:02:52.525Z[ host-image] Dec 12 04:02:52.069 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
98972024-12-12T04:02:52.827Z[ host-image] Dec 12 04:02:52.370 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
98982024-12-12T04:02:57.186Z[ host-image] Dec 12 04:02:56.729 INFO creating reset image...
98992024-12-12T04:02:57.192Z[ host-image] Dec 12 04:02:56.729 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99002024-12-12T04:02:57.281Z[ host-image] Dec 12 04:02:56.823 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99012024-12-12T04:02:57.287Z[ host-image] Dec 12 04:02:56.825 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99022024-12-12T04:02:57.338Z[ host-image] Dec 12 04:02:56.881 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99032024-12-12T04:02:59.167Z[ host-image] Dec 12 04:02:58.710 INFO E| Finished `release` profile [optimized] target(s) in 1.87s
99042024-12-12T04:02:59.202Z[ host-image] Dec 12 04:02:58.722 INFO building host image...
99052024-12-12T04:02:59.234Z[ host-image] Dec 12 04:02:58.722 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")
99062024-12-12T04:02:59.681Z[ host-image] Dec 12 04:02:59.224 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99072024-12-12T04:03:47.538Z[ host-image] Dec 12 04:03:47.079 INFO image complete! materials are in "/work/os-host"
99082024-12-12T04:03:47.542Z[ host-image]
99092024-12-12T04:03:47.543Z[ host-image] real 10:00.034677637
99102024-12-12T04:03:47.543Z[ host-image] user 5:21.608471058
99112024-12-12T04:03:47.543Z[ host-image] sys 50.996895698
99122024-12-12T04:03:47.543Z[ host-image] trap 0.198833712
99132024-12-12T04:03:47.543Z[ host-image] tflt 0.000847311
99142024-12-12T04:03:47.543Z[ host-image] dflt 0.038088848
99152024-12-12T04:03:47.543Z[ host-image] kflt 0.000013509
99162024-12-12T04:03:47.543Z[ host-image] lock 6:35.596587047
99172024-12-12T04:03:47.543Z[ host-image] slp 54:47.981218541
99182024-12-12T04:03:47.543Z[ host-image] lat 1:28.808118045
99192024-12-12T04:03:47.543Z[ host-image] stop 0.398140453
99202024-12-12T04:03:47.543ZDec 12 04:03:47.082 INFO [host-image] process exited with exit status: 0 (600.052068396s)
99212024-12-12T04:03:47.543ZDec 12 04:03:47.082 INFO [tuf-repo] running task
99222024-12-12T04:03:55.698ZDec 12 04:03:55.238 INFO assembling repository in `/tmp/tufaceousJEojiT`, component: OmicronRepoAssembler
99232024-12-12T04:04:03.312ZDec 12 04:04:02.762 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99242024-12-12T04:04:03.312ZDec 12 04:04:02.769 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99252024-12-12T04:04:17.172ZDec 12 04:04:16.711 INFO [tuf-repo] task succeeded (29.628158205s)
99262024-12-12T04:04:17.172ZDec 12 04:04:16.711 INFO all jobs completed in 1971.238511503s
99272024-12-12T04:04:17.868Zprocess exited: duration 2682635 ms, exit code 0
 
99282024-12-12T04:04:17.882Zfound 33 output files
99292024-12-12T04:04:17.888Zuploading: /work/manifest.toml (8404 bytes)
99302024-12-12T04:04:18.897Zuploaded: /work/manifest.toml
99312024-12-12T04:04:18.897Zuploading: /work/repo.zip (1977152806 bytes)
99322024-12-12T04:05:00.463Zuploaded: /work/repo.zip
99332024-12-12T04:05:00.463Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99342024-12-12T04:05:01.473Zuploaded: /work/repo.zip.sha256.txt
99352024-12-12T04:05:01.475Zuploading: /work/helios-setup.log (66031 bytes)
99362024-12-12T04:05:02.485Zuploaded: /work/helios-setup.log
99372024-12-12T04:05:02.489Zuploading: /work/host-image.log (196372 bytes)
99382024-12-12T04:05:03.499Zuploaded: /work/host-image.log
99392024-12-12T04:05:03.502Zuploading: /work/host-package.log (22653 bytes)
99402024-12-12T04:05:04.510Zuploaded: /work/host-package.log
99412024-12-12T04:05:04.513Zuploading: /work/host-target.log (101 bytes)
99422024-12-12T04:05:05.519Zuploaded: /work/host-target.log
99432024-12-12T04:05:05.522Zuploading: /work/omicron-package.log (5575 bytes)
99442024-12-12T04:05:06.528Zuploaded: /work/omicron-package.log
99452024-12-12T04:05:06.531Zuploading: /work/phbl-toolchain.log (881 bytes)
99462024-12-12T04:05:07.538Zuploaded: /work/phbl-toolchain.log
99472024-12-12T04:05:07.538Zuploading: /work/recovery-image.log (591575 bytes)
99482024-12-12T04:05:08.560Zuploaded: /work/recovery-image.log
99492024-12-12T04:05:08.563Zuploading: /work/recovery-package.log (321 bytes)
99502024-12-12T04:05:09.569Zuploaded: /work/recovery-package.log
99512024-12-12T04:05:09.569Zuploading: /work/recovery-target.log (98 bytes)
99522024-12-12T04:05:10.579Zuploaded: /work/recovery-target.log
99532024-12-12T04:05:10.579Zuploading: /work/stamp-clickhouse.log (117 bytes)
99542024-12-12T04:05:11.587Zuploaded: /work/stamp-clickhouse.log
99552024-12-12T04:05:11.587Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99562024-12-12T04:05:12.595Zuploaded: /work/stamp-clickhouse_keeper.log
99572024-12-12T04:05:12.595Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99582024-12-12T04:05:13.603Zuploaded: /work/stamp-cockroachdb.log
99592024-12-12T04:05:13.603Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99602024-12-12T04:05:14.612Zuploaded: /work/stamp-crucible-dtrace.log
99612024-12-12T04:05:14.615Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99622024-12-12T04:05:15.620Zuploaded: /work/stamp-crucible-pantry-zone.log
99632024-12-12T04:05:15.623Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99642024-12-12T04:05:16.629Zuploaded: /work/stamp-crucible-zone.log
99652024-12-12T04:05:16.630Zuploading: /work/stamp-external-dns.log (119 bytes)
99662024-12-12T04:05:17.637Zuploaded: /work/stamp-external-dns.log
99672024-12-12T04:05:17.637Zuploading: /work/stamp-installinator.log (103 bytes)
99682024-12-12T04:05:18.645Zuploaded: /work/stamp-installinator.log
99692024-12-12T04:05:18.645Zuploading: /work/stamp-internal-dns.log (119 bytes)
99702024-12-12T04:05:19.655Zuploaded: /work/stamp-internal-dns.log
99712024-12-12T04:05:19.656Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99722024-12-12T04:05:20.663Zuploaded: /work/stamp-mg-ddm-gz.log
99732024-12-12T04:05:20.666Zuploading: /work/stamp-nexus.log (112 bytes)
99742024-12-12T04:05:21.672Zuploaded: /work/stamp-nexus.log
99752024-12-12T04:05:21.672Zuploading: /work/stamp-ntp.log (110 bytes)
99762024-12-12T04:05:22.680Zuploaded: /work/stamp-ntp.log
99772024-12-12T04:05:22.683Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99782024-12-12T04:05:23.689Zuploaded: /work/stamp-omicron-sled-agent.log
99792024-12-12T04:05:23.689Zuploading: /work/stamp-overlay.log (114 bytes)
99802024-12-12T04:05:24.696Zuploaded: /work/stamp-overlay.log
99812024-12-12T04:05:24.696Zuploading: /work/stamp-oximeter.log (115 bytes)
99822024-12-12T04:05:25.703Zuploaded: /work/stamp-oximeter.log
99832024-12-12T04:05:25.706Zuploading: /work/stamp-oxlog.log (109 bytes)
99842024-12-12T04:05:26.714Zuploaded: /work/stamp-oxlog.log
99852024-12-12T04:05:26.714Zuploading: /work/stamp-probe.log (112 bytes)
99862024-12-12T04:05:27.723Zuploaded: /work/stamp-probe.log
99872024-12-12T04:05:27.727Zuploading: /work/stamp-propolis-server.log (122 bytes)
99882024-12-12T04:05:28.734Zuploaded: /work/stamp-propolis-server.log
99892024-12-12T04:05:28.737Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99902024-12-12T04:05:29.743Zuploaded: /work/stamp-pumpkind-gz.log
99912024-12-12T04:05:29.746Zuploading: /work/stamp-switch-asic.log (118 bytes)
99922024-12-12T04:05:30.752Zuploaded: /work/stamp-switch-asic.log
99932024-12-12T04:05:30.755Zuploading: /work/verify-libraries.log (4271 bytes)
99942024-12-12T04:05:31.761Zuploaded: /work/verify-libraries.log