[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] documenting strymon-system/rescaling-examples against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrymon-system%2Frescaling-examples" "/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/strymon-system/rescaling-examples on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-9/source/Cargo.toml [INFO] crate git repo https://github.com/strymon-system/rescaling-examples already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8fcbaa23d30d769b2abee17d17cf92edbe148a7c14a700614f39467805ad8d22 [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" "8fcbaa23d30d769b2abee17d17cf92edbe148a7c14a700614f39467805ad8d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8fcbaa23d30d769b2abee17d17cf92edbe148a7c14a700614f39467805ad8d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fcbaa23d30d769b2abee17d17cf92edbe148a7c14a700614f39467805ad8d22", kill_on_drop: false }` [INFO] [stdout] 8fcbaa23d30d769b2abee17d17cf92edbe148a7c14a700614f39467805ad8d22 [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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 499532ddc984dee381f614869adc74a63c94a533fecc8370aa2e744287da54f4 [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" "499532ddc984dee381f614869adc74a63c94a533fecc8370aa2e744287da54f4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Checking timely_logging v0.10.0 (https://github.com/strymon-system/timely-dataflow/?branch=rescaling-p2p#a8b3b93e) [INFO] [stderr] Checking abomonation v0.7.3 [INFO] [stderr] Checking timely_bytes v0.10.0 (https://github.com/strymon-system/timely-dataflow/?branch=rescaling-p2p#a8b3b93e) [INFO] [stderr] Checking streaming-harness-hdrhist v0.2.1 [INFO] [stderr] Checking hdrhist v0.5.0 [INFO] [stderr] Checking math v0.0.2 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking getrandom v0.1.11 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Checking streaming-harness v0.1.1 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling abomonation_derive v0.4.0 [INFO] [stderr] Compiling rdkafka-sys v0.11.3-1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Compiling abomonation_derive v0.3.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Checking zipf v4.0.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] error: failed to run custom build command for `rdkafka-sys v0.11.3-1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rdkafka-sys-0ac1e418916dccfd/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] Configuring librdkafka [INFO] [stderr] checking for OS or distribution... ok (Ubuntu) [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] gcc: error: .c: No such file or directory [INFO] [stderr] source: [INFO] [stderr] #include [INFO] [stderr] #include [INFO] [stderr] #include [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] gcc: error: .c: No such file or directory [INFO] [stderr] source: #include [INFO] [stderr] [INFO] [stderr] mklove/modules/configure.base: line 626: config.log: Read-only file system [INFO] [stderr] thread 'main' panicked at 'Command failed with error code 1', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rdkafka-sys-0.11.3-1/build.rs:23:35 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55ea504219f5 - backtrace::backtrace::libunwind::trace::h14d338b30b3ea0a7 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x55ea504219f5 - backtrace::backtrace::trace_unsynchronized::h73ea91d74a3fd67f [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55ea504219f5 - std::sys_common::backtrace::_print_fmt::hd42948c952866e12 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x55ea504219f5 - ::fmt::ha8f928866ff7571e [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x55ea5044430c - core::fmt::write::he0c1e5f7426d2718 [INFO] [stderr] at src/libcore/fmt/mod.rs:1076 [INFO] [stderr] 5: 0x55ea5041eaf2 - std::io::Write::write_fmt::hf3afc6cfd57d0033 [INFO] [stderr] at src/libstd/io/mod.rs:1537 [INFO] [stderr] 6: 0x55ea50423f30 - std::sys_common::backtrace::_print::hfc0110703f3696fd [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x55ea50423f30 - std::sys_common::backtrace::print::h3f77c6990ddfaa22 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x55ea50423f30 - std::panicking::default_hook::{{closure}}::heae49580a8d62d75 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x55ea50423c7c - std::panicking::default_hook::hecc34e3f729e213c [INFO] [stderr] at src/libstd/panicking.rs:217 [INFO] [stderr] 10: 0x55ea50424573 - std::panicking::rust_panic_with_hook::he82f5d0644692441 [INFO] [stderr] at src/libstd/panicking.rs:526 [INFO] [stderr] 11: 0x55ea5042416b - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:437 [INFO] [stderr] 12: 0x55ea504240db - std::panicking::begin_panic_fmt::h905a6d44880d49ef [INFO] [stderr] at src/libstd/panicking.rs:391 [INFO] [stderr] 13: 0x55ea503e6780 - build_script_build::run_command_or_fail::h4a09b7b2449dd755 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rdkafka-sys-0.11.3-1/build.rs:23 [INFO] [stderr] 14: 0x55ea503e7714 - build_script_build::build_librdkafka::hca399286227e9ef0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rdkafka-sys-0.11.3-1/build.rs:91 [INFO] [stderr] 15: 0x55ea503e7380 - build_script_build::main::h3ef0c43b0c13d5e9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rdkafka-sys-0.11.3-1/build.rs:61 [INFO] [stderr] 16: 0x55ea503e973b - std::rt::lang_start::{{closure}}::h81cf13ef1b459d0c [INFO] [stderr] at /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libstd/rt.rs:67 [INFO] [stderr] 17: 0x55ea50424943 - std::rt::lang_start_internal::{{closure}}::h5d3ea623498f5f43 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 18: 0x55ea50424943 - std::panicking::try::do_call::hac65e71be769a440 [INFO] [stderr] at src/libstd/panicking.rs:348 [INFO] [stderr] 19: 0x55ea50424943 - std::panicking::try::hd4706e264bcf6712 [INFO] [stderr] at src/libstd/panicking.rs:325 [INFO] [stderr] 20: 0x55ea50424943 - std::panic::catch_unwind::h948a0fb4a8b3ee82 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 21: 0x55ea50424943 - std::rt::lang_start_internal::h72cc068ed2d0ac53 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 22: 0x55ea503e9717 - std::rt::lang_start::hb910450453d1592f [INFO] [stderr] at /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libstd/rt.rs:67 [INFO] [stderr] 23: 0x55ea503e7a7a - main [INFO] [stderr] 24: 0x7f5e585680b3 - __libc_start_main [INFO] [stderr] 25: 0x55ea503e618e - _start [INFO] [stderr] 26: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "499532ddc984dee381f614869adc74a63c94a533fecc8370aa2e744287da54f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "499532ddc984dee381f614869adc74a63c94a533fecc8370aa2e744287da54f4", kill_on_drop: false }` [INFO] [stdout] 499532ddc984dee381f614869adc74a63c94a533fecc8370aa2e744287da54f4