[INFO] updating cached repository kurnevsky/esxtool [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kurnevsky/esxtool [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kurnevsky/esxtool" "work/ex/beta-1.37-6/sources/1.36.0/gh/kurnevsky/esxtool"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/kurnevsky/esxtool'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kurnevsky/esxtool" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kurnevsky/esxtool"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kurnevsky/esxtool'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fb5177c5ab30bc5c592e680f4d2ede2dbc1ea968 [INFO] sha for GitHub repo kurnevsky/esxtool: fb5177c5ab30bc5c592e680f4d2ede2dbc1ea968 [INFO] validating manifest of kurnevsky/esxtool on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kurnevsky/esxtool on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kurnevsky/esxtool [INFO] finished frobbing kurnevsky/esxtool [INFO] frobbed toml for kurnevsky/esxtool written to work/ex/beta-1.37-6/sources/1.36.0/gh/kurnevsky/esxtool/Cargo.toml [INFO] started frobbing kurnevsky/esxtool [INFO] finished frobbing kurnevsky/esxtool [INFO] frobbed toml for kurnevsky/esxtool written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kurnevsky/esxtool/Cargo.toml [INFO] crate kurnevsky/esxtool already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kurnevsky/esxtool against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kurnevsky/esxtool:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 231fe86458ba2ef59ccfe8eb4142f5c5982e2f6944b06272cfa30b4807683442 [INFO] running `"docker" "start" "-a" "231fe86458ba2ef59ccfe8eb4142f5c5982e2f6944b06272cfa30b4807683442"` [INFO] [stderr] Compiling seek_bufread v1.2.2 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling combine v3.6.3 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling esxtool v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: variant is never constructed: `Float` [INFO] [stderr] --> src/mwscript/funcs.rs:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | Float, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Long` [INFO] [stderr] --> src/mwscript/funcs.rs:13:3 [INFO] [stderr] | [INFO] [stderr] 13 | Long, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Void` [INFO] [stderr] --> src/mwscript/funcs.rs:14:3 [INFO] [stderr] | [INFO] [stderr] 14 | Void, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `name` [INFO] [stderr] --> src/mwscript/func_macro.rs:38:7 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn name(self) -> &'static str { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/mwscript/funcs.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / mwfuncs! { [INFO] [stderr] 18 | | Disable(| s): v, [INFO] [stderr] 19 | | Enable(| s): v, [INFO] [stderr] 20 | | GetDisabled(| s): l, [INFO] [stderr] ... | [INFO] [stderr] 521 | | SetScale(f): v [INFO] [stderr] 522 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: method is never used: `result` [INFO] [stderr] --> src/mwscript/func_macro.rs:62:7 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn result(self) -> ResType { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/mwscript/funcs.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / mwfuncs! { [INFO] [stderr] 18 | | Disable(| s): v, [INFO] [stderr] 19 | | Enable(| s): v, [INFO] [stderr] 20 | | GetDisabled(| s): l, [INFO] [stderr] ... | [INFO] [stderr] 521 | | SetScale(f): v [INFO] [stderr] 522 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: associated constant `Unknown` should have an upper case name [INFO] [stderr] --> src/esx/record/record_flags.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | const Unknown = 0x0000_0020; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `UNKNOWN` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: associated constant `Persistent` should have an upper case name [INFO] [stderr] --> src/esx/record/record_flags.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | const Persistent = 0x0000_0400; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `PERSISTENT` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Blocked` should have an upper case name [INFO] [stderr] --> src/esx/record/record_flags.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | const Blocked = 0x0000_2000; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `BLOCKED` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Playable` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/flags.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | const Playable = 0x0000_0001; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `PLAYABLE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Weapon` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | const Weapon = 0x0000_0001; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `WEAPON` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Armor` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | const Armor = 0x0000_0002; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `ARMOR` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Clothing` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | const Clothing = 0x0000_0004; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `CLOTHING` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Books` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | const Books = 0x0000_0008; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `BOOKS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Ingrediant` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:9:11 [INFO] [stderr] | [INFO] [stderr] 9 | const Ingrediant = 0x0000_0010; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `INGREDIANT` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Picks` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:10:11 [INFO] [stderr] | [INFO] [stderr] 10 | const Picks = 0x0000_0020; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `PICKS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Probes` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | const Probes = 0x0000_0040; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `PROBES` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Lights` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | const Lights = 0x0000_0080; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `LIGHTS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Apparatus` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:13:11 [INFO] [stderr] | [INFO] [stderr] 13 | const Apparatus = 0x0000_0100; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `APPARATUS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Repair` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | const Repair = 0x0000_0200; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `REPAIR` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Misc` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:15:11 [INFO] [stderr] | [INFO] [stderr] 15 | const Misc = 0x0000_0400; [INFO] [stderr] | ^^^^ help: convert the identifier to upper case: `MISC` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Spells` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | const Spells = 0x0000_0800; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `SPELLS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `MagicItems` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | const MagicItems = 0x0000_1000; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `MAGIC_ITEMS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Potions` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | const Potions = 0x0000_2000; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `POTIONS` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Training` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:19:11 [INFO] [stderr] | [INFO] [stderr] 19 | const Training = 0x0000_4000; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `TRAINING` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Spellmaking` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:20:11 [INFO] [stderr] | [INFO] [stderr] 20 | const Spellmaking = 0x0000_8000; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SPELLMAKING` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Enchanting` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:21:11 [INFO] [stderr] | [INFO] [stderr] 21 | const Enchanting = 0x0001_0000; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `ENCHANTING` [INFO] [stderr] [INFO] [stderr] warning: associated constant `RepairItem` should have an upper case name [INFO] [stderr] --> src/esx/record/clas/sub_record/auto_calc_flags.rs:22:11 [INFO] [stderr] | [INFO] [stderr] 22 | const RepairItem = 0x0002_0000; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `REPAIR_ITEM` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Hidden` should have an upper case name [INFO] [stderr] --> src/esx/record/fact/sub_record/flags.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | const Hidden = 0x0000_0001; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `HIDDEN` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Playable` should have an upper case name [INFO] [stderr] --> src/esx/record/race/sub_record/flags.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | const Playable = 0x0000_0001; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `PLAYABLE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `BeastRace` should have an upper case name [INFO] [stderr] --> src/esx/record/race/sub_record/flags.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | const BeastRace = 0x0000_0002; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `BEAST_RACE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Spellmaking` should have an upper case name [INFO] [stderr] --> src/esx/record/mgef/sub_record/flags.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | const Spellmaking = 0x0000_0200; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `SPELLMAKING` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Enchanting` should have an upper case name [INFO] [stderr] --> src/esx/record/mgef/sub_record/flags.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | const Enchanting = 0x0000_0400; [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper case: `ENCHANTING` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Negative` should have an upper case name [INFO] [stderr] --> src/esx/record/mgef/sub_record/flags.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | const Negative = 0x0000_0800; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `NEGATIVE` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Magical` should have an upper case name [INFO] [stderr] --> src/esx/record/weap/sub_record/flags.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | const Magical = 0x0000_0001; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `MAGICAL` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Silver` should have an upper case name [INFO] [stderr] --> src/esx/record/weap/sub_record/flags.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | const Silver = 0x0000_0002; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper case: `SILVER` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.esxtool.6sp8rijf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00" "/opt/crater/target/debug/deps/esxtool-e4a56cbb510e4e00.12jk74srhidsxeev.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libseek_bufread-8dad2491799d0064.rlib" "/opt/crater/target/debug/deps/libphf-048671b80c7347e8.rlib" "/opt/crater/target/debug/deps/libphf_shared-2c4290cd4d3f709b.rlib" "/opt/crater/target/debug/deps/libsiphasher-3800d550d1146963.rlib" "/opt/crater/target/debug/deps/libenv_logger-027f854a4ff51ac8.rlib" "/opt/crater/target/debug/deps/libregex-3aad8302e2536456.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b766f4dc9466fd20.rlib" "/opt/crater/target/debug/deps/libregex_syntax-6e17f81b574a950a.rlib" "/opt/crater/target/debug/deps/libucd_util-317f57fa3d89c7e4.rlib" "/opt/crater/target/debug/deps/libthread_local-449278f440e198dc.rlib" "/opt/crater/target/debug/deps/liblazy_static-ab49020bde3ad45f.rlib" "/opt/crater/target/debug/deps/libaho_corasick-ad6221ea84d14aba.rlib" "/opt/crater/target/debug/deps/libhumantime-11d84e47257e89b2.rlib" "/opt/crater/target/debug/deps/libquick_error-7b5d38789b0fbff0.rlib" "/opt/crater/target/debug/deps/libtermcolor-eeb9bd7e6dd3fa1e.rlib" "/opt/crater/target/debug/deps/liblog-4880d661f25fc746.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libcombine-d848893ad5daec00.rlib" "/opt/crater/target/debug/deps/libascii-aa3cbc06366e71e1.rlib" "/opt/crater/target/debug/deps/libunreachable-82bd20dc79f20878.rlib" "/opt/crater/target/debug/deps/libvoid-e4249880315f5034.rlib" "/opt/crater/target/debug/deps/libmemchr-84cfa481f5081955.rlib" "/opt/crater/target/debug/deps/libcfg_if-f8f28fea847dcb27.rlib" "/opt/crater/target/debug/deps/libeither-75518d3961534fe5.rlib" "/opt/crater/target/debug/deps/libclap-d05c35435057db47.rlib" "/opt/crater/target/debug/deps/libvec_map-543e31245cb37b03.rlib" "/opt/crater/target/debug/deps/libtextwrap-451ef45577a7a752.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libstrsim-e16dede6f67e1ca9.rlib" "/opt/crater/target/debug/deps/libatty-03bd711e93eaca21.rlib" "/opt/crater/target/debug/deps/liblibc-9bc9274b5238ee75.rlib" "/opt/crater/target/debug/deps/libansi_term-d78a4dc68e723c1a.rlib" "/opt/crater/target/debug/deps/libbyteorder-93baff524b6b07af.rlib" "/opt/crater/target/debug/deps/libbitflags-6f632fff558bf385.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `esxtool`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "231fe86458ba2ef59ccfe8eb4142f5c5982e2f6944b06272cfa30b4807683442"` [INFO] running `"docker" "rm" "-f" "231fe86458ba2ef59ccfe8eb4142f5c5982e2f6944b06272cfa30b4807683442"` [INFO] [stdout] 231fe86458ba2ef59ccfe8eb4142f5c5982e2f6944b06272cfa30b4807683442