[INFO] updating cached repository https://github.com/wappuradio/rust-tlink [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 684d11104b6f7491f635f2de7ad14fa29808775d [INFO] testing wappuradio/rust-tlink against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwappuradio%2Frust-tlink" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wappuradio/rust-tlink 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 git repo https://github.com/wappuradio/rust-tlink [INFO] finished tweaking git repo https://github.com/wappuradio/rust-tlink [INFO] tweaked toml for git repo https://github.com/wappuradio/rust-tlink written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/wappuradio/rust-tlink already has a lockfile, it will not be regenerated [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] ddc2205d8de1d860419d3da479a6f802c0230bcf1a80e42b0e1f794984f3f217 [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" "ddc2205d8de1d860419d3da479a6f802c0230bcf1a80e42b0e1f794984f3f217"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.9 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling gstreamer v0.11.0 [INFO] [stderr] Compiling muldiv v0.1.1 [INFO] [stderr] Compiling send-cell v0.1.3 [INFO] [stderr] Compiling byte-slice-cast v0.1.0 [INFO] [stderr] Compiling glib-sys v0.6.0 [INFO] [stderr] Compiling gobject-sys v0.6.0 [INFO] [stderr] Compiling gstreamer-sys v0.5.0 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling glib v0.5.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] error[E0596]: cannot borrow `**func` as mutable, as it is behind a `*const` pointer [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gstreamer-0.11.0/src/iterator.rs:439:8 [INFO] [stderr] | [INFO] [stderr] 435 | let func = func as *const &mut (FnMut(T) -> bool); [INFO] [stderr] | ---- help: consider changing this to be a mutable pointer: `*mut &mut dyn std::ops::FnMut(T) -> bool` [INFO] [stderr] ... [INFO] [stderr] 439 | if (*func)(value) { [INFO] [stderr] | ^^^^^^^ `func` is a `*const` pointer, so the data it refers to cannot be borrowed as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `**func` as mutable, as it is behind a `*const` pointer [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gstreamer-0.11.0/src/iterator.rs:455:5 [INFO] [stderr] | [INFO] [stderr] 451 | let func = func as *const &mut (FnMut(T)); [INFO] [stderr] | ---- help: consider changing this to be a mutable pointer: `*mut &mut dyn std::ops::FnMut(T)` [INFO] [stderr] ... [INFO] [stderr] 455 | (*func)(value); [INFO] [stderr] | ^^^^^^^ `func` is a `*const` pointer, so the data it refers to cannot be borrowed as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `**func` as mutable, as it is behind a `*const` pointer [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gstreamer-0.11.0/src/iterator.rs:473:11 [INFO] [stderr] | [INFO] [stderr] 467 | let func = func as *const &mut (FnMut(U, T) -> Result); [INFO] [stderr] | ---- help: consider changing this to be a mutable pointer: `*mut &mut dyn std::ops::FnMut(U, T) -> std::result::Result` [INFO] [stderr] ... [INFO] [stderr] 473 | match (*func)(accum.take().unwrap(), value) { [INFO] [stderr] | ^^^^^^^ `func` is a `*const` pointer, so the data it refers to cannot be borrowed as mutable [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0596`. [INFO] [stderr] error: could not compile `gstreamer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ddc2205d8de1d860419d3da479a6f802c0230bcf1a80e42b0e1f794984f3f217"` [INFO] running `"docker" "rm" "-f" "ddc2205d8de1d860419d3da479a6f802c0230bcf1a80e42b0e1f794984f3f217"` [INFO] [stdout] ddc2205d8de1d860419d3da479a6f802c0230bcf1a80e42b0e1f794984f3f217