[INFO] cloning repository https://github.com/ProgrammingRust/antisamples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ProgrammingRust/antisamples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProgrammingRust%2Fantisamples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProgrammingRust%2Fantisamples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e9f62061bf7d3636bdff8f1c80f116dbc31f643 [INFO] testing ProgrammingRust/antisamples against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FProgrammingRust%2Fantisamples" "/workspace/builds/worker-89/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-89/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ProgrammingRust/antisamples on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-89/source/rust-toolchain [INFO] started tweaking git repo https://github.com/ProgrammingRust/antisamples [INFO] finished tweaking git repo https://github.com/ProgrammingRust/antisamples [INFO] tweaked toml for git repo https://github.com/ProgrammingRust/antisamples written to /workspace/builds/worker-89/source/Cargo.toml [INFO] crate git repo https://github.com/ProgrammingRust/antisamples already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded filetime v0.2.6 [INFO] [stderr] Downloaded backtrace v0.3.31 [INFO] [stderr] Downloaded serde_derive v1.0.93 [INFO] [stderr] Downloaded serde v1.0.93 [INFO] [stderr] Downloaded syn v0.15.38 [INFO] [stderr] Downloaded compiletest_rs v0.3.22 [INFO] [stderr] Downloaded rustfix v0.4.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91bfbeb78bd28aa18b70e0dec1ed958ab90d599d808b49c37235cb7f560a7673 [INFO] running `Command { std: "docker" "start" "-a" "91bfbeb78bd28aa18b70e0dec1ed958ab90d599d808b49c37235cb7f560a7673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91bfbeb78bd28aa18b70e0dec1ed958ab90d599d808b49c37235cb7f560a7673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91bfbeb78bd28aa18b70e0dec1ed958ab90d599d808b49c37235cb7f560a7673", kill_on_drop: false }` [INFO] [stdout] 91bfbeb78bd28aa18b70e0dec1ed958ab90d599d808b49c37235cb7f560a7673 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2dd84d3603be671ba22d3965047847fa54ea954b155e762e52e6de3b54687b37 [INFO] running `Command { std: "docker" "start" "-a" "2dd84d3603be671ba22d3965047847fa54ea954b155e762e52e6de3b54687b37", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling antisamples v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 01s [INFO] running `Command { std: "docker" "inspect" "2dd84d3603be671ba22d3965047847fa54ea954b155e762e52e6de3b54687b37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dd84d3603be671ba22d3965047847fa54ea954b155e762e52e6de3b54687b37", kill_on_drop: false }` [INFO] [stdout] 2dd84d3603be671ba22d3965047847fa54ea954b155e762e52e6de3b54687b37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc026741968b3f6760781b3a50281d25c35c53448f76ddf8c61b09d2677440d4 [INFO] running `Command { std: "docker" "start" "-a" "cc026741968b3f6760781b3a50281d25c35c53448f76ddf8c61b09d2677440d4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling serde v1.0.93 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling compiletest_rs v0.3.22 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling diff v0.1.11 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Compiling regex-syntax v0.6.7 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling backtrace v0.3.31 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling filetime v0.2.6 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.93 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling rustfix v0.4.5 [INFO] [stdout] error[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.22/src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern crate rustc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: please recompile that crate using --crate-type lib [INFO] [stdout] = note: the following crate versions were found: [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.msan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.lsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.tsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.asan.a [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.22/src/lib.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | #![cfg_attr(not(feature = "norustc"), feature(rustc_private))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.22/src/lib.rs:14:38 [INFO] [stdout] | [INFO] [stdout] 14 | #![cfg_attr(not(feature = "stable"), feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `TestOpts` has no field named `filter` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.22/src/lib.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | filter: config.filter.clone(), [INFO] [stdout] | ^^^^^^ help: a field with a similar name exists: `filters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `TestDesc` has no field named `allow_fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.3.22/src/lib.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | allow_fail: false, [INFO] [stdout] | ^^^^^^^^^^ `TestDesc` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `name`, `ignore`, `should_panic`, `compile_fail`, `no_run`, `test_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0560. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `compiletest_rs` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "cc026741968b3f6760781b3a50281d25c35c53448f76ddf8c61b09d2677440d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc026741968b3f6760781b3a50281d25c35c53448f76ddf8c61b09d2677440d4", kill_on_drop: false }` [INFO] [stdout] cc026741968b3f6760781b3a50281d25c35c53448f76ddf8c61b09d2677440d4