[INFO] crate function_name 0.2.0 is already in cache [INFO] testing function_name-0.2.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate function_name 0.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate function_name 0.2.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8b7ef50a14e2cb81a7566324f5393f2b971e94e6d69d7e132317c32ea6154878 [INFO] running `"docker" "start" "-a" "8b7ef50a14e2cb81a7566324f5393f2b971e94e6d69d7e132317c32ea6154878"` [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 unicode-xid v0.1.0 [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 24.80s [INFO] running `"docker" "inspect" "8b7ef50a14e2cb81a7566324f5393f2b971e94e6d69d7e132317c32ea6154878"` [INFO] running `"docker" "rm" "-f" "8b7ef50a14e2cb81a7566324f5393f2b971e94e6d69d7e132317c32ea6154878"` [INFO] [stdout] 8b7ef50a14e2cb81a7566324f5393f2b971e94e6d69d7e132317c32ea6154878 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 342d06dbb9c84a74822cc849f7174fa29cb1a3713bfc224280537774cb696cfc [INFO] running `"docker" "start" "-a" "342d06dbb9c84a74822cc849f7174fa29cb1a3713bfc224280537774cb696cfc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling function_name v0.2.0 (/opt/rustwide/workdir) [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: 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 `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: 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: 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: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 `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: 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[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: 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: build failed [INFO] running `"docker" "inspect" "342d06dbb9c84a74822cc849f7174fa29cb1a3713bfc224280537774cb696cfc"` [INFO] running `"docker" "rm" "-f" "342d06dbb9c84a74822cc849f7174fa29cb1a3713bfc224280537774cb696cfc"` [INFO] [stdout] 342d06dbb9c84a74822cc849f7174fa29cb1a3713bfc224280537774cb696cfc