[INFO] cloning repository https://github.com/petervaro/rusty-python-fibonacci [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/petervaro/rusty-python-fibonacci" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetervaro%2Frusty-python-fibonacci", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetervaro%2Frusty-python-fibonacci'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6755be27a592291374702268db5223f470c1818 [INFO] checking petervaro/rusty-python-fibonacci against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetervaro%2Frusty-python-fibonacci" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/petervaro/rusty-python-fibonacci on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/petervaro/rusty-python-fibonacci [INFO] finished tweaking git repo https://github.com/petervaro/rusty-python-fibonacci [INFO] tweaked toml for git repo https://github.com/petervaro/rusty-python-fibonacci written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/petervaro/rusty-python-fibonacci already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fe1ee334daaf0b19f92ded79a09c6a9944b7b103bf6e0225c5fd5d13e483e428 [INFO] running `Command { std: "docker" "start" "-a" "fe1ee334daaf0b19f92ded79a09c6a9944b7b103bf6e0225c5fd5d13e483e428", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe1ee334daaf0b19f92ded79a09c6a9944b7b103bf6e0225c5fd5d13e483e428", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe1ee334daaf0b19f92ded79a09c6a9944b7b103bf6e0225c5fd5d13e483e428", kill_on_drop: false }` [INFO] [stdout] fe1ee334daaf0b19f92ded79a09c6a9944b7b103bf6e0225c5fd5d13e483e428 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b95a3d240eccbffe3e80ca48b3d4f9417e5e31fda2d4891a35ef247f8d2a117 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8b95a3d240eccbffe3e80ca48b3d4f9417e5e31fda2d4891a35ef247f8d2a117", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.43 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Checking spin v0.5.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling proc-macro-hack v0.4.2 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling mashup-impl v0.1.9 [INFO] [stderr] Checking mashup v0.1.9 [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mashup-0.1.9/src/lib.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / proc_macro_item_decl! { [INFO] [stdout] 154 | | #[doc(hidden)] [INFO] [stdout] 155 | | mashup_macro! => mashup_macro_impl [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: message: assertion failed: `(left == right)` [INFO] [stdout] left: `"#[allow(unused,"`, [INFO] [stdout] right: `"#"` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mashup`. [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 `Command { std: "docker" "inspect" "8b95a3d240eccbffe3e80ca48b3d4f9417e5e31fda2d4891a35ef247f8d2a117", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b95a3d240eccbffe3e80ca48b3d4f9417e5e31fda2d4891a35ef247f8d2a117", kill_on_drop: false }` [INFO] [stdout] 8b95a3d240eccbffe3e80ca48b3d4f9417e5e31fda2d4891a35ef247f8d2a117