On macOS runners: WARNING: terminal is not fully functional
Update: Adding the TERM env var on the macOS executor seems to have resolved the issue: macos: xcode: "11.1.0" environment: TERM: xterm-256color Though why it worked in the past and stopped later I’m...
View ArticleCicrleCI fails in section Install Bundler
We also have the same problem on the MacOS (11.1.0) executor
View ArticleCicrleCI fails in section Install Bundler
Luda Fux Dec 10, 02:44 PST Hey, We found a solution. The issue was resolved once we removed the install bundler phase since it’s already been provided with the macOS instance CircleCI is supplying. Luda
View ArticleCicrleCI fails in section Install Bundler
Hey, We found a solution. The issue was resolved once we removed the install bundler phase since it’s already been provided with the macOS instance CircleCI is supplying. Luda
View ArticleHugo Circleci blog post issues
Heya @dkypuros, can you confirm what image you’re using for your pipelines? apk is an Alpine Linux command, but depending on the image it may be based on something other than Alpine
View ArticleUbuntu-1604:201903-01 image says "kvm: no hardware support". Is there any...
Hello @koteswara-kelam, because jobs run in virtual machines or Docker images, we do not support nested virtualisation with any of our executors, which is what KVM would rely on in this case.
View ArticleAPI 404 Response
Hi @jmickey, would you be able to point towards a specific endpoint you’re experiencing this with? The easiest way around this would be to check the response code before trying to parse the response...
View ArticleGit push tag not trigger CircleCI build
@zeroleo12345 It appears that the unittest job doesn’t have the same tag filter, which means that it won’t be triggered on the push (since we don’t build tags by default), and the build job can’t...
View ArticleTar cannot open directory when extracting file
@ThatWeirdAndrew would you mind moving the -C rootfs part to just after tar, so the new command looks like tar -C rootfs -xvf $TAR? According to tar's manpage, the -C switch is order-sensitive.
View ArticleXcode 11.3.0 image not available?
Build-agent version 1.0.22204-ad5953b4 (2019-12-11T10:53:00+0000) Creating a dedicated VM with xcode:11.3.0 image failed to create host: Image xcode:11.3.0 is not supported I am also seeimg the same...
View ArticleMost recent node-browsers version failing to run Protractor tests
Hi there, We’re running circleci/node:12.13.1-browsers and our end-to-end tests started failing about 17 hours ago, which lines up with the last time the image was released:...
View ArticleTar cannot open directory when extracting file
Now it says, tar: option requires an argument -- 'f'
View ArticleSumologic Orb causing Workflow to stall
@FelicianoTech - Here’s my workflow: workflows: build_test_publish: jobs: - sumologic/workflow-collector - build-app - test: requires: - build-app - test-terraform - publish-docker-image: requires: -...
View ArticleXcode 11.3.0 image not available?
It should be supported according to: https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions and this post: https://discuss.circleci.com/t/xcode-11-2-1-released-11-3-soon-11-2-0-removed...
View ArticleSumologic Orb causing Workflow to stall
Hi. So looking at this workflow, you’re right, the sumologic orbs job shouldn’t hold back anything else. The only thing I can think of here is that the UI didn’t update fast enough during that build....
View ArticleNew Rust Convenience Image Public Beta
Hey Everyone, For those who don’t know, we at CircleCI maintain a fleet of Docker images, which we call Convenience Images, for various languages and databases. These images are designed to run your...
View ArticleSumologic Orb causing Workflow to stall
Yes, in fact, it ran for ~5 hrs mistakenly and dried up all the credits for my team last week I’ve tried it in a few different configurations and it still hangs.
View ArticleSumologic Orb causing Workflow to stall
Can you share a link to the workflow run so we can look further? If you’d rather share it privately in a support ticket that’s ok.
View ArticleTest timings can't be found
I’m using RSpec in parallel and splitting by test timings. Recently the timings have stooped working (I’m not sure how far back, but at least the last week. I get output like the following:...
View Article