[INFO] crate function_name 0.2.0 is already in cache [INFO] testing function_name-0.2.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate function_name 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate function_name 0.2.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate function_name 0.2.0 [INFO] finished tweaking crates.io crate function_name 0.2.0 [INFO] tweaked toml for crates.io crate function_name 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 719ea4e5103cff2c2d03ba396c581060b6d2ae93d43e485781033540a446b84f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "719ea4e5103cff2c2d03ba396c581060b6d2ae93d43e485781033540a446b84f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Compiling function_name-proc-macro v0.2.0 [INFO] [stderr] Compiling function_name v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.76s [INFO] running `"docker" "inspect" "719ea4e5103cff2c2d03ba396c581060b6d2ae93d43e485781033540a446b84f"` [INFO] running `"docker" "rm" "-f" "719ea4e5103cff2c2d03ba396c581060b6d2ae93d43e485781033540a446b84f"` [INFO] [stdout] 719ea4e5103cff2c2d03ba396c581060b6d2ae93d43e485781033540a446b84f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7d888184babb2042304304219c4faba683178ca3a5d46cf372e422b3b9ed0712 [INFO] running `"docker" "start" "-a" "7d888184babb2042304304219c4faba683178ca3a5d46cf372e422b3b9ed0712"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling function_name v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: custom attribute panicked [INFO] [stderr] --> examples/readme-function_path.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | #[named] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Cargo.toml must have a function_name dependency: "Could not find `function_name` in `dependencies` or `dev-dependencies` in `/opt/rustwide/workdir/Cargo.toml`!" [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `baz` in module `foo::bar` [INFO] [stderr] --> examples/readme-function_path.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | foo::bar::baz(); [INFO] [stderr] | ^^^ not found in `foo::bar` [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> examples/readme-function_path.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / macro_rules! function_path {() => (concat!( [INFO] [stderr] 4 | | module_path!(), "::", function_name!() [INFO] [stderr] 5 | | ))} [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `function_name`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: custom attribute panicked [INFO] [stderr] --> examples/readme-basic.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[named] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Cargo.toml must have a function_name dependency: "Could not find `function_name` in `dependencies` or `dev-dependencies` in `/opt/rustwide/workdir/Cargo.toml`!" [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `my_super_duper_function` in this scope [INFO] [stderr] --> examples/readme-basic.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | my_super_duper_function(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: custom attribute panicked [INFO] [stderr] --> tests/double_use.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[named] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Cargo.toml must have a function_name dependency: "Could not find `function_name` in `dependencies` or `dev-dependencies` in `/opt/rustwide/workdir/Cargo.toml`!" [INFO] [stderr] [INFO] [stderr] error: custom attribute panicked [INFO] [stderr] --> tests/double_use.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #[named] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Cargo.toml must have a function_name dependency: "Could not find `function_name` in `dependencies` or `dev-dependencies` in `/opt/rustwide/workdir/Cargo.toml`!" [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `foo` in this scope [INFO] [stderr] --> tests/double_use.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | foo(); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `bar` in this scope [INFO] [stderr] --> tests/double_use.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | bar(); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7d888184babb2042304304219c4faba683178ca3a5d46cf372e422b3b9ed0712"` [INFO] running `"docker" "rm" "-f" "7d888184babb2042304304219c4faba683178ca3a5d46cf372e422b3b9ed0712"` [INFO] [stdout] 7d888184babb2042304304219c4faba683178ca3a5d46cf372e422b3b9ed0712