[INFO] cloning repository https://github.com/strymon-system/rescaling-examples
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/strymon-system/rescaling-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrymon-system%2Frescaling-examples", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrymon-system%2Frescaling-examples'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1eadced8f1d04b5e84d8a6179a895a5d1b6fe11a
[INFO] checking strymon-system/rescaling-examples/1eadced8f1d04b5e84d8a6179a895a5d1b6fe11a against master#5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa for pr-149901
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrymon-system%2Frescaling-examples" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/strymon-system/rescaling-examples
[INFO] finished tweaking git repo https://github.com/strymon-system/rescaling-examples
[INFO] tweaked toml for git repo https://github.com/strymon-system/rescaling-examples written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/strymon-system/rescaling-examples on toolchain 5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/strymon-system/rescaling-examples already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/strymon-system/megaphone`
[INFO] [stderr]     Updating git repository `https://github.com/strymon-system/timely-dataflow/`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded abomonation v0.7.3
[INFO] [stderr]   Downloaded abomonation_derive v0.4.0
[INFO] [stderr]   Downloaded unicode-width v0.1.6
[INFO] [stderr]   Downloaded serde v1.0.99
[INFO] [stderr]   Downloaded num_cpus v0.2.13
[INFO] [stderr]   Downloaded streaming-harness-hdrhist v0.2.1
[INFO] [stderr]   Downloaded vcpkg v0.2.7
[INFO] [stderr]   Downloaded zipf v4.0.1
[INFO] [stderr]   Downloaded math v0.0.2
[INFO] [stderr]   Downloaded pkg-config v0.3.15
[INFO] [stderr]   Downloaded log v0.3.9
[INFO] [stderr]   Downloaded num-complex v0.2.3
[INFO] [stderr]   Downloaded hdrhist v0.5.0
[INFO] [stderr]   Downloaded cc v1.0.41
[INFO] [stderr]   Downloaded serde_derive v1.0.99
[INFO] [stderr]   Downloaded cgmath v0.16.1
[INFO] [stderr]   Downloaded serde_json v1.0.40
[INFO] [stderr]   Downloaded syn v1.0.5
[INFO] [stderr]   Downloaded ryu v1.0.0
[INFO] [stderr]   Downloaded winconsole v0.10.0
[INFO] [stderr]   Downloaded futures v0.1.28
[INFO] [stderr]   Downloaded proc-macro2 v1.0.1
[INFO] [stderr]   Downloaded num-traits v0.2.8
[INFO] [stderr]   Downloaded num-rational v0.2.2
[INFO] [stderr]   Downloaded colored v1.8.0
[INFO] [stderr]   Downloaded rgb v0.8.14
[INFO] [stderr]   Downloaded synstructure v0.10.2
[INFO] [stderr]   Downloaded synstructure v0.6.1
[INFO] [stderr]   Downloaded approx v0.1.1
[INFO] [stderr]   Downloaded streaming-harness v0.1.1
[INFO] [stderr]   Downloaded abomonation_derive v0.3.0
[INFO] [stderr]   Downloaded autocfg v0.1.6
[INFO] [stderr]   Downloaded rdkafka-sys v0.11.3-1
[INFO] [stderr]   Downloaded getopts v0.2.21
[INFO] [stderr]   Downloaded rdkafka v0.14.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95c3741b1f3f33d1f8f8d342e9bce304885615809d487096753209e2ae61ed9e
[INFO] running `Command { std: "docker" "start" "-a" "95c3741b1f3f33d1f8f8d342e9bce304885615809d487096753209e2ae61ed9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95c3741b1f3f33d1f8f8d342e9bce304885615809d487096753209e2ae61ed9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95c3741b1f3f33d1f8f8d342e9bce304885615809d487096753209e2ae61ed9e", kill_on_drop: false }`
[INFO] [stdout] 95c3741b1f3f33d1f8f8d342e9bce304885615809d487096753209e2ae61ed9e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b60a8646a8db48e9034c6727dff09601594b4ee20673816296dff0cab3b21e3b
[INFO] running `Command { std: "docker" "start" "-a" "b60a8646a8db48e9034c6727dff09601594b4ee20673816296dff0cab3b21e3b", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling proc-macro2 v1.0.1
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling pkg-config v0.3.15
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling serde v1.0.99
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]     Checking unicode-width v0.1.6
[INFO] [stderr]    Compiling cc v1.0.41
[INFO] [stderr]    Compiling cgmath v0.16.1
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]    Compiling getrandom v0.1.11
[INFO] [stderr]    Compiling num-bigint v0.2.2
[INFO] [stderr]     Checking approx v0.1.1
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking rgb v0.8.14
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking timely_bytes v0.10.0 (https://github.com/strymon-system/timely-dataflow/?branch=rescaling-p2p#a8b3b93e)
[INFO] [stderr]     Checking timely_logging v0.10.0 (https://github.com/strymon-system/timely-dataflow/?branch=rescaling-p2p#a8b3b93e)
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]    Compiling num-complex v0.2.3
[INFO] [stderr]    Compiling num-rational v0.2.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking abomonation v0.7.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.5
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking streaming-harness-hdrhist v0.2.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking futures v0.1.28
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking math v0.0.2
[INFO] [stderr]     Checking hdrhist v0.5.0
[INFO] [stderr]    Compiling libz-sys v1.0.25
[INFO] [stderr]     Checking c2-chacha v0.2.2
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling num_cpus v0.2.13
[INFO] [stderr]    Compiling rdkafka-sys v0.11.3-1
[INFO] [stderr]    Compiling synstructure v0.6.1
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]    Compiling abomonation_derive v0.3.0
[INFO] [stderr]     Checking rand v0.7.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking zipf v4.0.1
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking streaming-harness v0.1.1
[INFO] [stderr]     Checking winconsole v0.10.0
[INFO] [stderr]     Checking colored v1.8.0
[INFO] [stderr] error: failed to run custom build command for `rdkafka-sys v0.11.3-1`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/rdkafka-sys-0a3e3821129e64b3/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   Configuring librdkafka
[INFO] [stderr]   checking for OS or distribution... ok (Linux)
[INFO] [stderr]   checking for C compiler from CC env... failed
[INFO] [stderr]   checking for gcc (by command)... ok
[INFO] [stderr]   checking for C++ compiler from CXX env... failed
[INFO] [stderr]   checking for C++ compiler (g++)... ok
[INFO] [stderr]   checking executable ld... ok
[INFO] [stderr]   checking executable nm... ok
[INFO] [stderr]   checking executable objdump... ok
[INFO] [stderr]   checking executable strip... ok
[INFO] [stderr]   checking for pkgconfig (by command)... ok
[INFO] [stderr]   checking for install (by command)... ok
[INFO] [stderr]   checking for PIC (by compile)... failed (disable)
[INFO] [stderr]   checking for GNU-compatible linker options... failed
[INFO] [stderr]   checking for OSX linker options... failed
[INFO] [stderr]   checking for GNU linker-script ld flag... failed
[INFO] [stderr]   checking for Solaris linker-script ld flag... failed (ignore)
[INFO] [stderr]   checking for __atomic_32 (by compile)... failed
[INFO] [stderr]   checking for __atomic_32_lib (by compile)... failed
[INFO] [stderr]   checking for __sync_32 (by compile)... failed (disable)
[INFO] [stderr]   checking for __atomic_64 (by compile)... failed
[INFO] [stderr]   checking for __atomic_64_lib (by compile)... failed
[INFO] [stderr]   checking for __sync_64 (by compile)... failed (disable)
[INFO] [stderr]   checking for socket (by compile)... failed
[INFO] [stderr]   checking for socket_nsl (by compile)... failed (fail)
[INFO] [stderr]   parsing version '0x000b01ff'... ok (0.11.1)
[INFO] [stderr]   checking for libpthread (by pkg-config)... failed
[INFO] [stderr]   checking for libpthread (by compile)... failed (fail)
[INFO] [stderr]   checking for zlib (by pkg-config)... ok
[INFO] [stderr]   checking for zlib (by compile)... ok (cached)
[INFO] [stderr]   checking for libcrypto (by pkg-config)... ok
[INFO] [stderr]   checking for libcrypto (by compile)... ok (cached)
[INFO] [stderr]   checking for crc32chw (by compile)... failed (disable)
[INFO] [stderr]   checking for regex (by compile)... failed (disable)
[INFO] [stderr]   checking for librt (by pkg-config)... failed
[INFO] [stderr]   checking for librt (by compile)... failed
[INFO] [stderr]   checking for strndup (by compile)... failed (disable)
[INFO] [stderr]   checking for strerror_r (by compile)... failed (disable)
[INFO] [stderr]   checking for libdl (by pkg-config)... failed
[INFO] [stderr]   checking for libdl (by compile)... failed (disable)
[INFO] [stderr]   checking for pthread_setname_gnu (by compile)... failed (disable)
[INFO] [stderr]   checking for nm (by env NM)... ok (cached)
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Building and linking librdkafka statically
[INFO] [stderr]   Running command: "./configure --disable-sasl --disable-ssl --disable-lz4 --enable-static" in dir: librdkafka
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   ./configure: line 186: config.log: Read-only file system
[INFO] [stderr]   ./configure: line 187: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 691: $ldsfile: ambiguous redirect
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mktemp: failed to create file via template '_mkltmpXXXXXX': Read-only file system
[INFO] [stderr]   mv: cannot stat '': No such file or directory
[INFO] [stderr]   mklove/modules/configure.base: line 951: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 954: .c: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   mklove/modules/configure.base: line 609: config.log: Read-only file system
[INFO] [stderr]   ###########################################################
[INFO] [stderr]   mklove/modules/configure.base: line 618: config.log: Read-only file system
[INFO] [stderr]   ###                  Configure failed                   ###
[INFO] [stderr]   mklove/modules/configure.base: line 618: config.log: Read-only file system
[INFO] [stderr]   ###########################################################
[INFO] [stderr]   mklove/modules/configure.base: line 618: config.log: Read-only file system
[INFO] [stderr]   ### Accumulated failures:                               ###
[INFO] [stderr]   mklove/modules/configure.base: line 618: config.log: Read-only file system
[INFO] [stderr]   ###########################################################
[INFO] [stderr]   mklove/modules/configure.base: line 618: config.log: Read-only file system
[INFO] [stderr]    socket_nsl () 
[INFO] [stderr]   mklove/modules/configure.base: line 618: config.log: Read-only file system
[INFO] [stderr]       module: socket
[INFO] [stderr]   mklove/modules/configure.base: line 626: config.log: Read-only file system
[INFO] [stderr]       action: fail
[INFO] [stderr]   mklove/modules/configure.base: line 626: config.log: Read-only file system
[INFO] [stderr]       reason:
[INFO] [stderr]   compile check failed:
[INFO] [stderr]   CC: CC
[INFO] [stderr]   flags: 
[INFO] [stderr]   gcc  -g -O2 -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -Wcast-align -Wall -Werror .c -o .c.o -lsocket -lnsl  :
[INFO] [stderr]   /usr/bin/ld: cannot open output file .c.o: Read-only file system
[INFO] [stderr]   collect2: error: ld returned 1 exit status
[INFO] [stderr]   source: 
[INFO] [stderr]   #include <sys/types.h>
[INFO] [stderr]   #include <sys/socket.h>
[INFO] [stderr]   #include <unistd.h>
[INFO] [stderr]   void foo (void) {
[INFO] [stderr]      int s = socket(0, 0, 0);
[INFO] [stderr]      close(s);
[INFO] [stderr]   }
[INFO] [stderr] 
[INFO] [stderr]   mklove/modules/configure.base: line 626: config.log: Read-only file system
[INFO] [stderr]    libpthread () 
[INFO] [stderr]   mklove/modules/configure.base: line 618: config.log: Read-only file system
[INFO] [stderr]       module: librdkafka
[INFO] [stderr]   mklove/modules/configure.base: line 626: config.log: Read-only file system
[INFO] [stderr]       action: fail
[INFO] [stderr]   mklove/modules/configure.base: line 626: config.log: Read-only file system
[INFO] [stderr]       reason:
[INFO] [stderr]   compile check failed:
[INFO] [stderr]   CC: CC
[INFO] [stderr]   flags: -lpthread
[INFO] [stderr]   gcc  -g -O2 -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -Wcast-align -Wall -Werror .c -o .c.o   -lpthread:
[INFO] [stderr]   /usr/bin/ld: cannot open output file .c.o: Read-only file system
[INFO] [stderr]   collect2: error: ld returned 1 exit status
[INFO] [stderr]   source: #include <pthread.h>
[INFO] [stderr] 
[INFO] [stderr]   mklove/modules/configure.base: line 626: config.log: Read-only file system
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (993) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rdkafka-sys-0.11.3-1/build.rs:23:35:
[INFO] [stderr]   Command failed with error code 1
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x643a86476542 - std[90de7069f5da8794]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x643a86476542 - std[90de7069f5da8794]::backtrace_rs::backtrace::trace_unsynchronized::<std[90de7069f5da8794]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x643a86476542 - std[90de7069f5da8794]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/sys/backtrace.rs:68:9
[INFO] [stderr]      3:     0x643a86476542 - <<std[90de7069f5da8794]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7dc6457ab5897eca]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/sys/backtrace.rs:38:26
[INFO] [stderr]      4:     0x643a86489fc7 - <core[7dc6457ab5897eca]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x643a86489fc7 - core[7dc6457ab5897eca]::fmt::write
[INFO] [stderr]      6:     0x643a8647c706 - std[90de7069f5da8794]::io::default_write_fmt::<std[90de7069f5da8794]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/io/mod.rs:614:11
[INFO] [stderr]      7:     0x643a8647c706 - <std[90de7069f5da8794]::sys::stdio::unix::Stderr as std[90de7069f5da8794]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/io/mod.rs:1969:13
[INFO] [stderr]      8:     0x643a8645989f - <std[90de7069f5da8794]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/sys/backtrace.rs:41:9
[INFO] [stderr]      9:     0x643a8645989f - std[90de7069f5da8794]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x643a86471a71 - std[90de7069f5da8794]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x643a86471c2b - std[90de7069f5da8794]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x643a86459958 - std[90de7069f5da8794]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:698:13
[INFO] [stderr]     13:     0x643a8644eb79 - std[90de7069f5da8794]::sys::backtrace::__rust_end_short_backtrace::<std[90de7069f5da8794]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/sys/backtrace.rs:176:18
[INFO] [stderr]     14:     0x643a8645a3bd - __rustc[7f4b473b41b8aea]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x643a8648a66c - core[7dc6457ab5897eca]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x643a86428f7f - build_script_build[7886e4352cda6722]::run_command_or_fail
[INFO] [stderr]     17:     0x643a864288e4 - build_script_build[7886e4352cda6722]::build_librdkafka
[INFO] [stderr]     18:     0x643a864292d1 - build_script_build[7886e4352cda6722]::main
[INFO] [stderr]     19:     0x643a8642a7f3 - <fn() as core[7dc6457ab5897eca]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     20:     0x643a86428216 - std[90de7069f5da8794]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     21:     0x643a864283b9 - std[90de7069f5da8794]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     22:     0x643a86470bb6 - <&dyn core[7dc6457ab5897eca]::ops::function::Fn<(), Output = i32> + core[7dc6457ab5897eca]::panic::unwind_safe::RefUnwindSafe + core[7dc6457ab5897eca]::marker::Sync as core[7dc6457ab5897eca]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     23:     0x643a86470bb6 - std[90de7069f5da8794]::panicking::catch_unwind::do_call::<&dyn core[7dc6457ab5897eca]::ops::function::Fn<(), Output = i32> + core[7dc6457ab5897eca]::panic::unwind_safe::RefUnwindSafe + core[7dc6457ab5897eca]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:581:40
[INFO] [stderr]     24:     0x643a86470bb6 - std[90de7069f5da8794]::panicking::catch_unwind::<i32, &dyn core[7dc6457ab5897eca]::ops::function::Fn<(), Output = i32> + core[7dc6457ab5897eca]::panic::unwind_safe::RefUnwindSafe + core[7dc6457ab5897eca]::marker::Sync>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:544:19
[INFO] [stderr]     25:     0x643a86470bb6 - std[90de7069f5da8794]::panic::catch_unwind::<&dyn core[7dc6457ab5897eca]::ops::function::Fn<(), Output = i32> + core[7dc6457ab5897eca]::panic::unwind_safe::RefUnwindSafe + core[7dc6457ab5897eca]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x643a86470bb6 - std[90de7069f5da8794]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/rt.rs:175:24
[INFO] [stderr]     27:     0x643a86470bb6 - std[90de7069f5da8794]::panicking::catch_unwind::do_call::<std[90de7069f5da8794]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:581:40
[INFO] [stderr]     28:     0x643a86470bb6 - std[90de7069f5da8794]::panicking::catch_unwind::<isize, std[90de7069f5da8794]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panicking.rs:544:19
[INFO] [stderr]     29:     0x643a86470bb6 - std[90de7069f5da8794]::panic::catch_unwind::<std[90de7069f5da8794]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x643a86470bb6 - std[90de7069f5da8794]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/5b150d238fbd4fe7bc2cd3140d8e6fb4406099fa/library/std/src/rt.rs:171:5
[INFO] [stderr]     31:     0x643a86426e81 - std[90de7069f5da8794]::rt::lang_start::<()>
[INFO] [stderr]     32:     0x643a8642a885 - main
[INFO] [stderr]     33:     0x777a096f61ca - <unknown>
[INFO] [stderr]     34:     0x777a096f628b - __libc_start_main
[INFO] [stderr]     35:     0x643a86426815 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b60a8646a8db48e9034c6727dff09601594b4ee20673816296dff0cab3b21e3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b60a8646a8db48e9034c6727dff09601594b4ee20673816296dff0cab3b21e3b", kill_on_drop: false }`
[INFO] [stdout] b60a8646a8db48e9034c6727dff09601594b4ee20673816296dff0cab3b21e3b
