1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609
|
/* -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 99; -*- */
/* vim: set ts=4 sw=4 et tw=99: */
/*
* icecc -- A simple distributed compiler system
*
* Copyright (C) 2003, 2004 by the Icecream Authors
*
* based on distcc
* Copyright (C) 2002, 2003 by Martin Pool <mbp@samba.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* 4: The noise of a multitude in the
* mountains, like as of a great people; a
* tumultuous noise of the kingdoms of nations
* gathered together: the LORD of hosts
* mustereth the host of the battle.
* -- Isaiah 13 */
#include "config.h"
// Required by strsignal() on some systems.
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <signal.h>
#include <cassert>
#include <limits.h>
#include <sys/time.h>
#include <comm.h>
#include <vector>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include "client.h"
#include "platform.h"
#include "util.h"
#include "argv.h"
using namespace std;
extern const char *rs_program_name;
static void dcc_show_usage()
{
printf(
"Usage:\n"
" icecc [compiler] [compile options] -o OBJECT -c SOURCE\n"
" icecc --build-native [compiler] [file...]\n"
" icecc --help\n"
"\n"
"Options:\n"
" --help explain usage and exit\n"
" --version show version and exit\n"
" --build-native create icecc environment\n"
"Environment Variables:\n"
" ICECC If set to \"no\", just exec the real compiler.\n"
" If set to \"disable\", just exec the real compiler, but without\n"
" notifying the daemon and only run one job at a time.\n"
" ICECC_VERSION use a specific icecc environment, see icecc-create-env\n"
" ICECC_DEBUG [info | warning | debug]\n"
" sets verboseness of icecream client.\n"
" ICECC_LOGFILE if set, additional debug information is logged to the specified file\n"
" ICECC_REPEAT_RATE the number of jobs out of 1000 that should be\n"
" compiled on multiple hosts to ensure that they're\n"
" producing the same output. The default is 0.\n"
" ICECC_PREFERRED_HOST overrides scheduler decisions if set.\n"
" ICECC_CC set C compiler name (default gcc).\n"
" ICECC_CXX set C++ compiler name (default g++).\n"
" ICECC_REMOTE_CPP set to 1 or 0 to override remote preprocessing\n"
" ICECC_IGNORE_UNVERIFIED if set, hosts where environment cannot be verified are not used.\n"
" ICECC_EXTRAFILES additional files used in the compilation.\n"
" ICECC_COLOR_DIAGNOSTICS set to 1 or 0 to override color diagnostics support.\n"
" ICECC_CARET_WORKAROUND set to 1 or 0 to override gcc show caret workaround.\n"
" ICECC_COMPRESSION if set, the libzstd compression level (1 to 19, default: 1)\n"
" ICECC_ENV_COMPRESSION compression type for icecc environments [none|gzip|bzip2|zstd|xz]\n"
" ICECC_SLOW_NETWORK set to 1 to send network data in smaller chunks\n"
);
}
static void icerun_show_usage()
{
printf(
"Usage:\n"
" icerun [command]\n"
" icerun --help\n"
"\n"
"Options:\n"
" --help explain usage and exit\n"
" --version show version and exit\n"
"Environment Variables:\n"
" ICECC if set to \"no\", just exec the real command\n"
" ICECC_DEBUG [info | warning | debug]\n"
" sets verboseness of icecream client.\n"
" ICECC_LOGFILE if set, additional debug information is logged to the specified file\n"
"\n");
}
volatile bool local = false;
static void dcc_client_signalled(int whichsig)
{
if (!local) {
#ifdef HAVE_STRSIGNAL
log_info() << rs_program_name << ": " << strsignal(whichsig) << endl;
#else
log_info() << "terminated by signal " << whichsig << endl;
#endif
// dcc_cleanup_tempfiles();
}
signal(whichsig, SIG_DFL);
raise(whichsig);
}
static void dcc_client_catch_signals()
{
signal(SIGTERM, &dcc_client_signalled);
signal(SIGINT, &dcc_client_signalled);
signal(SIGHUP, &dcc_client_signalled);
}
/*
* @param args Are [compiler] [extra files...]
* Compiler can be "gcc", "clang" or a binary (possibly including a path).
*/
static int create_native(char **args)
{
char **extrafiles = args;
string machine_name = determine_platform();
string compiler = "gcc";
if (machine_name.compare(0, 6, "Darwin") == 0) {
compiler = "clang";
}
if (args[0]) {
if( strcmp(args[0], "clang") == 0 || strcmp(args[0], "gcc") == 0 ) {
compiler = args[ 0 ];
++extrafiles;
} else if( access( args[0], R_OK ) == 0 && access( args[ 0 ], X_OK ) != 0 ) {
// backwards compatibility, the first argument is already an extra file
} else {
compiler = compiler_path_lookup( get_c_compiler( args[ 0 ] ));
if (compiler.empty()) {
log_error() << "compiler not found" << endl;
return 1;
}
++extrafiles;
}
}
vector<char*> argv;
argv.push_back(strdup(BINDIR "/icecc-create-env"));
argv.push_back(strdup(compiler.c_str()));
for (int extracount = 0; extrafiles[extracount]; extracount++) {
argv.push_back(strdup("--addfile"));
argv.push_back(strdup(extrafiles[extracount]));
}
if( const char* env_compression = getenv( "ICECC_ENV_COMPRESSION" )) {
argv.push_back(strdup("--compression"));
argv.push_back(strdup(env_compression));
}
argv.push_back(nullptr);
execv(argv[0], argv.data());
ostringstream errmsg;
errmsg << "execv " << argv[0] << " failed";
log_perror(errmsg.str());
return 1;
}
static MsgChannel* get_local_daemon()
{
MsgChannel* local_daemon;
if (getenv("ICECC_TEST_SOCKET") == nullptr) {
/* try several options to reach the local daemon - 3 sockets, one TCP */
local_daemon = Service::createChannel("/var/run/icecc/iceccd.socket");
if (!local_daemon) {
local_daemon = Service::createChannel("/var/run/iceccd.socket");
}
if (!local_daemon && getenv("HOME")) {
string path = getenv("HOME");
path += "/.iceccd.socket";
local_daemon = Service::createChannel(path);
}
if (!local_daemon) {
local_daemon = Service::createChannel("127.0.0.1", 10245, 0/*timeout*/);
}
} else {
local_daemon = Service::createChannel(getenv("ICECC_TEST_SOCKET"));
if (!local_daemon) {
log_error() << "test socket error" << endl;
exit( EXIT_TEST_SOCKET_ERROR );
}
}
return local_daemon;
}
static void debug_arguments(int argc, char** argv, bool original)
{
string argstxt = argv[ 0 ];
for( int i = 1; i < argc; ++i ) {
argstxt += ' ';
argstxt += argv[ i ];
}
if( original ) {
trace() << "invoked as: " << argstxt << endl;
} else {
trace() << "expanded as: " << argstxt << endl;
}
}
class ArgumentExpander
{
public:
ArgumentExpander(int *argcp, char ***argvp)
{
oldargv = *argvp;
oldargc = *argcp;
expandargv(argcp, argvp);
newargv = *argvp;
if (newargv == oldargv)
newargv = nullptr;
}
~ArgumentExpander()
{
if (newargv != nullptr)
freeargv(newargv);
}
bool changed() const
{
return newargv != nullptr;
}
char** originalArgv() const
{
return oldargv;
}
int originalArgc() const
{
return oldargc;
}
private:
char ** newargv;
char ** oldargv;
int oldargc;
};
int main(int argc, char **argv)
{
// expand @responsefile contents to arguments in argv array
ArgumentExpander expand(&argc, &argv);
const char *env = getenv("ICECC_DEBUG");
int debug_level = Error;
if (env) {
if (!strcasecmp(env, "info")) {
debug_level = Info;
} else if (!strcasecmp(env, "warning") || !strcasecmp(env, "warnings")) {
// "warnings was referred to in the --help output, handle it
// backwards compatibility.
debug_level = Warning;
} else { // any other value
debug_level = Debug;
}
}
std::string logfile;
if (const char *logfileEnv = getenv("ICECC_LOGFILE")) {
logfile = logfileEnv;
}
setup_debug(debug_level, logfile, "ICECC");
debug_arguments(expand.originalArgc(), expand.originalArgv(), true);
if( expand.changed()) {
debug_arguments(argc, argv, false);
}
CompileJob job;
bool icerun = false;
string compiler_name = argv[0];
dcc_client_catch_signals();
std::string cwd = get_cwd();
if(!cwd.empty())
job.setWorkingDirectory( cwd );
if (find_basename(compiler_name) == rs_program_name) {
if (argc > 1) {
string arg = argv[1];
if (arg == "--help") {
dcc_show_usage();
return 0;
}
if (arg == "--version") {
printf("ICECC " VERSION "\n");
return 0;
}
if (arg == "--build-native") {
return create_native(argv + 2);
}
if (arg.size() > 0) {
job.setCompilerName(arg);
job.setCompilerPathname(arg);
}
}
} else if (find_basename(compiler_name) == "icerun") {
icerun = true;
if (argc > 1) {
string arg = argv[1];
if (arg == "--help") {
icerun_show_usage();
return 0;
}
if (arg == "--version") {
printf("ICERUN " VERSION "\n");
return 0;
}
if (arg.size() > 0) {
job.setCompilerName(arg);
job.setCompilerPathname(arg);
}
}
} else {
std::string resolved;
// check if it's a symlink to icerun
if (resolve_link(compiler_name, resolved) == 0 && find_basename(resolved) == "icerun") {
icerun = true;
}
}
int sg_level = dcc_recursion_safeguard();
if (sg_level >= SafeguardMaxLevel) {
log_error() << "icecream seems to have invoked itself recursively!" << endl;
return EXIT_RECURSION;
}
if (sg_level > 0) {
log_info() << "recursive invocation from icerun" << endl;
}
/* Ignore SIGPIPE; we consistently check error codes and will
* see the EPIPE. */
dcc_ignore_sigpipe(1);
// Connect to the daemon as early as possible, so that in parallel builds there
// the daemon has as many connections as possible when we start asking for a remote
// node to build, allowing the daemon/scheduler to do load balancing based on the number
// of expected build jobs.
MsgChannel *local_daemon = nullptr;
const char *icecc = getenv("ICECC");
if (icecc == nullptr || strcasecmp(icecc, "disable") != 0) {
local_daemon = get_local_daemon();
}
list<string> extrafiles;
local |= analyse_argv(argv, job, icerun, &extrafiles);
/* If ICECC is set to disable, then run job locally, without contacting
the daemon at all. File-based locking will still ensure that all
calls are serialized up to the number of local cpus available.
If ICECC is set to no, the job is run locally as well, but it is
serialized using the daemon.
*/
if (icecc && !strcasecmp(icecc, "disable")) {
assert( local_daemon == NULL );
return build_local(job, nullptr);
}
if (icecc && !strcasecmp(icecc, "no")) {
local = true;
}
if (!local_daemon) {
log_warning() << "no local daemon found" << endl;
return build_local(job, nullptr);
}
if (const char *extrafilesenv = getenv("ICECC_EXTRAFILES")) {
for (;;) {
const char *colon = strchr(extrafilesenv, ':');
string file;
if (colon == nullptr) {
file = extrafilesenv;
} else {
file = string(extrafilesenv, colon - extrafilesenv);
}
file = get_absfilename(file);
struct stat st;
if (stat(file.c_str(), &st) == 0) {
extrafiles.push_back(file);
} else {
log_warning() << "File in ICECC_EXTRAFILES not found: " << file << endl;
local = true;
break;
}
if (colon == nullptr) {
break;
}
extrafilesenv = colon + 1;
}
}
Environments envs;
if (!local) {
if (getenv("ICECC_VERSION")) { // if set, use it, otherwise take default
try {
envs = parse_icecc_version(job.targetPlatform(), find_prefix(job.compilerName()));
} catch (std::exception& e) {
// we just build locally
log_error() << "An exception was handled parsing the icecc version. "
"Will build locally. Exception text was:\n" << e.what() << "\n";
}
} else if (!extrafiles.empty() && !IS_PROTOCOL_32(local_daemon)) {
log_warning() << "Local daemon is too old to handle extra files." << endl;
local = true;
} else {
Msg *umsg = nullptr;
string compiler;
if( IS_PROTOCOL_41(local_daemon))
compiler = get_absfilename( find_compiler( job ));
else // Older daemons understood only two hardcoded compilers.
compiler = compiler_is_clang(job) ? "clang" : "gcc";
string env_compression; // empty = default
if( const char* icecc_env_compression = getenv( "ICECC_ENV_COMPRESSION" ))
env_compression = icecc_env_compression;
trace() << "asking for native environment for " << compiler << endl;
if (!local_daemon->send_msg(GetNativeEnvMsg(compiler, extrafiles,
env_compression))) {
log_warning() << "failed to write get native environment" << endl;
local = true;
} else {
// the timeout is high because it creates the native version
umsg = local_daemon->get_msg(4 * 60);
}
string native;
if (umsg && umsg->type == M_NATIVE_ENV) {
native = static_cast<UseNativeEnvMsg*>(umsg)->nativeVersion;
}
if (native.empty() || ::access(native.c_str(), R_OK) < 0) {
log_warning() << "daemon can't determine native environment. "
"Set $ICECC_VERSION to an icecc environment.\n";
} else {
envs.push_back(make_pair(job.targetPlatform(), native));
log_info() << "native " << native << endl;
}
delete umsg;
}
// we set it to local so we tell the local daemon about it - avoiding file locking
if (envs.size() == 0) {
local = true;
}
for (Environments::const_iterator it = envs.begin(); it != envs.end(); ++it) {
trace() << "env: " << it->first << " '" << it->second << "'" << endl;
if (::access(it->second.c_str(), R_OK) < 0) {
log_error() << "can't read environment " << it->second << endl;
local = true;
}
}
}
int ret;
if (!local) {
try {
// How many times out of 1000 should we recompile a job on
// multiple hosts to confirm that the results are the same?
const char *s = getenv("ICECC_REPEAT_RATE");
int rate = s ? atoi(s) : 0;
ret = build_remote(job, local_daemon, envs, rate);
/* We have to tell the local daemon that everything is fine and
that the remote daemon will send the scheduler our done msg.
If we don't, the local daemon will have to assume the job failed
and tell the scheduler - and that fail message may arrive earlier
than the remote daemon's success msg. */
if (ret == 0) {
local_daemon->send_msg(EndMsg());
}
} catch (remote_error& error) {
// log the 'local cpp invocation failed' message by default, so that it's more
// obvious why the cpp output is there (possibly) twice
if( error.errorCode == 103 )
log_error() << "local build forced by remote exception: " << error.what() << endl;
else
log_warning() << "local build forced by remote exception: " << error.what() << endl;
local = true;
}
catch (client_error& error) {
if (remote_daemon.size()) {
log_error() << "got exception " << error.what()
<< " (" << remote_daemon.c_str() << ") " << endl;
} else {
log_error() << "got exception " << error.what() << " (this should be an exception!)" <<
endl;
}
#if 0
/* currently debugging a client? throw an error then */
if (debug_level > Error) {
return error.errorCode;
}
#endif
local = true;
}
if (local) {
// TODO It'd be better to reuse the connection, but the daemon
// internal state gets confused for some reason, so work that around
// for now by using a new connection.
delete local_daemon;
local_daemon = get_local_daemon();
if (!local_daemon) {
log_warning() << "no local daemon found" << endl;
return build_local(job, nullptr);
}
}
}
if (local) {
log_block b("building_local");
struct rusage ru;
Msg *startme = nullptr;
/* Inform the daemon that we like to start a job. */
if (local_daemon->send_msg(JobLocalBeginMsg(0, get_absfilename(job.outputFile())))) {
/* Now wait until the daemon gives us the start signal. 40 minutes
should be enough for all normal compile or link jobs. */
startme = local_daemon->get_msg(40 * 60);
}
/* If we can't talk to the daemon anymore we need to fall back
to lock file locking. */
if (!startme || startme->type != M_JOB_LOCAL_BEGIN) {
delete startme;
delete local_daemon;
return build_local(job, nullptr);
}
ret = build_local(job, local_daemon, &ru);
delete startme;
}
delete local_daemon;
return ret;
}
|