Skip to content

Instantly share code, notes, and snippets.

@jsirois
jsirois / log-snip.txt
Created October 4, 2023 13:09
Missing protoc cargo build failure.
2023-09-06T21:15:13.7733164Z cargo:rerun-if-changed=protos/pants/cache.proto
2023-09-06T21:15:13.7734019Z cargo:rerun-if-changed=protos/standard/google/protobuf/empty.proto
2023-09-06T21:15:13.7736090Z cargo:rerun-if-changed=protos/bazelbuild_remote-apis
2023-09-06T21:15:13.7737130Z cargo:rerun-if-changed=protos/buildbarn
2023-09-06T21:15:13.7739175Z cargo:rerun-if-changed=protos/googleapis
2023-09-06T21:15:13.7739927Z cargo:rerun-if-changed=protos/pants
2023-09-06T21:15:13.7742071Z cargo:rerun-if-changed=protos/standard
2023-09-06T21:15:13.7742565Z
2023-09-06T21:15:13.7744410Z --- stderr
2023-09-06T21:15:13.7745321Z thread 'main' panicked at 'Could not find `protoc` installation and this build crate cannot proceed without
@jsirois
jsirois / PYTHON.json
Created September 7, 2023 14:41
cpython-3.10.13+20230826-aarch64-apple-darwin-pgo+lto-full.tar.zst
{
"apple_sdk_canonical_name": "macosx13.3",
"apple_sdk_deployment_target": "11.0",
"apple_sdk_platform": "macosx",
"apple_sdk_version": "13.3",
"build_info": {
"core": {
"links": [
{
"name": "dl",
@jsirois
jsirois / README.md
Last active April 28, 2023 18:29
Pex development for Pants
  1. Ensure you have tox installed an on your PATH.

    If you don't, here's one way to get it assuming ~/bin is on your PATH but adjust as needed:

    $ python3 -mvenv ~/bin/tox.venv
    $ cd ~/bin
    $ tox.venv/bin/pip install tox
    $ ln -s tox.venv/bin/tox
    $ cd -
    
@jsirois
jsirois / lift.json
Last active December 8, 2022 03:09
Python Build Tool
{
"scie": {
"lift": {
"name": "pbt",
"description": "Python Build Tool: A BusyBox that provides `python`, `pip`, `pex`, `pex3` and `pex-tools`.",
"files": [
{
"name": "ptex",
"executable": true
},
@jsirois
jsirois / lock.json
Created August 10, 2022 22:28
pants/issues/16462 example lock with private requirements commented out
{
"allow_builds": true,
"allow_prereleases": false,
"allow_wheels": true,
"build_isolation": true,
"constraints": [],
"locked_resolves": [
{
"locked_requirements": [
{
#!/usr/bin/env bash
set -euo pipefail
if (( $# == 0 )); then
cat <<EOF >&2
Usage: $0 SLUG [SLUG] ... [-- PASSTHRU_ARGS]"
SLUG A Travis CI cache identifier as found in the logs.
These are of the form <branch>/<archive>. The archive
@jsirois
jsirois / AuroraBot.log
Last active June 30, 2016 00:32
The test failures leading to AuroraBot coverage missing comment
```
...
:pmdJmh
:pmdMain
:pmdTest
:test
org.apache.aurora.scheduler.http.api.security.ShiroKerberosAuthenticationFilterTest > testLoginFailure401 FAILED
com.sun.jersey.api.client.ClientHandlerException at ShiroKerberosAuthenticationFilterTest.java:112
Caused by: java.net.ConnectException at ShiroKerberosAuthenticationFilterTest.java:112
[binaries]
baseurls: [
'http://localhost:9999',
'https://dl.bintray.com/pantsbuild/bin/build-support'
]