-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: disk-stalled/log=false,data=true failed #52533
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Milestone
Description
(roachtest).disk-stalled/log=false,data=true failed on release-20.1@413b1c209b0a9e87b0a32cea8d3b1a26bd9283a4:
| Wraps: (2) Node 1. Command with error:
| | ```
| | set -exuo pipefail;
| | thrift_dir="/opt/thrift"
| |
| | if [ ! -f "/usr/bin/thrift" ]; then
| | sudo apt-get update;
| | sudo apt-get install -qy automake bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool make pkg-config python-setuptools libglib2.0-dev
| |
| | sudo mkdir -p "${thrift_dir}"
| | sudo chmod 777 "${thrift_dir}"
| | cd "${thrift_dir}"
| | curl "https://downloads.apache.org/thrift/0.10.0/thrift-0.10.0.tar.gz" | sudo tar xvz --strip-components 1
| | sudo ./configure --prefix=/usr
| | sudo make -j$(nproc)
| | sudo make install
| | (cd "${thrift_dir}/lib/py" && sudo python setup.py install)
| | fi
| |
| | charybde_dir="/opt/charybdefs"
| | nemesis_path="${charybde_dir}/charybdefs-nemesis"
| |
| | if [ ! -f "${nemesis_path}" ]; then
| | sudo apt-get install -qy build-essential cmake libfuse-dev fuse
| | sudo rm -rf "${charybde_dir}" "${nemesis_path}" /usr/local/bin/charybdefs{,-nemesis}
| | sudo mkdir -p "${charybde_dir}"
| | sudo chmod 777 "${charybde_dir}"
| | git clone --depth 1 "https://github.com/scylladb/charybdefs.git" "${charybde_dir}"
| |
| | cd "${charybde_dir}"
| | thrift -r --gen cpp server.thrift
| | cmake CMakeLists.txt
| | make -j$(nproc)
| |
| | sudo modprobe fuse
| | sudo ln -s "${charybde_dir}/charybdefs" /usr/local/bin/charybdefs
| | cat > "${nemesis_path}" <<EOF
| | #!/bin/bash
| | cd /opt/charybdefs/cookbook
| | ./recipes "\$@"
| | EOF
| | chmod +x "${nemesis_path}"
| | sudo ln -s "${nemesis_path}" /usr/local/bin/charybdefs-nemesis
| | fi
| |
| | ```
| Wraps: (3) exit status 2
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
Wraps: (2) exit status 20
Error types: (1) *main.withCommandDetails (2) *exec.ExitError
More
Artifacts: /disk-stalled/log=false,data=true
See this test on roachdash
powered by pkg/cmd/internal/issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.