rails-ci
PublicThis pipeline is intended for running rails/buildkite-config CI triggered builds
[skipkayhil:hm-mysql-healthcheck] Use a SELECT query for mysql healthcheck
Passed in 14m 38s
rails-initial-pipelinePATH=/bin:/usr/bin && set -e && treesha="$(git ls-tree -d HEAD .buildkite | awk '{print $3}')" && if [ -z "${treesha}" ]; then && echo "+++ No .buildkite/; using fallback repository" && rm -rf .buildkite && if [ -n "$CONFIG_REPO" ]; then && GIT_REPO="$CONFIG_REPO" && elif [ -n "$CONFIG_FORK" ]; then && GIT_REPO="https://github.com/$CONFIG_FORK/buildkite-config" && else && GIT_REPO="https://github.com/rails/buildkite-config" && fi && GIT_BRANCH="${CONFIG_BRANCH-main}" && GIT_BRANCH="${GIT_BRANCH#*:}" && echo "Cloning buildkite-config:" && echo "git clone -b \"$GIT_BRANCH\" \"$GIT_REPO\" .buildkite" && git clone -b "$GIT_BRANCH" "$GIT_REPO" .buildkite && rm -rf .buildkite/.git && sh -c "$PIPELINE_COMMAND" && elif [ "${#treesha}" -lt 40 ]; then && echo "Short SHA for .buildkite/" && exit 1 && elif curl -s -S "https://gist.githubusercontent.com/matthewd/3f98bcc9957c8ddf2204a390bf3a6cdd/raw/list" | grep -a -F -x "${treesha}"; then && echo "+++ Known tree; generating pipeline" && echo ".buildkite/ tree is ${treesha}" && sh -c "$PIPELINE_COMMAND" && else && echo "+++ Unknown tree; requesting approval" && echo ".buildkite/ tree is ${treesha}" && buildkite-agent pipeline upload <<'NESTED' && steps: && - block: "Review Build Script" && prompt: | && This commit uses new build configuration. Please review the changes in .buildkite/ carefully before unblocking. && - name: ":pipeline:" && command: >- && $PIPELINE_COMMAND && plugins: && - artifacts#v1.2.0: && download: && - ".buildkite/*" && - ".buildkite/**/*" && timeout_in_minutes: 5 && agents: && queue: "$BUILDKITE_AGENT_META_DATA_QUEUE" && NESTED && fi && ([ -f .buildkite/.dockerignore ] && cp .buildkite/.dockerignore .dockerignore) || true
Waited 5s
Ran in 38s
activerecord mysql2 (3.3) [prepared_statements]rake db:mysql:rebuild mysql2:test
Waited 3s
Ran in 4m 33s
activerecord trilogy (3.3) [mysql_5_7]rake db:mysql:rebuild trilogy:test
Waited 10s
Ran in 4m 7s
activerecord postgresql (3.2)rake db:postgresql:rebuild postgresql:test
Waited 57s
Ran in 3m 54s
activerecord postgresql (3.1)rake db:postgresql:rebuild postgresql:test
Waited 36s
Ran in 3m 34s
1/5
activerecord mysql2:isolated (3.3)rake db:mysql:rebuild mysql2:isolated_testWaited 41s
Ran in 1m 30s
2/5
activerecord mysql2:isolated (3.3)rake db:mysql:rebuild mysql2:isolated_testWaited 47s
Ran in 1m 49s
3/5
activerecord mysql2:isolated (3.3)rake db:mysql:rebuild mysql2:isolated_testWaited 53s
Ran in 1m 52s
4/5
activerecord mysql2:isolated (3.3)rake db:mysql:rebuild mysql2:isolated_testWaited 55s
Ran in 1m 47s
5/5
activerecord mysql2:isolated (3.3)rake db:mysql:rebuild mysql2:isolated_testWaited 1m 0s
Ran in 1m 22s
1/5
activerecord postgresql:isolated (3.3)rake db:postgresql:rebuild postgresql:isolated_testWaited 1m 4s
Ran in 1m 7s
2/5
activerecord postgresql:isolated (3.3)rake db:postgresql:rebuild postgresql:isolated_testWaited 1m 8s
Ran in 1m 27s
3/5
activerecord postgresql:isolated (3.3)rake db:postgresql:rebuild postgresql:isolated_testWaited 1m 12s
Ran in 1m 15s
4/5
activerecord postgresql:isolated (3.3)rake db:postgresql:rebuild postgresql:isolated_testWaited 1m 13s
Ran in 1m 48s
5/5
activerecord postgresql:isolated (3.3)rake db:postgresql:rebuild postgresql:isolated_testWaited 1m 14s
Ran in 1m 28s
1/5
activerecord trilogy:isolated (3.3)rake db:mysql:rebuild trilogy:isolated_testWaited 1m 28s
Ran in 1m 20s
2/5
activerecord trilogy:isolated (3.3)rake db:mysql:rebuild trilogy:isolated_testWaited 1m 31s
Ran in 1m 52s
3/5
activerecord trilogy:isolated (3.3)rake db:mysql:rebuild trilogy:isolated_testWaited 1m 32s
Ran in 1m 29s
4/5
activerecord trilogy:isolated (3.3)rake db:mysql:rebuild trilogy:isolated_testWaited 1m 33s
Ran in 1m 45s
5/5
activerecord trilogy:isolated (3.3)rake db:mysql:rebuild trilogy:isolated_testWaited 1m 38s
Ran in 1m 45s
Total Job Run Time: 8h 36m